@webiny/handler-db 5.37.2-beta.3 → 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.
Files changed (3) hide show
  1. package/index.js +3 -1
  2. package/package.json +6 -6
  3. package/types.js +3 -1
package/index.js CHANGED
@@ -17,4 +17,6 @@ var _default = args => {
17
17
  context.db = new _db.Db(args);
18
18
  })];
19
19
  };
20
- exports.default = _default;
20
+ exports.default = _default;
21
+
22
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler-db",
3
- "version": "5.37.2-beta.3",
3
+ "version": "5.37.3-beta.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -11,15 +11,15 @@
11
11
  "author": "Webiny Ltd.",
12
12
  "dependencies": {
13
13
  "@babel/runtime": "7.22.6",
14
- "@webiny/api": "5.37.2-beta.3",
15
- "@webiny/db": "5.37.2-beta.3"
14
+ "@webiny/api": "5.37.3-beta.0",
15
+ "@webiny/db": "5.37.3-beta.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@babel/cli": "7.22.6",
19
19
  "@babel/core": "7.22.8",
20
20
  "@babel/preset-env": "7.22.7",
21
- "@webiny/cli": "5.37.2-beta.3",
22
- "@webiny/project-utils": "5.37.2-beta.3",
21
+ "@webiny/cli": "5.37.3-beta.0",
22
+ "@webiny/project-utils": "5.37.3-beta.0",
23
23
  "rimraf": "3.0.2",
24
24
  "typescript": "4.7.4"
25
25
  },
@@ -31,5 +31,5 @@
31
31
  "build": "yarn webiny run build",
32
32
  "watch": "yarn webiny run watch"
33
33
  },
34
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
34
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
35
35
  }
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