@preply/ds-ai-core 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/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -38087,7 +38087,7 @@ var As = class extends Ts {
38087
38087
  }, js = {
38088
38088
  name: "@preply/ds-ai-core",
38089
38089
  description: "Shared AI tools for the Preply Design System",
38090
- version: "11.5.0",
38090
+ version: "11.5.1",
38091
38091
  publishConfig: { access: "public" },
38092
38092
  type: "module",
38093
38093
  exports: { ".": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@preply/ds-ai-core",
3
3
  "description": "Shared AI tools for the Preply Design System",
4
- "version": "11.5.0",
4
+ "version": "11.5.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -22,8 +22,8 @@
22
22
  "dev": "vite build --watch"
23
23
  },
24
24
  "devDependencies": {
25
- "@preply/ds-core": "11.5.0",
26
- "@preply/ds-theme-tokyo-ui": "11.5.0",
25
+ "@preply/ds-core": "11.5.1",
26
+ "@preply/ds-theme-tokyo-ui": "11.5.1",
27
27
  "@types/lunr": "^2.3.7",
28
28
  "@types/node": "^24.12.0",
29
29
  "front-matter": "^4.0.2",
@@ -44,5 +44,5 @@
44
44
  "zod": "^3.23.8",
45
45
  "zod-opts": "^1.0.0"
46
46
  },
47
- "gitHead": "015ddc665c8c22cc70ff5aaea243c1f22f37c90b"
47
+ "gitHead": "a490771509699782086183ff0f1bc5db16a052ca"
48
48
  }