@webiny/api-prerendering-service-so-ddb 5.41.0-beta.1 → 5.41.0-beta.2
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.41.0-beta.
|
3
|
+
"version": "5.41.0-beta.2",
|
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.41.0-beta.
|
23
|
-
"@webiny/aws-sdk": "5.41.0-beta.
|
24
|
-
"@webiny/error": "5.41.0-beta.
|
22
|
+
"@webiny/api-prerendering-service": "5.41.0-beta.2",
|
23
|
+
"@webiny/aws-sdk": "5.41.0-beta.2",
|
24
|
+
"@webiny/error": "5.41.0-beta.2"
|
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.41.0-beta.
|
33
|
-
"@webiny/db": "5.41.0-beta.
|
34
|
-
"@webiny/db-dynamodb": "5.41.0-beta.
|
35
|
-
"@webiny/handler-aws": "5.41.0-beta.
|
36
|
-
"@webiny/project-utils": "5.41.0-beta.
|
32
|
+
"@webiny/cli": "5.41.0-beta.2",
|
33
|
+
"@webiny/db": "5.41.0-beta.2",
|
34
|
+
"@webiny/db-dynamodb": "5.41.0-beta.2",
|
35
|
+
"@webiny/handler-aws": "5.41.0-beta.2",
|
36
|
+
"@webiny/project-utils": "5.41.0-beta.2",
|
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": "
|
51
|
+
"gitHead": "391a78231f6c46fddf9f6a5bfd2ee95f1cb18eb9"
|
52
52
|
}
|