@helenejs/data
Advanced tools
Comparing version 1.3.0-alpha.23 to 1.3.0-alpha.24
export * from './browser-storage'; | ||
export * from './idb-storage'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./browser-storage"), exports); | ||
__exportStar(require("./idb-storage"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@helenejs/data", | ||
"version": "1.3.0-alpha.23", | ||
"version": "1.3.0-alpha.24", | ||
"description": "Real-time Web Apps for Node.js", | ||
@@ -18,2 +18,3 @@ "main": "lib/index.js", | ||
"eventemitter2": "^6.4.7", | ||
"idb-keyval": "^6.2.1", | ||
"immutable": "^4.3.5", | ||
@@ -24,3 +25,2 @@ "lodash": "^4.17.21", | ||
"devDependencies": { | ||
"@helenejs/testing": "^1.3.0-alpha.23", | ||
"typescript": "^5.1.3" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "4fe624c11f96feacef893363306c9a810f0ecb63" | ||
"gitHead": "ffaefc241becd1d686fdf54d72b9f2e4c5cc3282" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235212
1
77
3930
5
+ Addedidb-keyval@^6.2.1
+ Addedidb-keyval@6.2.1(transitive)