@webiny/api-file-manager-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.
package/index.js CHANGED
@@ -52,4 +52,6 @@ const createFileManagerStorageOperations = ({
52
52
  })
53
53
  };
54
54
  };
55
- exports.createFileManagerStorageOperations = createFileManagerStorageOperations;
55
+ exports.createFileManagerStorageOperations = createFileManagerStorageOperations;
56
+
57
+ //# sourceMappingURL=index.js.map
@@ -104,4 +104,6 @@ class AliasesStorageOperations {
104
104
  }).filter(Boolean);
105
105
  }
106
106
  }
107
- exports.AliasesStorageOperations = AliasesStorageOperations;
107
+ exports.AliasesStorageOperations = AliasesStorageOperations;
108
+
109
+ //# sourceMappingURL=AliasesStorageOperations.js.map
@@ -32,4 +32,6 @@ class FilesStorageOperations {
32
32
  throw new Error("api-file-manager-ddb does not implement the Files storage operations.");
33
33
  }
34
34
  }
35
- exports.FilesStorageOperations = FilesStorageOperations;
35
+ exports.FilesStorageOperations = FilesStorageOperations;
36
+
37
+ //# sourceMappingURL=FilesStorageOperations.js.map
@@ -89,4 +89,6 @@ class SettingsStorageOperations {
89
89
  });
90
90
  }
91
91
  }
92
- exports.SettingsStorageOperations = SettingsStorageOperations;
92
+ exports.SettingsStorageOperations = SettingsStorageOperations;
93
+
94
+ //# sourceMappingURL=SettingsStorageOperations.js.map
@@ -80,4 +80,6 @@ class SystemStorageOperations {
80
80
  return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, original), data);
81
81
  }
82
82
  }
83
- exports.SystemStorageOperations = SystemStorageOperations;
83
+ exports.SystemStorageOperations = SystemStorageOperations;
84
+
85
+ //# sourceMappingURL=SystemStorageOperations.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-file-manager-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-file-manager",
@@ -21,11 +21,11 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "@babel/runtime": "7.22.6",
24
- "@webiny/api-file-manager": "5.37.2",
25
- "@webiny/db-dynamodb": "5.37.2",
26
- "@webiny/error": "5.37.2",
27
- "@webiny/plugins": "5.37.2",
28
- "@webiny/project-utils": "5.37.2",
24
+ "@webiny/api-file-manager": "5.37.3-beta.0",
25
+ "@webiny/db-dynamodb": "5.37.3-beta.0",
26
+ "@webiny/error": "5.37.3-beta.0",
27
+ "@webiny/plugins": "5.37.3-beta.0",
28
+ "@webiny/project-utils": "5.37.3-beta.0",
29
29
  "aws-sdk": "2.1310.0",
30
30
  "dynamodb-toolbox": "0.3.5"
31
31
  },
@@ -36,7 +36,7 @@
36
36
  "@babel/plugin-transform-runtime": "7.22.7",
37
37
  "@babel/preset-env": "7.22.7",
38
38
  "@babel/preset-typescript": "7.22.5",
39
- "@webiny/cli": "5.37.2",
39
+ "@webiny/cli": "5.37.3-beta.0",
40
40
  "jest": "29.5.0",
41
41
  "jest-dynalite": "3.6.1",
42
42
  "jsonpack": "1.1.5",
@@ -63,5 +63,5 @@
63
63
  ]
64
64
  }
65
65
  },
66
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
66
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
67
67
  }
@@ -14,4 +14,6 @@ class SettingsAttributePlugin extends _AttributePlugin.AttributePlugin {
14
14
  }));
15
15
  }
16
16
  }
17
- exports.SettingsAttributePlugin = SettingsAttributePlugin;
17
+ exports.SettingsAttributePlugin = SettingsAttributePlugin;
18
+
19
+ //# sourceMappingURL=SettingsAttributePlugin.js.map
@@ -14,4 +14,6 @@ class SystemAttributePlugin extends _AttributePlugin.AttributePlugin {
14
14
  }));
15
15
  }
16
16
  }
17
- exports.SystemAttributePlugin = SystemAttributePlugin;
17
+ exports.SystemAttributePlugin = SystemAttributePlugin;
18
+
19
+ //# sourceMappingURL=SystemAttributePlugin.js.map
package/plugins/index.js CHANGED
@@ -24,4 +24,6 @@ Object.keys(_SystemAttributePlugin).forEach(function (key) {
24
24
  return _SystemAttributePlugin[key];
25
25
  }
26
26
  });
27
- });
27
+ });
28
+
29
+ //# sourceMappingURL=index.js.map