@waiting/shared-types
Advanced tools
Comparing version 22.0.0 to 23.0.0
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "22.0.0", | ||
"version": "23.0.0", | ||
"description": "shared typescript types", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=16.13.0" | ||
"node": ">=18.12.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "files": [ | ||
"scripts": { | ||
"build": "npm run tsc && tsc-alias", | ||
"build": "npm run tsc && tsc-alias && npm run rp", | ||
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log", | ||
@@ -66,7 +66,7 @@ "clean:cache": "rm -rf .eslintcache .tsbuildinfo", | ||
"pretest": "npm run build", | ||
"rp": "rollup -c rollup.config.js --context this", | ||
"rp": "tsx bin-hashbang.js", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --jobs=4", | ||
"tsc": "tsc -b" | ||
}, | ||
"gitHead": "52f304b67139fe3615c7e8f324988815d744504f" | ||
"gitHead": "82346e1800df8018a92b118131a3c4685e09f9d3" | ||
} |
74875