n8n-nodes-base 0.151.0 → 0.152.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 +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.152.0",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"types": "dist/src/index.d.ts",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "npm run watch",
|
|
19
|
-
"build": "tsc && gulp",
|
|
19
|
+
"build": "tsc && gulp build:icons && gulp build:translations",
|
|
20
|
+
"build:translations": "gulp build:translations",
|
|
20
21
|
"format": "cd ../.. && node_modules/prettier/bin-prettier.js packages/nodes-base/**/**.ts --write",
|
|
21
22
|
"lint": "tslint -p tsconfig.json -c tslint.json",
|
|
22
23
|
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
|
@@ -241,6 +242,7 @@
|
|
|
241
242
|
"dist/credentials/SeaTableApi.credentials.js",
|
|
242
243
|
"dist/credentials/SecurityScorecardApi.credentials.js",
|
|
243
244
|
"dist/credentials/SegmentApi.credentials.js",
|
|
245
|
+
"dist/credentials/SegmentApi.credentials.js",
|
|
244
246
|
"dist/credentials/SendGridApi.credentials.js",
|
|
245
247
|
"dist/credentials/SendyApi.credentials.js",
|
|
246
248
|
"dist/credentials/SentryIoApi.credentials.js",
|
|
@@ -250,6 +252,7 @@
|
|
|
250
252
|
"dist/credentials/Sftp.credentials.js",
|
|
251
253
|
"dist/credentials/ShopifyApi.credentials.js",
|
|
252
254
|
"dist/credentials/Signl4Api.credentials.js",
|
|
255
|
+
"dist/credentials/Signl4Api.credentials.js",
|
|
253
256
|
"dist/credentials/SlackApi.credentials.js",
|
|
254
257
|
"dist/credentials/SlackOAuth2Api.credentials.js",
|
|
255
258
|
"dist/credentials/Sms77Api.credentials.js",
|