@webiny/api-prerendering-service-so-ddb 5.34.0-beta.1 → 5.34.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.
- package/package.json +9 -9
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
            	"name": "@webiny/api-prerendering-service-so-ddb",
         | 
| 3 | 
            -
            	"version": "5.34.0 | 
| 3 | 
            +
            	"version": "5.34.0",
         | 
| 4 4 | 
             
            	"main": "index.js",
         | 
| 5 5 | 
             
            	"repository": {
         | 
| 6 6 | 
             
            		"type": "git",
         | 
| @@ -18,8 +18,8 @@ | |
| 18 18 | 
             
            	"license": "MIT",
         | 
| 19 19 | 
             
            	"dependencies": {
         | 
| 20 20 | 
             
            		"@babel/runtime": "7.19.0",
         | 
| 21 | 
            -
            		"@webiny/api-prerendering-service": "5.34.0 | 
| 22 | 
            -
            		"@webiny/error": "5.34.0 | 
| 21 | 
            +
            		"@webiny/api-prerendering-service": "5.34.0",
         | 
| 22 | 
            +
            		"@webiny/error": "5.34.0",
         | 
| 23 23 | 
             
            		"dynamodb-toolbox": "0.3.5"
         | 
| 24 24 | 
             
            	},
         | 
| 25 25 | 
             
            	"devDependencies": {
         | 
| @@ -28,11 +28,11 @@ | |
| 28 28 | 
             
            		"@babel/plugin-proposal-export-default-from": "^7.16.0",
         | 
| 29 29 | 
             
            		"@babel/preset-env": "^7.19.4",
         | 
| 30 30 | 
             
            		"@babel/preset-typescript": "^7.18.6",
         | 
| 31 | 
            -
            		"@webiny/cli": "^5.34.0 | 
| 32 | 
            -
            		"@webiny/db": "^5.34.0 | 
| 33 | 
            -
            		"@webiny/db-dynamodb": "^5.34.0 | 
| 34 | 
            -
            		"@webiny/handler-aws": "^5.34.0 | 
| 35 | 
            -
            		"@webiny/project-utils": "^5.34.0 | 
| 31 | 
            +
            		"@webiny/cli": "^5.34.0",
         | 
| 32 | 
            +
            		"@webiny/db": "^5.34.0",
         | 
| 33 | 
            +
            		"@webiny/db-dynamodb": "^5.34.0",
         | 
| 34 | 
            +
            		"@webiny/handler-aws": "^5.34.0",
         | 
| 35 | 
            +
            		"@webiny/project-utils": "^5.34.0",
         | 
| 36 36 | 
             
            		"jest-dynalite": "^3.3.1",
         | 
| 37 37 | 
             
            		"jest-environment-node": "^27.3.0",
         | 
| 38 38 | 
             
            		"prettier": "^2.3.2",
         | 
| @@ -55,5 +55,5 @@ | |
| 55 55 | 
             
            			]
         | 
| 56 56 | 
             
            		}
         | 
| 57 57 | 
             
            	},
         | 
| 58 | 
            -
            	"gitHead": " | 
| 58 | 
            +
            	"gitHead": "16af8737377a9ae1dd6ac4ecffec5625726c814e"
         | 
| 59 59 | 
             
            }
         |