nowaikit-utils 1.1.0 → 1.1.1
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nowaikit-utils",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "The most comprehensive ServiceNow browser extension — AI Assistant, 22 code templates, 12 slash commands, node switcher, script sync with VS Code, multi-instance management, and enterprise-grade security.",
|
|
5
5
|
"author": "AartiQ <dev@nowaikit.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,8 +28,9 @@
|
|
|
28
28
|
"mcp",
|
|
29
29
|
"productivity"
|
|
30
30
|
],
|
|
31
|
+
"type": "module",
|
|
31
32
|
"bin": {
|
|
32
|
-
"nowaikit-utils": "
|
|
33
|
+
"nowaikit-utils": "cli.mjs"
|
|
33
34
|
},
|
|
34
35
|
"files": [
|
|
35
36
|
"cli.mjs",
|