@automaton-labs/aib 0.0.1 → 0.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/help/help-meta.json +2 -2
- package/package.json +28 -27
package/dist/help/help-meta.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"helpVersion": "0.1.0",
|
|
4
|
-
"generatedAt": "2026-05-
|
|
5
|
-
"sourceCommit": "
|
|
4
|
+
"generatedAt": "2026-05-25T01:01:46+03:00",
|
|
5
|
+
"sourceCommit": "51c652c",
|
|
6
6
|
"contentHash": "sha256:fa654cee3287525d7a9dce2fd8d4fa159138898ee4b7c8ebf6fed43bde58074a",
|
|
7
7
|
"topics": {
|
|
8
8
|
"help-format": {
|
package/package.json
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@automaton-labs/aib",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "CLI for discovering and calling the local aib IDE extension runtime.",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"bin": {
|
|
9
|
-
"aib": "dist/bin/aib.js"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"dist",
|
|
13
|
-
"extension",
|
|
14
|
-
"scripts/install-windows-launcher.cjs",
|
|
15
|
-
"scripts/postinstall.cjs",
|
|
16
|
-
"scripts/provision-runtime.cjs",
|
|
17
|
-
"runtimes/launcher",
|
|
18
|
-
"README.md",
|
|
19
|
-
"package.json"
|
|
20
|
-
],
|
|
21
|
-
"scripts": {
|
|
22
|
-
"build": "tsc -p . && node scripts/copy-managed-host-assets.cjs",
|
|
23
|
-
"build:package": "node ../../scripts/package/clean-paths.cjs dist && tsc -p tsconfig.package.json && node scripts/copy-managed-host-assets.cjs && node ../../scripts/package/minify-js.cjs dist",
|
|
24
|
-
"typecheck": "tsc -p . --noEmit",
|
|
25
|
-
"postinstall": "node scripts/postinstall.cjs",
|
|
26
|
-
"prepack": "npm run build:package && node scripts/copy-extension-vsix.cjs",
|
|
27
|
-
"pack:local": "npm pack --pack-destination ../../.tmp"
|
|
28
|
-
},
|
|
2
|
+
"name": "@automaton-labs/aib",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "CLI for discovering and calling the local aib IDE extension runtime.",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"bin": {
|
|
9
|
+
"aib": "dist/bin/aib.js"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist",
|
|
13
|
+
"extension",
|
|
14
|
+
"scripts/install-windows-launcher.cjs",
|
|
15
|
+
"scripts/postinstall.cjs",
|
|
16
|
+
"scripts/provision-runtime.cjs",
|
|
17
|
+
"runtimes/launcher",
|
|
18
|
+
"README.md",
|
|
19
|
+
"package.json"
|
|
20
|
+
],
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "tsc -p . && node scripts/copy-managed-host-assets.cjs",
|
|
23
|
+
"build:package": "node ../../scripts/package/clean-paths.cjs dist && tsc -p tsconfig.package.json && node scripts/copy-managed-host-assets.cjs && node ../../scripts/package/minify-js.cjs dist",
|
|
24
|
+
"typecheck": "tsc -p . --noEmit",
|
|
25
|
+
"postinstall": "node scripts/postinstall.cjs",
|
|
26
|
+
"prepack": "npm run build:package && node scripts/copy-extension-vsix.cjs",
|
|
27
|
+
"pack:local": "npm pack --pack-destination ../../.tmp"
|
|
28
|
+
},
|
|
29
29
|
"dependencies": {
|
|
30
|
+
"typescript": "^6.0.3",
|
|
30
31
|
"ws": "^8.20.0",
|
|
31
32
|
"zod": "^4.1.12"
|
|
32
33
|
},
|