@stacksjs/cache 0.62.0 → 0.63.1

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/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  // @bun
2
- // src/drivers/dynamodb.ts
3
- var exports_dynamodb = {};
4
- export {
5
- exports_dynamodb as dynamodb
6
- };
2
+ var o={};export{o as dynamodb};
3
+
4
+ //# debugId=902E0163E3D212E764756E2164756E21
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [
5
+ ],
6
+ "mappings": "",
7
+ "debugId": "902E0163E3D212E764756E2164756E21",
8
+ "names": []
9
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.62.0",
4
+ "version": "0.63.1",
5
5
  "description": "Caching the Stacks way.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -48,12 +48,8 @@
48
48
  "typecheck": "bun --bun tsc --noEmit",
49
49
  "prepublishOnly": "bun run build"
50
50
  },
51
- "peerDependencies": {
52
- "@aws-sdk/client-dynamodb": "^3.614.0",
53
- "@stacksjs/config": "latest"
54
- },
55
51
  "dependencies": {
56
- "@aws-sdk/client-dynamodb": "^3.614.0",
52
+ "@aws-sdk/client-dynamodb": "^3.632.0",
57
53
  "@stacksjs/config": "latest"
58
54
  },
59
55
  "devDependencies": {