@algolia/n8n-nodes-algolia 0.7.0 → 0.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/n8n-nodes-algolia",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Algolia nodes for n8n",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -25,13 +25,12 @@
25
25
  "build": "vite build",
26
26
  "dev": "vite build --watch",
27
27
  "format": "prettier nodes credentials --write",
28
- "lint": "eslint nodes credentials package.json",
29
- "lintfix": "eslint nodes credentials package.json --fix",
30
- "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
31
- "release": "shipjs prepare",
28
+ "lint": "n8n-node lint",
29
+ "lintfix": "n8n-node lint --fix",
32
30
  "generate-properties": "npx tsx scripts/generate-properties.ts",
33
31
  "generate-specs-index": "npx tsx scripts/generate-specs-index.ts",
34
- "generate-readme-operations": "npx tsx scripts/generate-readme-operations.ts"
32
+ "generate-readme-operations": "npx tsx scripts/generate-readme-operations.ts",
33
+ "generate": "npm run generate-properties && npm run generate-specs-index && npm run generate-readme-operations"
35
34
  },
36
35
  "files": [
37
36
  "dist"
@@ -46,13 +45,14 @@
46
45
  ]
47
46
  },
48
47
  "devDependencies": {
48
+ "@algolia/n8n-openapi-node": "^1.3.0",
49
49
  "@typescript-eslint/parser": "~8.32.0",
50
50
  "concurrently": "^9.2.0",
51
- "eslint": "^8.57.0",
52
- "eslint-plugin-n8n-nodes-base": "^1.16.3",
51
+ "eslint": "^9.38.0",
52
+ "eslint-plugin-n8n-nodes-base": "^1.16.4",
53
+ "openapi-types": "12.1.3",
53
54
  "prettier": "^3.5.3",
54
55
  "shelljs": "^0.10.0",
55
- "shipjs": "^0.27.0",
56
56
  "tsc-alias": "^1.8.16",
57
57
  "tsx": "^4.7.0",
58
58
  "typescript": "^5.8.2",
@@ -64,7 +64,6 @@
64
64
  "n8n-workflow": "^1.107.0"
65
65
  },
66
66
  "dependencies": {
67
- "@algolia/n8n-openapi-node": "^1.2.0",
68
- "openapi-types": "^12.1.3"
67
+ "@n8n/node-cli": "^0.13.0"
69
68
  }
70
69
  }