@webiny/api-page-builder-import-export-so-ddb 5.37.2 → 5.37.3-beta.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.
@@ -67,4 +67,6 @@ const createImportExportTaskEntity = ({
67
67
  }, attributes)
68
68
  });
69
69
  };
70
- exports.createImportExportTaskEntity = createImportExportTaskEntity;
70
+ exports.createImportExportTaskEntity = createImportExportTaskEntity;
71
+
72
+ //# sourceMappingURL=importExportTaskEntity.js.map
@@ -22,4 +22,6 @@ const createTable = ({
22
22
  }
23
23
  });
24
24
  };
25
- exports.createTable = createTable;
25
+ exports.createTable = createTable;
26
+
27
+ //# sourceMappingURL=table.js.map
package/index.js CHANGED
@@ -351,4 +351,6 @@ const createStorageOperations = params => {
351
351
  }
352
352
  };
353
353
  };
354
- exports.createStorageOperations = createStorageOperations;
354
+ exports.createStorageOperations = createStorageOperations;
355
+
356
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-page-builder-import-export-so-ddb",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.0",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "@webiny/api-page-builder-import-export",
@@ -19,9 +19,9 @@
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
21
  "@babel/runtime": "7.22.6",
22
- "@webiny/api-page-builder-import-export": "5.37.2",
23
- "@webiny/db-dynamodb": "5.37.2",
24
- "@webiny/error": "5.37.2",
22
+ "@webiny/api-page-builder-import-export": "5.37.3-beta.0",
23
+ "@webiny/db-dynamodb": "5.37.3-beta.0",
24
+ "@webiny/error": "5.37.3-beta.0",
25
25
  "dynamodb-toolbox": "0.3.5"
26
26
  },
27
27
  "devDependencies": {
@@ -29,12 +29,12 @@
29
29
  "@babel/core": "7.22.8",
30
30
  "@babel/preset-env": "7.22.7",
31
31
  "@babel/preset-typescript": "7.22.5",
32
- "@webiny/api-security": "5.37.2",
33
- "@webiny/api-tenancy": "5.37.2",
34
- "@webiny/cli": "5.37.2",
35
- "@webiny/handler-aws": "5.37.2",
36
- "@webiny/handler-graphql": "5.37.2",
37
- "@webiny/project-utils": "5.37.2",
32
+ "@webiny/api-security": "5.37.3-beta.0",
33
+ "@webiny/api-tenancy": "5.37.3-beta.0",
34
+ "@webiny/cli": "5.37.3-beta.0",
35
+ "@webiny/handler-aws": "5.37.3-beta.0",
36
+ "@webiny/handler-graphql": "5.37.3-beta.0",
37
+ "@webiny/project-utils": "5.37.3-beta.0",
38
38
  "jest": "29.5.0",
39
39
  "jest-dynalite": "3.6.1",
40
40
  "rimraf": "3.0.2",
@@ -49,5 +49,5 @@
49
49
  "build": "yarn webiny run build",
50
50
  "watch": "yarn webiny run watch"
51
51
  },
52
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
52
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
53
53
  }
package/types.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=types.js.map