@unisphere/nx 3.12.0 → 3.14.0

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 +1 -1
  2. package/package.json +1 -1
package/migrations.json CHANGED
@@ -529,7 +529,7 @@
529
529
  "postUpdateMessage": "šŸŽ‰ Migration to @unisphere/nx 3.7.0 completed successfully!\n\nāš ļø Breaking change: The types package can no longer have React dependencies.\nLearn more: https://unisphere.kaltura.com/docs/create/packages/overview#the-types-package",
530
530
  "packages": {
531
531
  "@unisphere/cli": {
532
- "version": "3.0.2",
532
+ "version": "3.0.4",
533
533
  "alwaysAddToPackageJson": false
534
534
  }
535
535
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "3.12.0",
3
+ "version": "3.14.0",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",