@webiny/api-prerendering-service-so-ddb 5.40.0 → 6.0.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-prerendering-service-so-ddb",
3
- "version": "5.40.0",
3
+ "version": "6.0.0-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,9 +19,9 @@
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
21
  "@babel/runtime": "7.24.1",
22
- "@webiny/api-prerendering-service": "5.40.0",
23
- "@webiny/aws-sdk": "5.40.0",
24
- "@webiny/error": "5.40.0"
22
+ "@webiny/api-prerendering-service": "6.0.0-beta.0",
23
+ "@webiny/aws-sdk": "6.0.0-beta.0",
24
+ "@webiny/error": "6.0.0-beta.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@babel/cli": "7.24.1",
@@ -29,11 +29,11 @@
29
29
  "@babel/plugin-proposal-export-default-from": "7.24.1",
30
30
  "@babel/preset-env": "7.24.3",
31
31
  "@babel/preset-typescript": "7.24.1",
32
- "@webiny/cli": "5.40.0",
33
- "@webiny/db": "5.40.0",
34
- "@webiny/db-dynamodb": "5.40.0",
35
- "@webiny/handler-aws": "5.40.0",
36
- "@webiny/project-utils": "5.40.0",
32
+ "@webiny/cli": "6.0.0-beta.0",
33
+ "@webiny/db": "6.0.0-beta.0",
34
+ "@webiny/db-dynamodb": "6.0.0-beta.0",
35
+ "@webiny/handler-aws": "6.0.0-beta.0",
36
+ "@webiny/project-utils": "6.0.0-beta.0",
37
37
  "jest-dynalite": "3.6.1",
38
38
  "prettier": "2.8.8",
39
39
  "rimraf": "5.0.5",
@@ -48,5 +48,5 @@
48
48
  "build": "yarn webiny run build",
49
49
  "watch": "yarn webiny run watch"
50
50
  },
51
- "gitHead": "e6ce53a387a9b1ab39aa8d15e4ed9be2359f17aa"
51
+ "gitHead": "aa8dbfbbd5ad13ec271adba6f2431e02991a300f"
52
52
  }