@algolia/wizard 0.9.0-rc.73.63 → 0.9.0-rc.74.64

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 +2 -2
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -3094,7 +3094,7 @@ async function runAnalysis(mode, extraInstructions = []) {
3094
3094
  // package.json
3095
3095
  var package_default = {
3096
3096
  name: "@algolia/wizard",
3097
- version: "0.9.0-rc.73.63",
3097
+ version: "0.9.0-rc.74.64",
3098
3098
  description: "Magically implement Algolia functionality in your codebase",
3099
3099
  type: "module",
3100
3100
  engines: {
@@ -3116,7 +3116,7 @@ var package_default = {
3116
3116
  prepare: "husky",
3117
3117
  prepublishOnly: "pnpm build",
3118
3118
  reset: "tsx ./scripts/reset-state.ts",
3119
- "test:fixtures": "touch .env && tsx --env-file=.env ./fixtures/run-fixtures.ts",
3119
+ "test:toolchains": "tsx ./scripts/verify-toolchains.ts",
3120
3120
  "test:tools": "tsx ./tool-evals/toolEval.ts",
3121
3121
  test: "vitest",
3122
3122
  typecheck: "tsc --noEmit -p tsconfig.json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/wizard",
3
- "version": "0.9.0-rc.73.63",
3
+ "version": "0.9.0-rc.74.64",
4
4
  "description": "Magically implement Algolia functionality in your codebase",
5
5
  "type": "module",
6
6
  "engines": {
@@ -22,7 +22,7 @@
22
22
  "prepare": "husky",
23
23
  "prepublishOnly": "pnpm build",
24
24
  "reset": "tsx ./scripts/reset-state.ts",
25
- "test:fixtures": "touch .env && tsx --env-file=.env ./fixtures/run-fixtures.ts",
25
+ "test:toolchains": "tsx ./scripts/verify-toolchains.ts",
26
26
  "test:tools": "tsx ./tool-evals/toolEval.ts",
27
27
  "test": "vitest",
28
28
  "typecheck": "tsc --noEmit -p tsconfig.json"