@unisphere/nx 1.24.0 → 1.24.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 +10 -0
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -133,6 +133,16 @@
133
133
  "alwaysAddToPackageJson": true
134
134
  }
135
135
  }
136
+ },
137
+ "1.24.1": {
138
+ "version": "1.24.1",
139
+ "cli": "nx",
140
+ "packages": {
141
+ "@unisphere/cli": {
142
+ "version": "^1.58.9",
143
+ "alwaysAddToPackageJson": true
144
+ }
145
+ }
136
146
  }
137
147
  }
138
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",