@jarenjs/studio 0.66.1 → 0.72.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 CHANGED
@@ -87,3 +87,5 @@ npm install @jarenjs/studio
87
87
 
88
88
  Zero third-party runtime dependencies — only other `@jarenjs/*` packages.
89
89
  Node ≥ 24, ESM.
90
+
91
+ Author portable project files with the [project pen](../../packages/linq/docs/PROJECT-PEN.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/studio",
3
3
  "private": false,
4
- "version": "0.66.1",
4
+ "version": "0.72.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -59,12 +59,12 @@
59
59
  "prepack": "npm run build:types"
60
60
  },
61
61
  "dependencies": {
62
- "@jarenjs/core": "^0.66.1",
63
- "@jarenjs/validate": "^0.66.1",
64
- "@jarenjs/json": "^0.66.1",
65
- "@jarenjs/app": "^0.66.1",
66
- "@jarenjs/flow": "^0.66.1",
67
- "@jarenjs/db": "^0.66.1",
68
- "@jarenjs/contract": "^0.66.1"
62
+ "@jarenjs/core": "^0.72.0",
63
+ "@jarenjs/validate": "^0.72.0",
64
+ "@jarenjs/json": "^0.72.0",
65
+ "@jarenjs/app": "^0.72.0",
66
+ "@jarenjs/flow": "^0.72.0",
67
+ "@jarenjs/db": "^0.72.0",
68
+ "@jarenjs/contract": "^0.72.0"
69
69
  }
70
70
  }
@@ -23,7 +23,7 @@
23
23
  "properties": {
24
24
  "name": { "type": "string", "minLength": 1 },
25
25
  "kind": {
26
- "enum": ["app", "jslt", "query", "state", "data", "schema", "fsm", "dag", "model"]
26
+ "enum": ["app", "jslt", "query", "state", "data", "schema", "fsm", "dag", "model", "contract"]
27
27
  },
28
28
  "text": { "type": "string" }
29
29
  }