@tinoy/pi-command-guard 0.1.0 → 0.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinoy/pi-command-guard",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Block destructive shell commands before they run, and name the safe alternative in the block reason.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,18 +13,18 @@
13
13
  "url": "https://github.com/tinoy1336/pi-extensions/issues"
14
14
  },
15
15
  "type": "module",
16
- "main": "command-guard.ts",
16
+ "main": "index.ts",
17
17
  "keywords": [
18
18
  "pi-package"
19
19
  ],
20
20
  "files": [
21
- "command-guard.ts",
21
+ "index.ts",
22
22
  "README.md",
23
23
  "LICENSE"
24
24
  ],
25
25
  "pi": {
26
26
  "extensions": [
27
- "./command-guard.ts"
27
+ "./index.ts"
28
28
  ]
29
29
  },
30
30
  "engines": {
File without changes