@webiny/api-prerendering-service-so-ddb 5.42.0 → 5.42.1-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- 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.42.
|
3
|
+
"version": "5.42.1-beta.1",
|
4
4
|
"main": "index.js",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -18,16 +18,16 @@
|
|
18
18
|
"author": "Webiny Ltd",
|
19
19
|
"license": "MIT",
|
20
20
|
"dependencies": {
|
21
|
-
"@webiny/api-prerendering-service": "5.42.
|
22
|
-
"@webiny/aws-sdk": "5.42.
|
23
|
-
"@webiny/error": "5.42.
|
21
|
+
"@webiny/api-prerendering-service": "5.42.1-beta.1",
|
22
|
+
"@webiny/aws-sdk": "5.42.1-beta.1",
|
23
|
+
"@webiny/error": "5.42.1-beta.1"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@webiny/cli": "5.42.
|
27
|
-
"@webiny/db": "5.42.
|
28
|
-
"@webiny/db-dynamodb": "5.42.
|
29
|
-
"@webiny/handler-aws": "5.42.
|
30
|
-
"@webiny/project-utils": "5.42.
|
26
|
+
"@webiny/cli": "5.42.1-beta.1",
|
27
|
+
"@webiny/db": "5.42.1-beta.1",
|
28
|
+
"@webiny/db-dynamodb": "5.42.1-beta.1",
|
29
|
+
"@webiny/handler-aws": "5.42.1-beta.1",
|
30
|
+
"@webiny/project-utils": "5.42.1-beta.1",
|
31
31
|
"jest-dynalite": "3.6.1",
|
32
32
|
"prettier": "2.8.8",
|
33
33
|
"rimraf": "6.0.1",
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"build": "yarn webiny run build",
|
43
43
|
"watch": "yarn webiny run watch"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "aa533cb9b24cfcd23c02f4ab64448082723d7dc1"
|
46
46
|
}
|