@digitaldefiance/i18n-lib 2.0.2 → 2.0.3

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
@@ -405,6 +405,10 @@ Contributions welcome! Please:
405
405
 
406
406
  ## ChangeLog
407
407
 
408
+ ### Version 2.0.3
409
+
410
+ - Export error classes
411
+
408
412
  ### Version 2.0.2
409
413
 
410
414
  - Version bump
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/i18n-lib",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "i18n library with enum translation support",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -2,4 +2,11 @@
2
2
  * Error exports
3
3
  */
4
4
  export * from './i18n-error';
5
+ export * from './handleable';
6
+ export * from './context-error';
7
+ export * from './plugin-translatable-generic';
8
+ export * from './plugin-translatable-handleable-generic';
9
+ export * from './translatable';
10
+ export * from './typed-handleable';
11
+ export * from './typed';
5
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-i18n-lib/src/errors/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-i18n-lib/src/errors/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC"}
@@ -5,4 +5,11 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const tslib_1 = require("tslib");
7
7
  tslib_1.__exportStar(require("./i18n-error"), exports);
8
+ tslib_1.__exportStar(require("./handleable"), exports);
9
+ tslib_1.__exportStar(require("./context-error"), exports);
10
+ tslib_1.__exportStar(require("./plugin-translatable-generic"), exports);
11
+ tslib_1.__exportStar(require("./plugin-translatable-handleable-generic"), exports);
12
+ tslib_1.__exportStar(require("./translatable"), exports);
13
+ tslib_1.__exportStar(require("./typed-handleable"), exports);
14
+ tslib_1.__exportStar(require("./typed"), exports);
8
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-i18n-lib/src/errors/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,uDAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-i18n-lib/src/errors/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,uDAA6B;AAC7B,uDAA6B;AAC7B,0DAAgC;AAChC,wEAA8C;AAC9C,mFAAyD;AACzD,yDAA+B;AAC/B,6DAAmC;AACnC,kDAAwB"}