@unisphere/nx 4.15.3 → 4.15.4

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
@@ -1129,6 +1129,17 @@
1129
1129
  "alwaysAddToPackageJson": false
1130
1130
  }
1131
1131
  }
1132
+ },
1133
+ "4.15.4": {
1134
+ "version": "4.15.4",
1135
+ "cli": "nx",
1136
+ "postUpdateMessage": "🎉 Migration to @unisphere/nx 4.15.4 completed successfully!",
1137
+ "packages": {
1138
+ "@unisphere/cli": {
1139
+ "version": "6.1.1",
1140
+ "alwaysAddToPackageJson": false
1141
+ }
1142
+ }
1132
1143
  }
1133
1144
  }
1134
1145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.15.3",
3
+ "version": "4.15.4",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",