@unisphere/nx 4.12.3 → 4.12.4

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.
Files changed (2) hide show
  1. package/migrations.json +11 -0
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -888,6 +888,17 @@
888
888
  "alwaysAddToPackageJson": false
889
889
  }
890
890
  }
891
+ },
892
+ "4.12.4": {
893
+ "version": "4.12.4",
894
+ "cli": "nx",
895
+ "postUpdateMessage": "🎉 Migration to @unisphere/nx 4.12.4 completed successfully!",
896
+ "packages": {
897
+ "@unisphere/cli": {
898
+ "version": "5.3.0",
899
+ "alwaysAddToPackageJson": false
900
+ }
901
+ }
891
902
  }
892
903
  }
893
904
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.12.3",
3
+ "version": "4.12.4",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",