@intentic/sdk 1.145.0 → 1.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The **authoring surface** a user writes their `deploy.config.ts` against. A decl
|
|
|
5
5
|
## Responsibilities
|
|
6
6
|
|
|
7
7
|
- Provide the fluent `i.have.*` / `i.want.*` builders and capture them into an `IntentSet`.
|
|
8
|
-
- `defineIntent` — the authoring entry: declaration → `IntentSet` (what `intentic resolve` consumes).
|
|
8
|
+
- `defineIntent` — the authoring entry: declaration → `IntentSet` (what `intentic deploy resolve` consumes).
|
|
9
9
|
- `defineStack` — one-shot convenience: declaration → a single compiled `DesiredStateGraph`.
|
|
10
10
|
- Export the handle types (`Host`, `Cloudflare`, `App`, `Repo`, `Deployment`, …) used to wire declarations.
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.147.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"tslib": "2.8.1",
|
|
34
|
-
"@intentic/graph": "1.
|
|
35
|
-
"@intentic/need-resolver": "1.
|
|
36
|
-
"@intentic/
|
|
37
|
-
"@intentic/
|
|
34
|
+
"@intentic/graph": "1.147.0",
|
|
35
|
+
"@intentic/need-resolver": "1.147.0",
|
|
36
|
+
"@intentic/resources": "1.147.0",
|
|
37
|
+
"@intentic/state-resolver": "1.147.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|