n8n-nodes-autotask 1.2.1 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-autotask",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "n8n node for Autotask PSA integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -23,18 +23,7 @@
23
23
  "node": ">=18.10",
24
24
  "pnpm": ">=9.1"
25
25
  },
26
- "packageManager": "pnpm@9.1.4",
27
26
  "main": "index.js",
28
- "scripts": {
29
- "preinstall": "npx only-allow pnpm",
30
- "clean": "rimraf dist",
31
- "build": "pnpm clean && tsc && gulp build:icons",
32
- "dev": "gulp build:icons && tsc --watch",
33
- "format": "prettier nodes credentials --write",
34
- "lint": "eslint nodes credentials package.json",
35
- "lintfix": "eslint nodes credentials package.json --fix",
36
- "prepublishOnly": "pnpm build"
37
- },
38
27
  "files": [
39
28
  "dist"
40
29
  ],
@@ -77,5 +66,14 @@
77
66
  },
78
67
  "peerDependencies": {
79
68
  "n8n-workflow": ">=1.0.0"
69
+ },
70
+ "scripts": {
71
+ "preinstall": "npx only-allow pnpm",
72
+ "clean": "rimraf dist",
73
+ "build": "pnpm clean && tsc && gulp build:icons",
74
+ "dev": "gulp build:icons && tsc --watch",
75
+ "format": "prettier nodes credentials --write",
76
+ "lint": "eslint nodes credentials package.json",
77
+ "lintfix": "eslint nodes credentials package.json --fix"
80
78
  }
81
- }
79
+ }