@activepieces/shared 0.7.0 → 0.7.1
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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/shared",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@sinclair/typebox": "^0.26.3",
|
|
7
7
|
"nanoid": "^3.3.4",
|
|
8
8
|
"object-sizeof": "^2.6.3",
|
|
9
|
-
"semver": "7.5.
|
|
10
|
-
"tslib": "
|
|
9
|
+
"semver": "7.5.4",
|
|
10
|
+
"tslib": "2.6.1"
|
|
11
11
|
},
|
|
12
12
|
"main": "./src/index.js",
|
|
13
13
|
"types": "./src/index.d.ts"
|
|
@@ -5,7 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const common_1 = require("../../common");
|
|
6
6
|
const action_1 = require("../../flows/actions/action");
|
|
7
7
|
const object_sizeof_1 = tslib_1.__importDefault(require("object-sizeof"));
|
|
8
|
-
const TRIM_SIZE_BYTE =
|
|
8
|
+
const TRIM_SIZE_BYTE = 512 * 1024;
|
|
9
9
|
exports.MAX_LOG_SIZE = 2048 * 1024;
|
|
10
10
|
class ExecutionState {
|
|
11
11
|
constructor(executionState) {
|