@vreko/cli 3.3.4 → 3.3.5
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/{InitApp-AHMZBKRK.js → InitApp-MZHXC2EV.js} +3 -3
- package/dist/{InitApp-AHMZBKRK.js.map → InitApp-MZHXC2EV.js.map} +1 -1
- package/dist/{chunk-HME7USNG.js → chunk-FNSNP635.js} +4 -4
- package/dist/{chunk-HME7USNG.js.map → chunk-FNSNP635.js.map} +1 -1
- package/dist/{chunk-F2GMAVD5.js → chunk-WJGVEDAC.js} +3 -3
- package/dist/{chunk-F2GMAVD5.js.map → chunk-WJGVEDAC.js.map} +1 -1
- package/dist/{chunk-EYOXOS45.js → chunk-XQFACGNA.js} +4 -4
- package/dist/{chunk-EYOXOS45.js.map → chunk-XQFACGNA.js.map} +1 -1
- package/dist/index.js +8 -10
- package/dist/index.js.map +1 -1
- package/dist/init-command-BQX3JMGV.js +7 -0
- package/dist/{init-command-OGAPWXC3.js.map → init-command-BQX3JMGV.js.map} +1 -1
- package/dist/{init-core-VFYBUSWP.js → init-core-K5TYDE5M.js} +4 -4
- package/dist/{init-core-VFYBUSWP.js.map → init-core-K5TYDE5M.js.map} +1 -1
- package/package.json +3 -3
- package/dist/init-command-OGAPWXC3.js +0 -7
- /package/dist/{._InitApp-AHMZBKRK.js → ._InitApp-MZHXC2EV.js} +0 -0
- /package/dist/{._InitApp-AHMZBKRK.js.map → ._InitApp-MZHXC2EV.js.map} +0 -0
- /package/dist/{._chunk-EYOXOS45.js → ._chunk-FNSNP635.js} +0 -0
- /package/dist/{._chunk-EYOXOS45.js.map → ._chunk-FNSNP635.js.map} +0 -0
- /package/dist/{._chunk-F2GMAVD5.js → ._chunk-WJGVEDAC.js} +0 -0
- /package/dist/{._chunk-F2GMAVD5.js.map → ._chunk-WJGVEDAC.js.map} +0 -0
- /package/dist/{._chunk-HME7USNG.js → ._chunk-XQFACGNA.js} +0 -0
- /package/dist/{._chunk-HME7USNG.js.map → ._chunk-XQFACGNA.js.map} +0 -0
- /package/dist/{._init-command-OGAPWXC3.js → ._init-command-BQX3JMGV.js} +0 -0
- /package/dist/{._init-command-OGAPWXC3.js.map → ._init-command-BQX3JMGV.js.map} +0 -0
- /package/dist/{._init-core-VFYBUSWP.js → ._init-core-K5TYDE5M.js} +0 -0
- /package/dist/{._init-core-VFYBUSWP.js.map → ._init-core-K5TYDE5M.js.map} +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
export { createInitCommand } from './chunk-XQFACGNA.js';
|
|
3
|
+
import './chunk-EWOJGXRX.js';
|
|
4
|
+
|
|
5
|
+
process.env.VREKO_CLI='true';process.env.NODE_NO_WARNINGS='1';
|
|
6
|
+
//# sourceMappingURL=init-command-BQX3JMGV.js.map
|
|
7
|
+
//# sourceMappingURL=init-command-BQX3JMGV.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"init-command-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"init-command-BQX3JMGV.js"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
export { createInitCommand } from './chunk-
|
|
2
|
+
export { createInitCommand } from './chunk-FNSNP635.js';
|
|
3
3
|
import './chunk-GRMRYWYS.js';
|
|
4
4
|
import './chunk-MWTSOZTM.js';
|
|
5
|
-
import './chunk-
|
|
5
|
+
import './chunk-WJGVEDAC.js';
|
|
6
6
|
import './chunk-AV5Y3YR6.js';
|
|
7
7
|
import './chunk-AHZGBIQG.js';
|
|
8
8
|
import './chunk-BZ7DRTR7.js';
|
|
9
9
|
import './chunk-EWOJGXRX.js';
|
|
10
10
|
|
|
11
11
|
process.env.VREKO_CLI='true';process.env.NODE_NO_WARNINGS='1';
|
|
12
|
-
//# sourceMappingURL=init-core-
|
|
13
|
-
//# sourceMappingURL=init-core-
|
|
12
|
+
//# sourceMappingURL=init-core-K5TYDE5M.js.map
|
|
13
|
+
//# sourceMappingURL=init-core-K5TYDE5M.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"init-core-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"init-core-K5TYDE5M.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vreko/cli",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"description": "Vreko CLI — AI-aware developer intelligence for the command line",
|
|
5
5
|
"homepage": "https://vreko.dev",
|
|
6
6
|
"repository": {
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"LICENSE"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
+
"@asteasolutions/zod-to-openapi": "7.3.4",
|
|
44
45
|
"@babel/parser": "7.28.5",
|
|
45
46
|
"@babel/traverse": "7.28.5",
|
|
46
47
|
"@better-auth/passkey": "1.6.19",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"@opentelemetry/sdk-trace-node": "2.2.0",
|
|
59
60
|
"@react-email/components": "0.5.7",
|
|
60
61
|
"@react-email/render": "1.1.4",
|
|
62
|
+
"@sentry/node": "10.32.1",
|
|
61
63
|
"@sindresorhus/slugify": "3.0.0",
|
|
62
64
|
"better-auth": "1.6.19",
|
|
63
65
|
"boxen": "8.0.1",
|
|
@@ -107,8 +109,6 @@
|
|
|
107
109
|
"keytar": "7.9.0"
|
|
108
110
|
},
|
|
109
111
|
"bundledDependencies": [
|
|
110
|
-
"@asteasolutions/zod-to-openapi",
|
|
111
|
-
"@sentry/node",
|
|
112
112
|
"@vreko/auth",
|
|
113
113
|
"@vreko/claims-ledger",
|
|
114
114
|
"@vreko/intelligence",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
export { createInitCommand } from './chunk-EYOXOS45.js';
|
|
3
|
-
import './chunk-EWOJGXRX.js';
|
|
4
|
-
|
|
5
|
-
process.env.VREKO_CLI='true';process.env.NODE_NO_WARNINGS='1';
|
|
6
|
-
//# sourceMappingURL=init-command-OGAPWXC3.js.map
|
|
7
|
-
//# sourceMappingURL=init-command-OGAPWXC3.js.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|