@public-ui/kolibri-cli 3.0.8-rc.0 → 3.0.8-rc.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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "3.0.8-rc.
|
|
3
|
+
"version": "3.0.8-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"knip": "5.65.0",
|
|
48
48
|
"mocha": "11.7.4",
|
|
49
49
|
"nodemon": "3.1.10",
|
|
50
|
-
"rimraf": "6.0
|
|
50
|
+
"rimraf": "6.1.0",
|
|
51
51
|
"ts-node": "10.9.2",
|
|
52
52
|
"typescript": "5.9.3",
|
|
53
|
-
"@public-ui/components": "3.0.8-rc.
|
|
53
|
+
"@public-ui/components": "3.0.8-rc.1"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"dist"
|
|
@@ -62,10 +62,9 @@
|
|
|
62
62
|
"lint": "pnpm lint:eslint && pnpm lint:tsc",
|
|
63
63
|
"lint:eslint": "eslint src",
|
|
64
64
|
"lint:tsc": "tsc --noemit",
|
|
65
|
-
"pretest": "pnpm build",
|
|
65
|
+
"pretest:unit": "pnpm build",
|
|
66
66
|
"restart": "pnpm reset && pnpm start",
|
|
67
67
|
"start": "rimraf test && cpy \"../../samples/react/src/components\" test/src && cpy \"../../samples/react/public/*.html\" test/ && ts-node src/index.ts migrate --ignore-uncommitted-changes --test-tasks test",
|
|
68
|
-
"test": "pnpm test:unit",
|
|
69
68
|
"test:unit": "cross-env TS_NODE_PROJECT=tsconfig.test.json mocha --require ts-node/register test/**/*.ts --no-experimental-strip-types",
|
|
70
69
|
"unused": "knip",
|
|
71
70
|
"watch": "nodemon --ignore package.json src/index.ts migrate --ignore-uncommitted-changes --test-tasks test"
|