@prismatic-io/prism 6.0.5 → 6.0.6
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/lib/index.js +122 -122
- package/oclif.manifest.json +1 -8
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1237,13 +1237,6 @@
|
|
|
1237
1237
|
"hasDynamicHelp": false,
|
|
1238
1238
|
"multiple": false,
|
|
1239
1239
|
"type": "option"
|
|
1240
|
-
},
|
|
1241
|
-
"default-config-vars": {
|
|
1242
|
-
"description": "JSON-formatted default values for config variables that are replaced with instance or test config variables",
|
|
1243
|
-
"name": "default-config-vars",
|
|
1244
|
-
"hasDynamicHelp": false,
|
|
1245
|
-
"multiple": false,
|
|
1246
|
-
"type": "option"
|
|
1247
1240
|
}
|
|
1248
1241
|
},
|
|
1249
1242
|
"hasDynamicHelp": false,
|
|
@@ -4932,5 +4925,5 @@
|
|
|
4932
4925
|
"enableJsonFlag": false
|
|
4933
4926
|
}
|
|
4934
4927
|
},
|
|
4935
|
-
"version": "6.0.
|
|
4928
|
+
"version": "6.0.6"
|
|
4936
4929
|
}
|
package/package.json
CHANGED