@algolia/wizard 0.64.0 → 0.65.0

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/main.js +12 -12
  2. package/package.json +6 -6
package/dist/main.js CHANGED
@@ -1760,7 +1760,7 @@ function identify(traits) {
1760
1760
  // package.json
1761
1761
  var package_default = {
1762
1762
  name: "@algolia/wizard",
1763
- version: "0.64.0",
1763
+ version: "0.65.0",
1764
1764
  description: "Magically implement Algolia functionality in your codebase",
1765
1765
  type: "module",
1766
1766
  engines: {
@@ -1804,17 +1804,17 @@ var package_default = {
1804
1804
  "lint-staged": "^17.0.8",
1805
1805
  tsx: "^4.22.3",
1806
1806
  typescript: "^6.0.3",
1807
- vitest: "^4.1.8"
1807
+ vitest: "^4.1.11"
1808
1808
  },
1809
1809
  dependencies: {
1810
- "@ai-sdk/anthropic": "^3.0.81",
1811
- "@ai-sdk/openai-compatible": "^2.0.47",
1810
+ "@ai-sdk/anthropic": "^3.0.118",
1811
+ "@ai-sdk/openai-compatible": "^2.0.75",
1812
1812
  "@hono/node-server": "^2.0.10",
1813
1813
  "@segment/analytics-node": "^3.1.0",
1814
- ai: "^6.0.190",
1814
+ ai: "^6.0.283",
1815
1815
  "cross-keychain": "^1.1.0",
1816
1816
  dotenv: "^17.4.2",
1817
- hono: "^4.12.27",
1817
+ hono: "^4.13.8",
1818
1818
  ink: "^7.0.5",
1819
1819
  "ink-picture": "^2.1.0",
1820
1820
  "ink-spinner": "^5.0.0",
@@ -7074,7 +7074,7 @@ function delay(ms) {
7074
7074
  // package.json with { type: 'json' }
7075
7075
  var package_default2 = {
7076
7076
  name: "@algolia/wizard",
7077
- version: "0.64.0",
7077
+ version: "0.65.0",
7078
7078
  description: "Magically implement Algolia functionality in your codebase",
7079
7079
  type: "module",
7080
7080
  engines: {
@@ -7118,17 +7118,17 @@ var package_default2 = {
7118
7118
  "lint-staged": "^17.0.8",
7119
7119
  tsx: "^4.22.3",
7120
7120
  typescript: "^6.0.3",
7121
- vitest: "^4.1.8"
7121
+ vitest: "^4.1.11"
7122
7122
  },
7123
7123
  dependencies: {
7124
- "@ai-sdk/anthropic": "^3.0.81",
7125
- "@ai-sdk/openai-compatible": "^2.0.47",
7124
+ "@ai-sdk/anthropic": "^3.0.118",
7125
+ "@ai-sdk/openai-compatible": "^2.0.75",
7126
7126
  "@hono/node-server": "^2.0.10",
7127
7127
  "@segment/analytics-node": "^3.1.0",
7128
- ai: "^6.0.190",
7128
+ ai: "^6.0.283",
7129
7129
  "cross-keychain": "^1.1.0",
7130
7130
  dotenv: "^17.4.2",
7131
- hono: "^4.12.27",
7131
+ hono: "^4.13.8",
7132
7132
  ink: "^7.0.5",
7133
7133
  "ink-picture": "^2.1.0",
7134
7134
  "ink-spinner": "^5.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/wizard",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "description": "Magically implement Algolia functionality in your codebase",
5
5
  "type": "module",
6
6
  "engines": {
@@ -44,17 +44,17 @@
44
44
  "lint-staged": "^17.0.8",
45
45
  "tsx": "^4.22.3",
46
46
  "typescript": "^6.0.3",
47
- "vitest": "^4.1.8"
47
+ "vitest": "^4.1.11"
48
48
  },
49
49
  "dependencies": {
50
- "@ai-sdk/anthropic": "^3.0.81",
51
- "@ai-sdk/openai-compatible": "^2.0.47",
50
+ "@ai-sdk/anthropic": "^3.0.118",
51
+ "@ai-sdk/openai-compatible": "^2.0.75",
52
52
  "@hono/node-server": "^2.0.10",
53
53
  "@segment/analytics-node": "^3.1.0",
54
- "ai": "^6.0.190",
54
+ "ai": "^6.0.283",
55
55
  "cross-keychain": "^1.1.0",
56
56
  "dotenv": "^17.4.2",
57
- "hono": "^4.12.27",
57
+ "hono": "^4.13.8",
58
58
  "ink": "^7.0.5",
59
59
  "ink-picture": "^2.1.0",
60
60
  "ink-spinner": "^5.0.0",