iwebgenics-ai 1.0.0 → 1.0.2
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/dist/cli.mjs +0 -2
- package/package.json +2 -1
package/dist/cli.mjs
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { createRequire } from "module";
|
|
3
3
|
const require = createRequire(import.meta.url);
|
|
4
|
-
import { createRequire } from 'module';
|
|
5
|
-
const require = createRequire(import.meta.url);
|
|
6
4
|
var __create = Object.create;
|
|
7
5
|
var __defProp = Object.defineProperty;
|
|
8
6
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iwebgenics-ai",
|
|
3
|
-
|
|
3
|
+
"version": "1.0.2",
|
|
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,
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
28
|
+
"@anthropic-ai/sandbox-runtime": "^0.0.50",
|
|
28
29
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
29
30
|
"@commander-js/extra-typings": "^13.1.0",
|
|
30
31
|
"@growthbook/growthbook": "^1.4.0",
|