@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.
@@ -0,0 +1,3 @@
1
+ # Code Owners
2
+
3
+ * @anselm94
@@ -95,7 +95,7 @@ jobs:
95
95
  run: pnpm build
96
96
 
97
97
  - name: Create build archive
98
- run: tar -czf build-artifacts.tar.gz dist
98
+ run: tar -czf build-artifacts.tar.gz ./dist ./@cds-models
99
99
 
100
100
  - name: Publish to pkg.pr.new
101
101
  if: ${{ github.event_name == 'pull_request' }}
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @mi8y/cds-langgraph-persistence
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a03c4f7: Initial project setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mi8y/cds-langgraph-persistence",
3
- "version": "0.0.1",
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
+ }
@@ -1,5 +0,0 @@
1
- ---
2
- "@mi8y/cds-langgraph-persistence": patch
3
- ---
4
-
5
- Initial project setup
@@ -1,3 +0,0 @@
1
- allowBuilds:
2
- tree-sitter: false
3
- tree-sitter-java: false