umt 2.12.0 → 2.12.1
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 +2 -3
package/package.json
CHANGED
|
@@ -183,10 +183,9 @@
|
|
|
183
183
|
"lint:ci": "bun run eslint && biome ci . && tsc",
|
|
184
184
|
"test": "jest",
|
|
185
185
|
"test-debug": "cd test && tsc",
|
|
186
|
-
"ts-node": "bun run build && ts-node --project tmp/tsconfig.json tmp/src/index.ts"
|
|
187
|
-
"prepublishOnly": "bun run lint:ci && bun run build:clean:full"
|
|
186
|
+
"ts-node": "bun run build && ts-node --project tmp/tsconfig.json tmp/src/index.ts"
|
|
188
187
|
},
|
|
189
188
|
"type": "module",
|
|
190
189
|
"types": "module/index.d.ts",
|
|
191
|
-
"version": "2.12.
|
|
190
|
+
"version": "2.12.1"
|
|
192
191
|
}
|