@webiny/db 5.35.0 → 5.35.1-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 (1) hide show
  1. package/package.json +26 -26
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
- "name": "@webiny/db",
3
- "version": "5.35.0",
4
- "main": "index.js",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/webiny/webiny-js.git"
8
- },
9
- "description": "A simple multi-database client.",
10
- "license": "MIT",
11
- "publishConfig": {
12
- "access": "public",
13
- "directory": "dist"
14
- },
15
- "devDependencies": {
16
- "@babel/cli": "^7.19.3",
17
- "@babel/core": "^7.19.3",
18
- "@webiny/cli": "^5.35.0",
19
- "@webiny/project-utils": "^5.35.0",
20
- "rimraf": "^3.0.2",
21
- "typescript": "4.7.4"
22
- },
23
- "scripts": {
24
- "build": "yarn webiny run build",
25
- "watch": "yarn webiny run watch"
26
- },
27
- "gitHead": "948cd1e05978e0ed25137ace7dd6c15ed0bf2cca"
2
+ "name": "@webiny/db",
3
+ "version": "5.35.1-beta.0",
4
+ "main": "index.js",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/webiny/webiny-js.git"
8
+ },
9
+ "description": "A simple multi-database client.",
10
+ "license": "MIT",
11
+ "publishConfig": {
12
+ "access": "public",
13
+ "directory": "dist"
14
+ },
15
+ "devDependencies": {
16
+ "@babel/cli": "7.20.7",
17
+ "@babel/core": "7.20.12",
18
+ "@webiny/cli": "^5.35.1-beta.0",
19
+ "@webiny/project-utils": "^5.35.1-beta.0",
20
+ "rimraf": "3.0.2",
21
+ "typescript": "4.7.4"
22
+ },
23
+ "scripts": {
24
+ "build": "yarn webiny run build",
25
+ "watch": "yarn webiny run watch"
26
+ },
27
+ "gitHead": "d6a257ebbb9e7aeccfaa33a7f83301cf1919b082"
28
28
  }