iwebgenics-ai 1.0.5 → 1.0.7
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": "iwebgenics-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Iwebgenics Code CLI is a command-line interface tool that provides developers with a powerful and efficient way to interact with the Iwebgenics Code platform. It allows users to manage their projects, run code, and access various features of the Iwebgenics Code ecosystem directly from the terminal.",
|
|
5
5
|
"license": "LICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -9,12 +9,13 @@
|
|
|
9
9
|
"bin": {
|
|
10
10
|
"iwebgenics-ai": "dist/cli.mjs"
|
|
11
11
|
},
|
|
12
|
-
"files": [
|
|
13
|
-
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/cli.mjs",
|
|
14
|
+
"postinstall.cjs"
|
|
15
|
+
],
|
|
14
16
|
"scripts": {
|
|
15
17
|
"build": "bun scripts/build-bundle.ts",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
"postinstall": "node postinstall.cjs",
|
|
18
19
|
"build:watch": "bun scripts/build-bundle.ts --watch",
|
|
19
20
|
"build:prod": "bun scripts/build-bundle.ts --minify",
|
|
20
21
|
"build:web": "bun scripts/build-web.ts",
|
|
File without changes
|