@prismatic-io/prism 7.5.0 → 7.5.2
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 +277 -277
- package/oclif.manifest.json +3 -2
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -4876,7 +4876,8 @@
|
|
|
4876
4876
|
"type": "option"
|
|
4877
4877
|
},
|
|
4878
4878
|
"payload-content-type": {
|
|
4879
|
-
"
|
|
4879
|
+
"char": "c",
|
|
4880
|
+
"description": "Optional Content-Type for the test payload. Supported types: application/json,application/xml,text/csv",
|
|
4880
4881
|
"name": "payload-content-type",
|
|
4881
4882
|
"default": "application/json",
|
|
4882
4883
|
"hasDynamicHelp": false,
|
|
@@ -6039,5 +6040,5 @@
|
|
|
6039
6040
|
"enableJsonFlag": false
|
|
6040
6041
|
}
|
|
6041
6042
|
},
|
|
6042
|
-
"version": "7.5.
|
|
6043
|
+
"version": "7.5.2"
|
|
6043
6044
|
}
|
package/package.json
CHANGED