@unisphere/nx 4.15.2 → 4.15.3

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
@@ -1118,6 +1118,17 @@
1118
1118
  "alwaysAddToPackageJson": false
1119
1119
  }
1120
1120
  }
1121
+ },
1122
+ "4.15.3": {
1123
+ "version": "4.15.3",
1124
+ "cli": "nx",
1125
+ "postUpdateMessage": "🎉 Migration to @unisphere/nx 4.15.3 completed successfully!",
1126
+ "packages": {
1127
+ "@unisphere/cli": {
1128
+ "version": "6.1.0",
1129
+ "alwaysAddToPackageJson": false
1130
+ }
1131
+ }
1121
1132
  }
1122
1133
  }
1123
1134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.15.2",
3
+ "version": "4.15.3",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",