n8n-nodes-digitalsac 0.6.2 → 1.0.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,7 +1,7 @@
1
1
  {
2
2
  "name": "n8n-nodes-digitalsac",
3
- "version": "0.6.2",
4
- "description": "Izing Pro Digitalsac - Compatible with n8n v1.x",
3
+ "version": "1.0.0",
4
+ "description": "Izing Pro Digitalsac - Compatible with n8n v2.x",
5
5
  "keywords": [
6
6
  "n8n",
7
7
  "n8n-community-node-package"
@@ -18,8 +18,7 @@
18
18
  },
19
19
  "main": "dist/index.js",
20
20
  "scripts": {
21
- "build": "tsc && npm run copy-assets",
22
- "copy-assets": "mkdir -p dist/nodes/Digitalsac && cp ../../nodes/Digitalsac/digitalsac.svg dist/nodes/Digitalsac/",
21
+ "build": "tsc",
23
22
  "dev": "tsc --watch",
24
23
  "format": "prettier nodes credentials package.json --write",
25
24
  "lint": "eslint nodes credentials package.json",
@@ -28,10 +27,12 @@
28
27
  },
29
28
  "files": [
30
29
  "dist",
31
- "README.md"
30
+ "index.ts",
31
+ "nodes",
32
+ "credentials"
32
33
  ],
33
34
  "n8n": {
34
- "n8nNodesApiVersion": 1,
35
+ "n8nNodesApiVersion": 2,
35
36
  "credentials": [
36
37
  "dist/credentials/DigitalsacApi.credentials.js"
37
38
  ],
@@ -40,8 +41,8 @@
40
41
  ]
41
42
  },
42
43
  "peerDependencies": {
43
- "n8n-core": "^1.0.0",
44
- "n8n-workflow": "^1.0.0"
44
+ "n8n-core": "^2.0.0",
45
+ "n8n-workflow": "^2.0.0"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@types/express": "^4.17.21",
@@ -49,8 +50,8 @@
49
50
  "@types/request-promise-native": "~1.0.15",
50
51
  "@typescript-eslint/parser": "~5.45",
51
52
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
52
- "n8n-core": "^1.0.0",
53
- "n8n-workflow": "^1.0.0",
53
+ "n8n-core": "^2.0.0",
54
+ "n8n-workflow": "^2.0.0",
54
55
  "prettier": "^2.8.8",
55
56
  "typescript": "^5.9.2"
56
57
  },
@@ -58,6 +59,6 @@
58
59
  "axios": "^1.9.0"
59
60
  },
60
61
  "engines": {
61
- "n8n": "^1.0.0"
62
+ "n8n": "^2.0.0"
62
63
  }
63
64
  }