@unisphere/nx 4.2.0 → 4.3.1
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/migrations.json +21 -10
- package/package.json +1 -1
package/migrations.json
CHANGED
|
@@ -663,16 +663,27 @@
|
|
|
663
663
|
"version": "3.0.5",
|
|
664
664
|
"alwaysAddToPackageJson": false
|
|
665
665
|
}
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
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
|
+
}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"4.3.1": {
|
|
680
|
+
"version": "4.3.1",
|
|
681
|
+
"cli": "nx",
|
|
682
|
+
"postUpdateMessage": "🎉 Migration to @unisphere/nx 4.3.1 completed successfully!",
|
|
683
|
+
"packages": {
|
|
684
|
+
"@unisphere/cli": {
|
|
685
|
+
"version": "4.1.2",
|
|
686
|
+
"alwaysAddToPackageJson": false
|
|
676
687
|
}
|
|
677
688
|
}
|
|
678
689
|
}
|