@isograph/react-disposable-state 0.4.3 → 0.5.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.
@@ -1,5 +1,5 @@
1
- ../.. |  WARN  Unsupported engine: wanted: {"node":"22.9.0"} (current: {"node":"v22.20.0","pnpm":"10.15.0"})
1
+ ../.. |  WARN  Unsupported engine: wanted: {"node":"22.9.0"} (current: {"node":"v22.21.1","pnpm":"10.15.0"})
2
2
 
3
- > @isograph/react-disposable-state@0.4.3 compile-libs /home/runner/work/isograph/isograph/libs/isograph-react-disposable-state
3
+ > @isograph/react-disposable-state@0.5.0 compile-libs /home/runner/work/isograph/isograph/libs/isograph-react-disposable-state
4
4
  > rimraf dist && tsc -p tsconfig.pkg.json
5
5
 
package/package.json CHANGED
@@ -1,25 +1,14 @@
1
1
  {
2
2
  "name": "@isograph/react-disposable-state",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "Primitives for managing disposable state in React",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "author": "Isograph Labs",
9
9
  "license": "MIT",
10
- "scripts": {
11
- "compile-libs": "rimraf dist && tsc -p tsconfig.pkg.json",
12
- "compile-watch": "tsc -p tsconfig.pkg.json --watch",
13
- "test": "vitest run",
14
- "test-watch": "vitest watch",
15
- "coverage": "vitest run --coverage",
16
- "note": "WE SHOULD ALSO TEST HERE",
17
- "prepack": "pnpm run compile-libs",
18
- "tsc": "tsc",
19
- "tsc-force": "tsc --build --clean && tsc --build --force"
20
- },
21
10
  "dependencies": {
22
- "@isograph/disposable-types": "*"
11
+ "@isograph/disposable-types": "0.5.0"
23
12
  },
24
13
  "peerDependencies": {
25
14
  "react": "^18.0.0 || ^19.0.0"
@@ -34,5 +23,15 @@
34
23
  "url": "git+https://github.com/isographlabs/isograph.git",
35
24
  "directory": "libs/isograph-react-disposable-state"
36
25
  },
37
- "sideEffects": false
38
- }
26
+ "sideEffects": false,
27
+ "scripts": {
28
+ "compile-libs": "rimraf dist && tsc -p tsconfig.pkg.json",
29
+ "compile-watch": "tsc -p tsconfig.pkg.json --watch",
30
+ "test": "vitest run",
31
+ "test-watch": "vitest watch",
32
+ "coverage": "vitest run --coverage",
33
+ "note": "WE SHOULD ALSO TEST HERE",
34
+ "tsc": "tsc",
35
+ "tsc-force": "tsc --build --clean && tsc --build --force"
36
+ }
37
+ }