@algolia/wizard 0.9.0-rc.84.73 → 0.9.0-rc.84.74
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.
- package/dist/main.js +1 -2
- package/package.json +1 -2
package/dist/main.js
CHANGED
|
@@ -2763,7 +2763,7 @@ async function runAnalysis(mode, extraInstructions = []) {
|
|
|
2763
2763
|
// package.json
|
|
2764
2764
|
var package_default = {
|
|
2765
2765
|
name: "@algolia/wizard",
|
|
2766
|
-
version: "0.9.0-rc.84.
|
|
2766
|
+
version: "0.9.0-rc.84.74",
|
|
2767
2767
|
description: "Magically implement Algolia functionality in your codebase",
|
|
2768
2768
|
type: "module",
|
|
2769
2769
|
engines: {
|
|
@@ -2813,7 +2813,6 @@ var package_default = {
|
|
|
2813
2813
|
"@ai-sdk/openai-compatible": "^2.0.47",
|
|
2814
2814
|
"@algolia/cli": "^5.11.0",
|
|
2815
2815
|
"@hono/node-server": "^2.0.10",
|
|
2816
|
-
"@mishieck/ink-titled-box": "^0.4.2",
|
|
2817
2816
|
"@segment/analytics-node": "^3.1.0",
|
|
2818
2817
|
ai: "^6.0.190",
|
|
2819
2818
|
dotenv: "^17.4.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/wizard",
|
|
3
|
-
"version": "0.9.0-rc.84.
|
|
3
|
+
"version": "0.9.0-rc.84.74",
|
|
4
4
|
"description": "Magically implement Algolia functionality in your codebase",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"@ai-sdk/openai-compatible": "^2.0.47",
|
|
51
51
|
"@algolia/cli": "^5.11.0",
|
|
52
52
|
"@hono/node-server": "^2.0.10",
|
|
53
|
-
"@mishieck/ink-titled-box": "^0.4.2",
|
|
54
53
|
"@segment/analytics-node": "^3.1.0",
|
|
55
54
|
"ai": "^6.0.190",
|
|
56
55
|
"dotenv": "^17.4.2",
|