@unisphere/nx 4.3.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.
Files changed (2) hide show
  1. package/migrations.json +11 -0
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -675,6 +675,17 @@
675
675
  "alwaysAddToPackageJson": false
676
676
  }
677
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
687
+ }
688
+ }
678
689
  }
679
690
  }
680
691
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",