@optique/core 0.10.0-dev.359 → 0.10.0-dev.360
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optique/core",
|
|
3
|
-
"version": "0.10.0-dev.
|
|
3
|
+
"version": "0.10.0-dev.360+0d55f751",
|
|
4
4
|
"description": "Type-safe combinatorial command-line interface parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -181,8 +181,8 @@
|
|
|
181
181
|
"scripts": {
|
|
182
182
|
"build": "tsdown",
|
|
183
183
|
"prepublish": "tsdown",
|
|
184
|
-
"test": "
|
|
185
|
-
"test:bun": "
|
|
184
|
+
"test": "node --experimental-transform-types --test",
|
|
185
|
+
"test:bun": "bun test",
|
|
186
186
|
"test:deno": "deno test",
|
|
187
187
|
"test-all": "tsdown && node --experimental-transform-types --test && bun test && deno test"
|
|
188
188
|
}
|