@polydeukes/sdk-ts 0.7.1 → 0.8.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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polydeukes/sdk-ts",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Polydeukes SDK for TypeScript — one verb that hands a covenant input IR to `pdks covenant check` and returns the verdict as a value.
|
|
3
|
+
"version": "0.8.0",
|
|
4
|
+
"description": "Polydeukes SDK for TypeScript — one verb that hands a covenant input IR to `pdks covenant check` and returns the verdict as a value. Beta.",
|
|
5
|
+
"author": "huskyhoochu <dfg1499@gmail.com>",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
|
@@ -32,11 +33,11 @@
|
|
|
32
33
|
"@types/node": "^24.0.0",
|
|
33
34
|
"typescript": "7.0.2",
|
|
34
35
|
"vitest": "^5.0.0",
|
|
35
|
-
"@polydeukes/core": "^0.
|
|
36
|
+
"@polydeukes/core": "^0.8.0"
|
|
36
37
|
},
|
|
37
38
|
"peerDependencies": {
|
|
38
|
-
"@polydeukes/core": "^0.
|
|
39
|
-
"polydeukes": "^0.
|
|
39
|
+
"@polydeukes/core": "^0.8.0",
|
|
40
|
+
"polydeukes": "^0.8.0"
|
|
40
41
|
},
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "tsc -p tsconfig.build.json",
|