@unisphere/nx 4.2.0 → 4.3.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 +10 -10
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -663,16 +663,16 @@
663
663
  "version": "3.0.5",
664
664
  "alwaysAddToPackageJson": false
665
665
  }
666
- },
667
- "4.1.3": {
668
- "version": "4.1.3",
669
- "cli": "nx",
670
- "postUpdateMessage": "🎉 Migration to @unisphere/nx 4.1.3 completed successfully!",
671
- "packages": {
672
- "@unisphere/cli": {
673
- "version": "4.1.0",
674
- "alwaysAddToPackageJson": false
675
- }
666
+ }
667
+ },
668
+ "4.1.3": {
669
+ "version": "4.1.3",
670
+ "cli": "nx",
671
+ "postUpdateMessage": "🎉 Migration to @unisphere/nx 4.1.3 completed successfully!",
672
+ "packages": {
673
+ "@unisphere/cli": {
674
+ "version": "4.1.0",
675
+ "alwaysAddToPackageJson": false
676
676
  }
677
677
  }
678
678
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",