@mi8y/cds-langgraph-persistence 0.0.1 → 0.0.2
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/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mi8y/cds-langgraph-persistence",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "CDS Plugin for enabling persistence in LangGraph/LangChain/DeepAgents - Checkpoint & Memory",
|
|
5
5
|
"author": "Merbin J Anselm <merbin.j.anselm@mi8y.com>",
|
|
6
6
|
"repository": {
|
|
@@ -49,11 +49,16 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@sap/cds": ">=8"
|
|
51
51
|
},
|
|
52
|
+
"packageManager": "pnpm@8.15.6",
|
|
53
|
+
"publishConfig": {
|
|
54
|
+
"access": "public",
|
|
55
|
+
"provenance": true
|
|
56
|
+
},
|
|
52
57
|
"scripts": {
|
|
53
58
|
"dev": "npm run build:cds-types && vite build --watch",
|
|
54
59
|
"build": "shx rm -rf dist && npm run build:cds-types && vite build",
|
|
55
60
|
"build:cds-types": "cds-typer index.cds",
|
|
56
|
-
"test": "vitest run --coverage",
|
|
61
|
+
"test": "npm run build:cds-types && vitest run --coverage",
|
|
57
62
|
"lint": "eslint . --fix",
|
|
58
63
|
"lint:check": "eslint . --max-warnings 0",
|
|
59
64
|
"format": "prettier --write \"**/*.{json,ts,js,mjs,cjs,md}\"",
|
|
@@ -62,8 +67,5 @@
|
|
|
62
67
|
"version-packages": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format",
|
|
63
68
|
"publish-packages": "changeset publish",
|
|
64
69
|
"clean": "shx rm -rf node_modules dist"
|
|
65
|
-
},
|
|
66
|
-
"publishConfig": {
|
|
67
|
-
"access": "public"
|
|
68
70
|
}
|
|
69
|
-
}
|
|
71
|
+
}
|
package/pnpm-workspace.yaml
DELETED