n8n-core 2.10.1 → 2.10.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.
@@ -8,7 +8,7 @@ const isWebhookHtmlSandboxingDisabled = () => {
8
8
  };
9
9
  exports.isWebhookHtmlSandboxingDisabled = isWebhookHtmlSandboxingDisabled;
10
10
  const getWebhookSandboxCSP = () => {
11
- return 'sandbox allow-downloads allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-presentation allow-scripts allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols';
11
+ return 'sandbox allow-downloads allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-presentation allow-scripts allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols';
12
12
  };
13
13
  exports.getWebhookSandboxCSP = getWebhookSandboxCSP;
14
14
  //# sourceMappingURL=html-sandbox.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"html-sandbox.js","sourceRoot":"","sources":["../src/html-sandbox.ts"],"names":[],"mappings":";;;AAAA,wCAA6C;AAC7C,gCAAoC;AAE7B,MAAM,+BAA+B,GAAG,GAAG,EAAE;IACnD,OAAO,cAAS,CAAC,GAAG,CAAC,uBAAc,CAAC,CAAC,4BAA4B,CAAC;AACnE,CAAC,CAAC;AAFW,QAAA,+BAA+B,mCAE1C;AAKK,MAAM,oBAAoB,GAAG,GAAW,EAAE;IAChD,OAAO,gPAAgP,CAAC;AACzP,CAAC,CAAC;AAFW,QAAA,oBAAoB,wBAE/B"}
1
+ {"version":3,"file":"html-sandbox.js","sourceRoot":"","sources":["../src/html-sandbox.ts"],"names":[],"mappings":";;;AAAA,wCAA6C;AAC7C,gCAAoC;AAE7B,MAAM,+BAA+B,GAAG,GAAG,EAAE;IACnD,OAAO,cAAS,CAAC,GAAG,CAAC,uBAAc,CAAC,CAAC,4BAA4B,CAAC;AACnE,CAAC,CAAC;AAFW,QAAA,+BAA+B,mCAE1C;AAKK,MAAM,oBAAoB,GAAG,GAAW,EAAE;IAChD,OAAO,2NAA2N,CAAC;AACpO,CAAC,CAAC;AAFW,QAAA,oBAAoB,wBAE/B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-core",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "Core functionality of n8n",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -13,8 +13,8 @@
13
13
  "files": [
14
14
  "dist",
15
15
  "bin",
16
- "LICENSE_EE.md",
17
- "LICENSE.md"
16
+ "LICENSE.md",
17
+ "LICENSE_EE.md"
18
18
  ],
19
19
  "devDependencies": {
20
20
  "@types/express": "^5.0.1",
@@ -24,8 +24,8 @@
24
24
  "@types/proxy-from-env": "^1.0.4",
25
25
  "@types/uuid": "^10.0.0",
26
26
  "@types/xml2js": "^0.4.14",
27
- "@n8n/errors": "0.6.0",
28
- "@n8n/typescript-config": "1.3.0"
27
+ "@n8n/typescript-config": "1.3.0",
28
+ "@n8n/errors": "0.6.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "@aws-sdk/client-s3": "3.808.0",
@@ -60,14 +60,14 @@
60
60
  "winston": "3.14.2",
61
61
  "xml2js": "0.6.2",
62
62
  "zod": "3.25.67",
63
- "@n8n/backend-common": "1.10.1",
64
- "@n8n/client-oauth2": "1.0.0-rc.0",
65
- "@n8n/decorators": "1.10.1",
63
+ "@n8n/backend-common": "1.10.2",
66
64
  "@n8n/config": "2.9.0",
67
- "@n8n/di": "0.10.0",
65
+ "@n8n/client-oauth2": "1.0.0-rc.0",
68
66
  "@n8n/constants": "0.19.0",
69
- "n8n-workflow": "2.10.1",
70
- "@n8n/workflow-sdk": "0.3.1"
67
+ "@n8n/decorators": "1.10.2",
68
+ "n8n-workflow": "2.10.2",
69
+ "@n8n/workflow-sdk": "0.3.2",
70
+ "@n8n/di": "0.10.0"
71
71
  },
72
72
  "license": "SEE LICENSE IN LICENSE.md",
73
73
  "homepage": "https://n8n.io",