@public-ui/kolibri-cli 2.0.6 → 2.0.8

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/README.md CHANGED
@@ -238,7 +238,7 @@ You can configure the migration with the `.kolibri.config.json` file in your pro
238
238
  "kol-link-group-remove-property-_level": true,
239
239
  "remove--cpy-cli,rimraf": true,
240
240
  "add--cpy-cli,rimraf": true,
241
- "package.json-reconfigure-scripts.postinstall": true,
241
+ "package.json-reconfigure-scripts.prepare": true,
242
242
  "remove-public/assets/codicons": true,
243
243
  "exec-npx cpy \"node_modules/@public-ui/components/assets/**/*\" \"undefined/assets\" --dot": true,
244
244
  "kol-button-link-remove-property-_access-key": true,
@@ -18,9 +18,9 @@ const getAssetTasks = (baseDir) => {
18
18
  'cpy-cli': '5.0.0',
19
19
  rimraf: '3.0.2',
20
20
  }, '^1', [removeDeps]);
21
- const addScript = JsonTask_1.JsonTask.getInstance('scripts.postinstall', {
21
+ const addScript = JsonTask_1.JsonTask.getInstance('scripts.prepare', {
22
22
  scripts: {
23
- postinstall: `cpy "node_modules/@public-ui/components/assets/**/*" "${indexHtml}/assets" --dot`,
23
+ prepare: `cpy "node_modules/@public-ui/components/assets/**/*" "${indexHtml}/assets" --dot`,
24
24
  },
25
25
  }, '^1', [installDeps]);
26
26
  const removeTask = RemoveTask_1.RemoveTask.getInstance('public/assets/codicons', '^1', [addScript]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/kolibri-cli",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -27,17 +27,17 @@
27
27
  "semver": "7.6.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@public-ui/components": "2.0.6",
30
+ "@public-ui/components": "2.0.8",
31
31
  "@types/gradient-string": "1.1.5",
32
- "@types/node": "20.11.17",
33
- "@typescript-eslint/eslint-plugin": "7.0.1",
34
- "@typescript-eslint/parser": "7.0.1",
32
+ "@types/node": "20.11.19",
33
+ "@typescript-eslint/eslint-plugin": "7.0.2",
34
+ "@typescript-eslint/parser": "7.0.2",
35
35
  "cpy-cli": "5.0.0",
36
36
  "depcheck": "1.4.7",
37
37
  "eslint": "8.56.0",
38
38
  "eslint-config-prettier": "9.1.0",
39
39
  "eslint-plugin-html": "8.0.0",
40
- "eslint-plugin-jsdoc": "48.0.6",
40
+ "eslint-plugin-jsdoc": "48.1.0",
41
41
  "eslint-plugin-json": "3.1.0",
42
42
  "eslint-plugin-jsx-a11y": "6.8.0",
43
43
  "eslint-plugin-no-loops": "0.3.0",