@duckcodeailabs/dql-cli 0.5.0 → 0.5.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.
@@ -7,7 +7,7 @@
7
7
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
10
- <script type="module" crossorigin src="/assets/index-C7bfa1Fe.js"></script>
10
+ <script type="module" crossorigin src="/assets/index-Dp-Vko5m.js"></script>
11
11
  <link rel="modulepreload" crossorigin href="/assets/react-CRB3T2We.js">
12
12
  <link rel="modulepreload" crossorigin href="/assets/codemirror-CCrEt63p.js">
13
13
  </head>
package/dist/index.js CHANGED
File without changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckcodeailabs/dql-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Public CLI for parsing, formatting, testing, and certifying DQL blocks",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -26,12 +26,12 @@
26
26
  "directory": "apps/cli"
27
27
  },
28
28
  "dependencies": {
29
- "@duckcodeailabs/dql-connectors": "^0.1.5",
30
- "@duckcodeailabs/dql-core": "^0.3.1",
31
- "@duckcodeailabs/dql-compiler": "^0.2.2",
32
- "@duckcodeailabs/dql-project": "^0.1.6",
33
- "@duckcodeailabs/dql-governance": "^0.1.6",
34
- "@duckcodeailabs/dql-notebook": "^0.2.2"
29
+ "@duckcodeailabs/dql-connectors": "^0.1.6",
30
+ "@duckcodeailabs/dql-core": "^0.3.2",
31
+ "@duckcodeailabs/dql-compiler": "^0.2.3",
32
+ "@duckcodeailabs/dql-project": "^0.1.7",
33
+ "@duckcodeailabs/dql-governance": "^0.1.7",
34
+ "@duckcodeailabs/dql-notebook": "^0.2.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typescript": "^5.7.0",
package/package.json CHANGED
@@ -1,19 +1,12 @@
1
1
  {
2
2
  "name": "@duckcodeailabs/dql-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Public CLI for parsing, formatting, testing, and certifying DQL blocks",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "dql": "./dist/index.js"
9
9
  },
10
- "scripts": {
11
- "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -b && node ./scripts/copy-runtime-assets.mjs",
12
- "dev": "tsx src/index.ts",
13
- "test": "vitest run --passWithNoTests",
14
- "clean": "rm -rf dist tsconfig.tsbuildinfo",
15
- "prepublishOnly": "pnpm run build"
16
- },
17
10
  "publishConfig": {
18
11
  "access": "public"
19
12
  },
@@ -26,12 +19,12 @@
26
19
  "directory": "apps/cli"
27
20
  },
28
21
  "dependencies": {
29
- "@duckcodeailabs/dql-connectors": "workspace:*",
30
- "@duckcodeailabs/dql-core": "workspace:*",
31
- "@duckcodeailabs/dql-compiler": "workspace:*",
32
- "@duckcodeailabs/dql-project": "workspace:*",
33
- "@duckcodeailabs/dql-governance": "workspace:*",
34
- "@duckcodeailabs/dql-notebook": "workspace:*"
22
+ "@duckcodeailabs/dql-connectors": "0.1.6",
23
+ "@duckcodeailabs/dql-governance": "0.1.7",
24
+ "@duckcodeailabs/dql-project": "0.1.7",
25
+ "@duckcodeailabs/dql-notebook": "0.2.3",
26
+ "@duckcodeailabs/dql-compiler": "0.2.3",
27
+ "@duckcodeailabs/dql-core": "0.3.2"
35
28
  },
36
29
  "devDependencies": {
37
30
  "typescript": "^5.7.0",
@@ -40,5 +33,11 @@
40
33
  },
41
34
  "engines": {
42
35
  "node": ">=18.0.0"
36
+ },
37
+ "scripts": {
38
+ "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -b && node ./scripts/copy-runtime-assets.mjs",
39
+ "dev": "tsx src/index.ts",
40
+ "test": "vitest run --passWithNoTests",
41
+ "clean": "rm -rf dist tsconfig.tsbuildinfo"
43
42
  }
44
- }
43
+ }