@freeappstore/sdk 0.14.5 → 0.14.6

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.
Files changed (2) hide show
  1. package/dist/logger.js +1 -1
  2. package/package.json +1 -1
package/dist/logger.js CHANGED
@@ -1,4 +1,4 @@
1
- const SDK_VERSION = '0.12.0';
1
+ const SDK_VERSION = '0.14.4';
2
2
  const MEMORY_LIMIT = 200;
3
3
  const STORAGE_LIMIT = 500;
4
4
  const STORAGE_KEY_PREFIX = 'fas_logs:';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freeappstore/sdk",
3
- "version": "0.14.5",
3
+ "version": "0.14.6",
4
4
  "description": "Browser SDK for apps on freeappstore.online — auth, per-user KV, shared counters, document collections, real-time rooms, API proxy, user API key vault, RBAC roles, React hooks, and 18 UI components.",
5
5
  "license": "MIT",
6
6
  "type": "module",