@digitaldefiance/suite-core-lib 1.1.33 → 1.1.34

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/README.md CHANGED
@@ -326,6 +326,10 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
326
326
 
327
327
  ## ChangeLog
328
328
 
329
+ ## v1.1.34: Export LocalStorageManager
330
+
331
+ - Export LocalStorageManager
332
+
329
333
  ## v1.1.33: Use typed/handleable from i18n
330
334
 
331
335
  - Use typed/handleable from i18n
package/dist/index.d.ts CHANGED
@@ -4,5 +4,6 @@ export * from './enumerations';
4
4
  export * from './errors';
5
5
  export * from './i18n-setup';
6
6
  export * from './interfaces';
7
+ export * from './local-storage-manager';
7
8
  export * from './defaults';
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAE7B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC"}
package/dist/index.js CHANGED
@@ -20,5 +20,6 @@ __exportStar(require("./enumerations"), exports);
20
20
  __exportStar(require("./errors"), exports);
21
21
  __exportStar(require("./i18n-setup"), exports);
22
22
  __exportStar(require("./interfaces"), exports);
23
+ __exportStar(require("./local-storage-manager"), exports);
23
24
  __exportStar(require("./defaults"), exports);
24
25
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAE7B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,0DAAwC;AACxC,6CAA2B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "Generic user system and document system common core for applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",