@warpgogol/werkstatt-shared 0.11.0 → 0.13.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.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warpgogol/werkstatt-shared",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -1356,7 +1356,6 @@
|
|
|
1356
1356
|
"typecheck": "pnpm exec tsc -p tsconfig.json --noEmit",
|
|
1357
1357
|
"build": "pnpm exec tsc -p tsconfig.json --noEmit",
|
|
1358
1358
|
"build:check": "pnpm exec tsc -p tsconfig.json --noEmit",
|
|
1359
|
-
"prepublishOnly": "pnpm exec tsc -p tsconfig.json --noEmit",
|
|
1360
1359
|
"test": "vitest run",
|
|
1361
1360
|
"test:watch": "vitest"
|
|
1362
1361
|
},
|