norn-cli 1.5.2 → 1.5.3

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": "1.5.2",
5
+ "version": "1.5.3",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"
@@ -40,6 +40,8 @@
40
40
  ],
41
41
  "activationEvents": [
42
42
  "onLanguage:norn",
43
+ "onLanguage:nornapi",
44
+ "onLanguage:nornenv",
43
45
  "onChatParticipant:norn.chat",
44
46
  "onView:norn.sidebarHome",
45
47
  "onCommand:norn.importPostmanCollection",
@@ -92,6 +94,36 @@
92
94
  "command": "norn.importPostmanEnvironment",
93
95
  "title": "Import Postman Environment JSON",
94
96
  "category": "Norn"
97
+ },
98
+ {
99
+ "command": "norn.encryptSecretAtLine",
100
+ "title": "Encrypt Secret At Line",
101
+ "category": "Norn"
102
+ },
103
+ {
104
+ "command": "norn.viewDecryptedSecretAtLine",
105
+ "title": "View Decrypted Secret At Line",
106
+ "category": "Norn"
107
+ },
108
+ {
109
+ "command": "norn.rotateSecretAtLine",
110
+ "title": "Rotate Secret At Line",
111
+ "category": "Norn"
112
+ },
113
+ {
114
+ "command": "norn.deleteSecretAtLine",
115
+ "title": "Delete Secret At Line",
116
+ "category": "Norn"
117
+ },
118
+ {
119
+ "command": "norn.setSessionSecretKey",
120
+ "title": "Set Session Secret Key",
121
+ "category": "Norn"
122
+ },
123
+ {
124
+ "command": "norn.clearSessionSecretKeys",
125
+ "title": "Clear Session Secret Keys",
126
+ "category": "Norn"
95
127
  }
96
128
  ],
97
129
  "viewsContainers": {
@@ -218,6 +250,16 @@
218
250
  ]
219
251
  }
220
252
  ],
253
+ "configuration": {
254
+ "title": "Norn",
255
+ "properties": {
256
+ "norn.security.verifyTlsCertificates": {
257
+ "type": "boolean",
258
+ "default": true,
259
+ "description": "Verify SSL/TLS certificates for HTTPS requests and Swagger/OpenAPI fetches. Disable only for local development with self-signed certificates."
260
+ }
261
+ }
262
+ },
221
263
  "configurationDefaults": {
222
264
  "editor.tokenColorCustomizations": {
223
265
  "textMateRules": [