@unisphere/nx 3.6.3 → 3.6.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 +31 -0
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -491,6 +491,37 @@
491
491
  "alwaysAddToPackageJson": false
492
492
  }
493
493
  }
494
+ },
495
+ "3.6.4": {
496
+ "version": "3.6.4",
497
+ "cli": "nx",
498
+ "postUpdateMessage": "🎉 Migration to @unisphere/nx 3.6.4 completed successfully!",
499
+ "packages": {
500
+ "@unisphere/core": {
501
+ "version": "^1.91.0",
502
+ "alwaysAddToPackageJson": false
503
+ },
504
+ "@unisphere/notifications-core": {
505
+ "version": "^1.25.0",
506
+ "alwaysAddToPackageJson": false
507
+ },
508
+ "@unisphere/notifications-runtime-react": {
509
+ "version": "^1.24.0",
510
+ "alwaysAddToPackageJson": false
511
+ },
512
+ "@unisphere/runtime": {
513
+ "version": "^1.90.0",
514
+ "alwaysAddToPackageJson": false
515
+ },
516
+ "@unisphere/runtime-js": {
517
+ "version": "^1.90.0",
518
+ "alwaysAddToPackageJson": false
519
+ },
520
+ "@unisphere/runtime-react": {
521
+ "version": "^1.83.3",
522
+ "alwaysAddToPackageJson": false
523
+ }
524
+ }
494
525
  }
495
526
  }
496
527
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",