@onabl/js 0.1.4 → 0.1.5
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onabl/js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Framework-agnostic onabl SDK core — typed API client, error classes, condition evaluator, form state machine, and quote presentation. No React, no DOM assumptions. See docs/SDK-DESIGN.md.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"tsup": "^8.0.0",
|
|
30
30
|
"vitest": "^1.6.0",
|
|
31
31
|
"typescript": "^5.4.0",
|
|
32
|
-
"@onabl/engine": "0.0.1",
|
|
33
32
|
"@onabl/typescript-config": "0.0.1",
|
|
34
|
-
"@onabl/eslint-config": "0.0.1"
|
|
33
|
+
"@onabl/eslint-config": "0.0.1",
|
|
34
|
+
"@onabl/engine": "0.0.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@onabl/contracts": "0.
|
|
38
|
-
"@onabl/types": "0.
|
|
37
|
+
"@onabl/contracts": "0.2.0",
|
|
38
|
+
"@onabl/types": "0.2.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "tsup",
|