n8n-nodes-multiple-upload-request 0.1.1 → 0.2.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,54 +1,54 @@
1
- {
2
- "name": "n8n-nodes-multiple-upload-request",
3
- "version": "0.1.1",
4
- "description": "n8n node for uploading multiple binary files dynamically with pattern filtering",
5
- "license": "MIT",
6
- "homepage": "",
7
- "keywords": [
8
- "n8n-community-node-package"
9
- ],
10
- "author": {
11
- "name": "n8n Community",
12
- "email": "community@n8n.io"
13
- },
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/OrgGem/n8n-nodes-multiple-upload-request.git"
17
- },
18
- "scripts": {
19
- "build": "n8n-node build",
20
- "build:watch": "tsc --watch",
21
- "dev": "n8n-node dev",
22
- "lint": "n8n-node lint",
23
- "lint:fix": "n8n-node lint --fix",
24
- "release": "n8n-node release"
25
- },
26
- "files": [
27
- "dist"
28
- ],
29
- "n8n": {
30
- "n8nNodesApiVersion": 1,
31
- "strict": true,
32
- "credentials": [
33
- "dist/credentials/GithubIssuesApi.credentials.js",
34
- "dist/credentials/GithubIssuesOAuth2Api.credentials.js",
35
- "dist/credentials/BearerTokenAuthApi.credentials.js",
36
- "dist/credentials/CustomHeaderAuthApi.credentials.js"
37
- ],
38
- "nodes": [
39
- "dist/nodes/GithubIssues/GithubIssues.node.js",
40
- "dist/nodes/Example/Example.node.js",
41
- "dist/nodes/MultipleUploadRequest/MultipleUploadRequest.node.js"
42
- ]
43
- },
44
- "devDependencies": {
45
- "@n8n/node-cli": "*",
46
- "eslint": "9.32.0",
47
- "prettier": "3.6.2",
48
- "release-it": "^19.0.4",
49
- "typescript": "5.9.2"
50
- },
51
- "peerDependencies": {
52
- "n8n-workflow": "*"
53
- }
54
- }
1
+ {
2
+ "name": "n8n-nodes-multiple-upload-request",
3
+ "version": "0.2.0",
4
+ "description": "n8n node for uploading multiple binary files dynamically with pattern filtering",
5
+ "license": "MIT",
6
+ "homepage": "",
7
+ "keywords": [
8
+ "n8n-community-node-package"
9
+ ],
10
+ "author": {
11
+ "name": "n8n Community",
12
+ "email": "community@n8n.io"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/OrgGem/n8n-nodes-multiple-upload-request.git"
17
+ },
18
+ "scripts": {
19
+ "build": "n8n-node build",
20
+ "build:watch": "tsc --watch",
21
+ "dev": "n8n-node dev",
22
+ "lint": "n8n-node lint",
23
+ "lint:fix": "n8n-node lint --fix",
24
+ "release": "n8n-node release"
25
+ },
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "n8n": {
30
+ "n8nNodesApiVersion": 1,
31
+ "strict": true,
32
+ "credentials": [
33
+ "dist/credentials/GithubIssuesApi.credentials.js",
34
+ "dist/credentials/GithubIssuesOAuth2Api.credentials.js",
35
+ "dist/credentials/BearerTokenAuthApi.credentials.js",
36
+ "dist/credentials/CustomHeaderAuthApi.credentials.js"
37
+ ],
38
+ "nodes": [
39
+ "dist/nodes/GithubIssues/GithubIssues.node.js",
40
+ "dist/nodes/Example/Example.node.js",
41
+ "dist/nodes/MultipleUploadRequest/MultipleUploadRequest.node.js"
42
+ ]
43
+ },
44
+ "devDependencies": {
45
+ "@n8n/node-cli": "*",
46
+ "eslint": "9.32.0",
47
+ "prettier": "3.6.2",
48
+ "release-it": "^19.0.4",
49
+ "typescript": "5.9.2"
50
+ },
51
+ "peerDependencies": {
52
+ "n8n-workflow": "*"
53
+ }
54
+ }