@public-ui/kolibri-cli 1.7.12 → 1.7.13

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
@@ -115,7 +115,7 @@ You can configure the migration with the `.kolibri.config.json` file in your pro
115
115
  "tsconfig-reconfigure-compilerOptions.types": true,
116
116
  "remove--cpy-cli,rimraf": true,
117
117
  "add--cpy-cli,rimraf": true,
118
- "package.json-reconfigure-scripts.postinstall": true,
118
+ "package.json-reconfigure-scripts.prepare": true,
119
119
  "merge-html-codicon-in-index.html": true,
120
120
  "remove-public/assets/codicons": true,
121
121
  "exec-npx cpy \"node_modules/@public-ui/components/assets/**/*\" \"public/assets\" --dot": 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": "1.7.12",
3
+ "version": "1.7.13",
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": "1.7.12",
30
+ "@public-ui/components": "1.7.13",
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",