norn-cli 1.3.0 → 1.3.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/CHANGELOG.md +33 -2
- package/README.md +65 -0
- package/dist/cli.js +6843 -172
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "norn-cli",
|
|
3
3
|
"displayName": "Norn - REST Client",
|
|
4
4
|
"description": "A powerful REST client for making HTTP requests with sequences, variables, scripts, and cookie support",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.2",
|
|
6
6
|
"publisher": "Norn-PeterKrustanov",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Peter Krastanov"
|
|
@@ -197,6 +197,7 @@
|
|
|
197
197
|
"typescript-eslint": "^8.52.0"
|
|
198
198
|
},
|
|
199
199
|
"dependencies": {
|
|
200
|
+
"ajv": "^8.17.1",
|
|
200
201
|
"axios": "^1.13.2",
|
|
201
202
|
"chalk": "^5.4.1",
|
|
202
203
|
"tough-cookie": "^6.0.0"
|