@webiny/db 5.37.2 → 5.37.3-beta.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.
Files changed (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -173,4 +173,6 @@ class Batch {
173
173
  return result;
174
174
  }
175
175
  }
176
- exports.Batch = Batch;
176
+ exports.Batch = Batch;
177
+
178
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/db",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  "devDependencies": {
16
16
  "@babel/cli": "7.22.6",
17
17
  "@babel/core": "7.22.8",
18
- "@webiny/cli": "5.37.2",
19
- "@webiny/project-utils": "5.37.2",
18
+ "@webiny/cli": "5.37.3-beta.1",
19
+ "@webiny/project-utils": "5.37.3-beta.1",
20
20
  "rimraf": "3.0.2",
21
21
  "typescript": "4.7.4"
22
22
  },
@@ -24,5 +24,5 @@
24
24
  "build": "yarn webiny run build",
25
25
  "watch": "yarn webiny run watch"
26
26
  },
27
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
27
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
28
28
  }