n8n-nodes-meilisearch 0.1.2 → 0.1.5

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": "n8n-nodes-meilisearch",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "A community node to interact with the Meilisearch REST API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -23,7 +23,7 @@
23
23
  "format": "prettier nodes credentials --write",
24
24
  "lint": "eslint nodes credentials package.json",
25
25
  "lintfix": "eslint nodes credentials package.json --fix",
26
- "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
26
+ "prepublishOnly": "npm run build"
27
27
  },
28
28
  "files": [
29
29
  "dist"
@@ -38,14 +38,14 @@
38
38
  ]
39
39
  },
40
40
  "devDependencies": {
41
- "@types/express": "^4.17.19",
42
- "@types/request-promise-native": "~1.0.15",
43
- "@typescript-eslint/parser": "~5.45",
44
- "eslint-plugin-n8n-nodes-base": "^1.16.0",
41
+ "@types/express": "^4.17.25",
42
+ "@types/request-promise-native": "~1.0.21",
43
+ "@typescript-eslint/parser": "~5.45.1",
44
+ "eslint-plugin-n8n-nodes-base": "^1.16.4",
45
45
  "gulp": "^4.0.2",
46
- "n8n-core": "^1.6.0",
47
- "n8n-workflow": "*",
46
+ "n8n-core": "^1.122.5",
47
+ "n8n-workflow": "^2.2.1",
48
48
  "prettier": "^2.8.8",
49
- "typescript": "~4.8.4"
49
+ "typescript": "~5.3.3"
50
50
  }
51
51
  }