@aws/nx-plugin 1.0.0-rc.98 → 1.0.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.
- package/migrations.json +1 -1
- package/package.json +1 -1
package/migrations.json
CHANGED
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"implementation": "./src/migrations/v1.0.0-rc.97/0006-script-project-quality-gates/migration"
|
|
369
369
|
},
|
|
370
370
|
"sync-vended-versions": {
|
|
371
|
-
"version": "1.0.0
|
|
371
|
+
"version": "1.0.0",
|
|
372
372
|
"description": "Sync vended dependency versions and the tracked plugin version to those vended by this release",
|
|
373
373
|
"implementation": "./src/utils/version-upgrade-migration/migration"
|
|
374
374
|
}
|