@sladg/apex-state 3.4.0 → 3.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sladg/apex-state",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "Advanced state management wrapper around Valtio with sync paths, aggregations, and side effects",
5
5
  "keywords": [
6
6
  "state-management",
@@ -45,6 +45,7 @@
45
45
  "code:fix": "eslint . --fix",
46
46
  "code:unused": "knip",
47
47
  "commit": "npx --package @sladg/release-utils utils commit",
48
+ "docs:llms": "npx tsx scripts/generate-llms-txt.ts --outdir ./demo/dist",
48
49
  "release": "npx --package @sladg/release-utils utils shipit --gitUser @sladg --gitEmail jan@ssoukup.com --changelog",
49
50
  "test": "npm run test:smoke && npm run test:all && npm run bench",
50
51
  "test:all": "vitest run",
@@ -63,6 +64,7 @@
63
64
  "wasm:test": "cargo test --manifest-path rust/Cargo.toml"
64
65
  },
65
66
  "dependencies": {
67
+ "@jsbits/deep-clone": "^1.1.1",
66
68
  "valtio": "^2.3.0",
67
69
  "valtio-reactive": "^0.2.0"
68
70
  },