@public-ui/kolibri-cli 1.7.1 → 1.7.2
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/dist/migrate/index.js +4 -4
- package/package.json +2 -2
package/dist/migrate/index.js
CHANGED
|
@@ -70,8 +70,8 @@ Source folder to migrate: ${baseDir}
|
|
|
70
70
|
let version = versionOfPublicUiComponents;
|
|
71
71
|
/**
|
|
72
72
|
* Creates a replacer function for the package.json file.
|
|
73
|
-
* @param version
|
|
74
|
-
* @returns The replacer function
|
|
73
|
+
* @param {string} version Version to set
|
|
74
|
+
* @returns {string} The replacer function
|
|
75
75
|
*/
|
|
76
76
|
function createVersionReplacer(version) {
|
|
77
77
|
return (...args) => {
|
|
@@ -83,8 +83,8 @@ Source folder to migrate: ${baseDir}
|
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Sets the version of the @public-ui/* packages in the package.json file.
|
|
86
|
-
* @param version Version to set
|
|
87
|
-
* @param cb Callback function
|
|
86
|
+
* @param {string} version Version to set
|
|
87
|
+
* @param {function} cb Callback function
|
|
88
88
|
*/
|
|
89
89
|
function setVersionOfPublicUiPackages(version, cb) {
|
|
90
90
|
let packageJson = (0, reuse_1.getContentOfProjectPkgJson)();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"semver": "7.5.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@public-ui/components": "1.7.
|
|
30
|
+
"@public-ui/components": "1.7.2",
|
|
31
31
|
"@types/gradient-string": "1.1.3",
|
|
32
32
|
"@types/node": "20.8.0",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "6.7.3",
|