@isograph/disposable-types 0.0.0-main-89b0ecda → 0.0.0-main-30994576

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
1
  ../.. |  WARN  Unsupported engine: wanted: {"node":"22.9.0"} (current: {"node":"v22.21.1","pnpm":"10.15.0"})
2
2
 
3
- > @isograph/disposable-types@0.0.0-main-89b0ecda compile-libs /home/runner/work/isograph/isograph/libs/isograph-disposable-types
3
+ > @isograph/disposable-types@0.0.0-main-30994576 compile-libs /home/runner/work/isograph/isograph/libs/isograph-disposable-types
4
4
  > rimraf dist && tsc -p tsconfig.pkg.json
5
5
 
package/package.json CHANGED
@@ -1,22 +1,12 @@
1
1
  {
2
2
  "name": "@isograph/disposable-types",
3
- "version": "0.0.0-main-89b0ecda",
3
+ "version": "0.0.0-main-30994576",
4
4
  "description": "Common types for disposable items",
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": "echo this package has no tests",
14
- "test-watch": "echo this package has no tests",
15
- "coverage": "echo this package has no coverage",
16
- "prepack": "pnpm run compile-libs",
17
- "tsc": "tsc",
18
- "tsc-force": "tsc --build --clean && tsc --build --force"
19
- },
20
10
  "dependencies": {},
21
11
  "devDependencies": {
22
12
  "typescript": "5.6.3"
@@ -26,5 +16,14 @@
26
16
  "url": "git+https://github.com/isographlabs/isograph.git",
27
17
  "directory": "libs/isograph-disposable-types"
28
18
  },
29
- "sideEffects": false
30
- }
19
+ "sideEffects": false,
20
+ "scripts": {
21
+ "compile-libs": "rimraf dist && tsc -p tsconfig.pkg.json",
22
+ "compile-watch": "tsc -p tsconfig.pkg.json --watch",
23
+ "test": "echo this package has no tests",
24
+ "test-watch": "echo this package has no tests",
25
+ "coverage": "echo this package has no coverage",
26
+ "tsc": "tsc",
27
+ "tsc-force": "tsc --build --clean && tsc --build --force"
28
+ }
29
+ }