@arcote.tech/arc-cli 0.7.23 → 0.7.25

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -26288,7 +26288,7 @@ var {
26288
26288
  // ../../node_modules/.bun/find-up@7.0.0/node_modules/find-up/index.js
26289
26289
  import path2 from "path";
26290
26290
 
26291
- // ../../node_modules/.bun/locate-path@7.2.0/node_modules/locate-path/index.js
26291
+ // ../../node_modules/.bun/find-up@7.0.0/node_modules/find-up/node_modules/locate-path/index.js
26292
26292
  import process2 from "process";
26293
26293
  import path from "path";
26294
26294
  import fs, { promises as fsPromises } from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcote.tech/arc-cli",
3
- "version": "0.7.23",
3
+ "version": "0.7.25",
4
4
  "description": "CLI tool for Arc framework",
5
5
  "module": "index.ts",
6
6
  "main": "dist/index.js",
@@ -12,13 +12,13 @@
12
12
  "build": "bun build --target=bun ./src/index.ts --outdir=dist --external @arcote.tech/arc --external @arcote.tech/arc-ds --external @arcote.tech/arc-react --external @arcote.tech/platform --external '@opentelemetry/*' && chmod +x dist/index.js"
13
13
  },
14
14
  "dependencies": {
15
- "@arcote.tech/arc": "^0.7.23",
16
- "@arcote.tech/arc-ds": "^0.7.23",
17
- "@arcote.tech/arc-react": "^0.7.23",
18
- "@arcote.tech/arc-host": "^0.7.23",
19
- "@arcote.tech/arc-adapter-db-sqlite": "^0.7.23",
20
- "@arcote.tech/arc-adapter-db-postgres": "^0.7.23",
21
- "@arcote.tech/arc-otel": "^0.7.23",
15
+ "@arcote.tech/arc": "^0.7.25",
16
+ "@arcote.tech/arc-ds": "^0.7.25",
17
+ "@arcote.tech/arc-react": "^0.7.25",
18
+ "@arcote.tech/arc-host": "^0.7.25",
19
+ "@arcote.tech/arc-adapter-db-sqlite": "^0.7.25",
20
+ "@arcote.tech/arc-adapter-db-postgres": "^0.7.25",
21
+ "@arcote.tech/arc-otel": "^0.7.25",
22
22
  "@opentelemetry/api": "^1.9.0",
23
23
  "@opentelemetry/api-logs": "^0.57.0",
24
24
  "@opentelemetry/core": "^1.30.0",
@@ -31,7 +31,7 @@
31
31
  "@opentelemetry/sdk-trace-base": "^1.30.0",
32
32
  "@opentelemetry/sdk-trace-node": "^1.30.0",
33
33
  "@opentelemetry/semantic-conventions": "^1.27.0",
34
- "@arcote.tech/platform": "^0.7.23",
34
+ "@arcote.tech/platform": "^0.7.25",
35
35
  "@clack/prompts": "^0.9.0",
36
36
  "commander": "^11.1.0",
37
37
  "chokidar": "^3.5.3",