@preply/ds-ai-cli 11.5.0 → 11.5.1

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/bin.js +2 -2
  2. package/package.json +3 -3
package/dist/bin.js CHANGED
@@ -13,7 +13,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
13
13
  var package_default = {
14
14
  name: "@preply/ds-ai-cli",
15
15
  description: "CLI for querying the Preply Design System",
16
- version: "11.5.0",
16
+ version: "11.5.1",
17
17
  publishConfig: { "access": "public" },
18
18
  type: "module",
19
19
  bin: { "ds-ai": "./dist/bin.js" },
@@ -37995,7 +37995,7 @@ var As = class extends Ts {
37995
37995
  }, js = {
37996
37996
  name: "@preply/ds-ai-core",
37997
37997
  description: "Shared AI tools for the Preply Design System",
37998
- version: "11.5.0",
37998
+ version: "11.5.1",
37999
37999
  publishConfig: { access: "public" },
38000
38000
  type: "module",
38001
38001
  exports: { ".": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@preply/ds-ai-cli",
3
3
  "description": "CLI for querying the Preply Design System",
4
- "version": "11.5.0",
4
+ "version": "11.5.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -22,11 +22,11 @@
22
22
  "vite-plugin-dts": "^4.5.4"
23
23
  },
24
24
  "dependencies": {
25
- "@preply/ds-ai-core": "11.5.0",
25
+ "@preply/ds-ai-core": "11.5.1",
26
26
  "commander": "^14.0.0",
27
27
  "zod": "^4.3.6",
28
28
  "zod-commander": "^0.1.0",
29
29
  "zod-opts": "^1.0.0"
30
30
  },
31
- "gitHead": "015ddc665c8c22cc70ff5aaea243c1f22f37c90b"
31
+ "gitHead": "a490771509699782086183ff0f1bc5db16a052ca"
32
32
  }