Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"fresh-jokes-flow",
"goofy-oranges-wish",
"many-experts-chew",
"nine-snails-walk",
"quiet-ligers-fetch",
"seven-cobras-tan",
"shy-kids-grow",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @intent-framework/core

## 0.1.0-alpha.10

### Patch Changes

- 95b68b4: feat(core): resource cacheTime — single-runtime stale-value eviction

Adds `cache.cacheTime` option to ResourceCacheOptions. When set, a stale entry's
value is retained for the specified milliseconds before being evicted. Active
entry eviction resets status to idle, clears value/error/stale, and notifies
subscribers. Inactive keyed entry eviction silently removes the entry. Works per
key, per ResourceNode, within a single ScreenRuntime. No cross-navigation
survival. No SWR.

## 0.1.0-alpha.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "Platformless semantic graph and runtime for Intent applications",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @intent-framework/dom

## 0.1.0-alpha.10

### Patch Changes

- Updated dependencies [95b68b4]
- @intent-framework/core@0.1.0-alpha.10
- @intent-framework/router@0.1.0-alpha.10

## 0.1.0-alpha.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "DOM materializer for Intent screens and router",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.9",
"@intent-framework/router": "workspace:^0.1.0-alpha.9"
"@intent-framework/core": "workspace:^0.1.0-alpha.10",
"@intent-framework/router": "workspace:^0.1.0-alpha.10"
},
"devDependencies": {
"jsdom": "^29.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @intent-framework/router

## 0.1.0-alpha.10

### Patch Changes

- Updated dependencies [95b68b4]
- @intent-framework/core@0.1.0-alpha.10

## 0.1.0-alpha.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "Typed route definitions and navigation for Intent",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b --noEmit"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.9"
"@intent-framework/core": "workspace:^0.1.0-alpha.10"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @intent-framework/testing

## 0.1.0-alpha.10

### Patch Changes

- Updated dependencies [95b68b4]
- @intent-framework/core@0.1.0-alpha.10

## 0.1.0-alpha.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "Semantic test harness for Intent screens",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.9"
"@intent-framework/core": "workspace:^0.1.0-alpha.10"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.