@algolia/wizard 0.3.0-rc.44.1 → 0.3.0-rc.44.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.
- package/dist/main.js +3 -3
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -2186,7 +2186,7 @@ async function runAnalysis(mode, extraInstructions = []) {
|
|
|
2186
2186
|
// package.json
|
|
2187
2187
|
var package_default = {
|
|
2188
2188
|
name: "@algolia/wizard",
|
|
2189
|
-
version: "0.3.0-rc.44.
|
|
2189
|
+
version: "0.3.0-rc.44.2",
|
|
2190
2190
|
description: "Magically implement Algolia functionality in your codebase",
|
|
2191
2191
|
type: "module",
|
|
2192
2192
|
engines: {
|
|
@@ -2200,8 +2200,8 @@ var package_default = {
|
|
|
2200
2200
|
"docs"
|
|
2201
2201
|
],
|
|
2202
2202
|
scripts: {
|
|
2203
|
-
"build:proxy":
|
|
2204
|
-
build: "
|
|
2203
|
+
"build:proxy": "node scripts/build.mjs proxy",
|
|
2204
|
+
build: "node scripts/build.mjs",
|
|
2205
2205
|
"dev:proxy": "NODE_OPTIONS=--use-system-ca tsx watch src/proxy/index.ts",
|
|
2206
2206
|
dev: "touch .env && tsx --env-file=.env ./src/main.tsx",
|
|
2207
2207
|
"env:load": "pnpm exec -- varlock load",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/wizard",
|
|
3
|
-
"version": "0.3.0-rc.44.
|
|
3
|
+
"version": "0.3.0-rc.44.2",
|
|
4
4
|
"description": "Magically implement Algolia functionality in your codebase",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"docs"
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
|
-
"build:proxy": "
|
|
18
|
-
"build": "
|
|
17
|
+
"build:proxy": "node scripts/build.mjs proxy",
|
|
18
|
+
"build": "node scripts/build.mjs",
|
|
19
19
|
"dev:proxy": "NODE_OPTIONS=--use-system-ca tsx watch src/proxy/index.ts",
|
|
20
20
|
"dev": "touch .env && tsx --env-file=.env ./src/main.tsx",
|
|
21
21
|
"env:load": "pnpm exec -- varlock load",
|