@unisphere/nx 4.6.1 → 4.7.0

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
@@ -761,6 +761,17 @@
761
761
  "alwaysAddToPackageJson": false
762
762
  }
763
763
  }
764
+ },
765
+ "4.7.0": {
766
+ "version": "4.7.0",
767
+ "cli": "nx",
768
+ "postUpdateMessage": "🎉 Migration to @unisphere/nx 4.7.0 completed successfully!",
769
+ "packages": {
770
+ "@unisphere/cli": {
771
+ "version": "5.1.0",
772
+ "alwaysAddToPackageJson": false
773
+ }
774
+ }
764
775
  }
765
776
  }
766
777
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.6.1",
3
+ "version": "4.7.0",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",