norn-cli 2.0.1 → 2.2.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/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": "2.0
|
|
5
|
+
"version": "2.2.0",
|
|
6
6
|
"publisher": "Norn-PeterKrustanov",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Peter Krastanov"
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"onView:norn.sidebarHome",
|
|
49
49
|
"onCommand:norn.importPostmanCollection",
|
|
50
50
|
"onCommand:norn.importPostmanEnvironment",
|
|
51
|
+
"onCommand:norn.createStarterCatalog",
|
|
51
52
|
"onCommand:norn.createSqlStarterFiles",
|
|
52
53
|
"onCommand:norn.createMcpStarterConfig",
|
|
53
54
|
"onCommand:norn.debugSequence",
|
|
@@ -107,8 +108,8 @@
|
|
|
107
108
|
"category": "Norn"
|
|
108
109
|
},
|
|
109
110
|
{
|
|
110
|
-
"command": "norn.
|
|
111
|
-
"title": "
|
|
111
|
+
"command": "norn.createStarterCatalog",
|
|
112
|
+
"title": "Open Norn Starter Catalogue",
|
|
112
113
|
"category": "Norn"
|
|
113
114
|
},
|
|
114
115
|
{
|
|
@@ -168,7 +169,7 @@
|
|
|
168
169
|
"menus": {
|
|
169
170
|
"explorer/context": [
|
|
170
171
|
{
|
|
171
|
-
"command": "norn.
|
|
172
|
+
"command": "norn.createStarterCatalog",
|
|
172
173
|
"when": "explorerResourceIsFolder",
|
|
173
174
|
"group": "norn@1"
|
|
174
175
|
},
|