@multiplatform.one/cli 1.0.44 → 1.0.46

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplatform.one/cli",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "author": "BitSpur <support@bitspur.com> (https://bitspur.com)",
5
5
  "contributors": [
6
6
  {
@@ -52,7 +52,7 @@
52
52
  "@types/node": "~20.12.13",
53
53
  "tsup": "^8.1.0",
54
54
  "typescript": "~5.3.3",
55
- "@multiplatform.one/utils": "^0.0.21"
55
+ "@multiplatform.one/utils": "^0.0.22"
56
56
  },
57
57
  "dependencies": {
58
58
  "commander": "^9.5.0",
package/scripts/update.sh CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  set -e
4
4
 
5
- git clean -fxd
6
5
  PROJECT_DIR="$(pwd)"
7
6
  TEMP_DIR="$(mktemp -d)"
8
7
  trap 'rm -rf "$TEMP_DIR"' EXIT
@@ -14,6 +13,7 @@ cd "$COOKIECUTTER_DIR"
14
13
  git add .
15
14
  git commit -m "Updated multiplatform.one"
16
15
  cd "$PROJECT_DIR"
16
+ git clean -fxd
17
17
  INITIAL_COMMIT="$(git rev-parse HEAD)"
18
18
  git remote add multiplatform.one "$COOKIECUTTER_DIR"
19
19
  git fetch multiplatform.one