@public-ui/kolibri-cli 3.0.3 → 3.0.4-fa8bcfa66607a9847a1359c0ca7d77fe673660d7.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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4-fa8bcfa66607a9847a1359c0ca7d77fe673660d7.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
"prettier": "3.5.3",
|
|
30
30
|
"semver": "7.7.2",
|
|
31
31
|
"typed-bem": "1.0.0-rc.7",
|
|
32
|
-
"@public-ui/components": "3.0.
|
|
32
|
+
"@public-ui/components": "3.0.4-fa8bcfa66607a9847a1359c0ca7d77fe673660d7.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "24.0.1",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
37
37
|
"@typescript-eslint/parser": "7.18.0",
|
|
38
38
|
"cpy-cli": "5.0.0",
|
|
39
|
+
"cross-env": "7.0.3",
|
|
39
40
|
"eslint": "8.57.1",
|
|
40
41
|
"eslint-config-prettier": "9.1.0",
|
|
41
42
|
"eslint-plugin-html": "8.1.3",
|
|
@@ -65,6 +66,6 @@
|
|
|
65
66
|
"unused": "knip",
|
|
66
67
|
"watch": "nodemon --ignore package.json src/index.ts migrate --ignore-uncommitted-changes --test-tasks test",
|
|
67
68
|
"test": "pnpm test:unit",
|
|
68
|
-
"test:unit": "TS_NODE_PROJECT=tsconfig.test.json mocha --require ts-node/register test/**/*.ts"
|
|
69
|
+
"test:unit": "cross-env TS_NODE_PROJECT=tsconfig.test.json mocha --require ts-node/register test/**/*.ts --no-experimental-strip-types"
|
|
69
70
|
}
|
|
70
71
|
}
|