ampless 1.0.0-alpha.11 → 1.0.0-alpha.12
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.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -421,8 +421,8 @@ declare function hasKvStore(): boolean;
|
|
|
421
421
|
/**
|
|
422
422
|
* Access the injected `KvStore` directly. Use the site-setting helpers
|
|
423
423
|
* (`getSiteSetting` etc.) when storing per-site configuration; reach
|
|
424
|
-
* for this lower-level handle
|
|
425
|
-
*
|
|
424
|
+
* for this lower-level handle when you need a different PK namespace
|
|
425
|
+
* (plugin caches, ad-hoc shared state, etc.).
|
|
426
426
|
*/
|
|
427
427
|
declare function getKvStore(): KvStore;
|
|
428
428
|
declare const SITE_CONFIG_PK = "siteconfig";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ampless",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.12",
|
|
4
4
|
"description": "Serverless CMS for AWS Amplify",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"homepage": "https://github.com/heavymoons/ampless#readme",
|
|
30
30
|
"bugs": "https://github.com/heavymoons/ampless/issues",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@jsquash/webp": "^1.
|
|
32
|
+
"@jsquash/webp": "^1.5.0"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"cms",
|