@explorins/pers-shared 2.1.38 → 2.1.39

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.
@@ -5,6 +5,6 @@
5
5
  export * from './shared-lib/enum';
6
6
  export type * from './shared-lib/interfaces';
7
7
  export type * from './shared-lib/dto';
8
- export type * from './shared-lib/types';
8
+ export * from './shared-lib/types';
9
9
  export type * from './shared-lib/errors';
10
10
  //# sourceMappingURL=browser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,mBAAmB,CAAC;AAGlC,mBAAmB,yBAAyB,CAAC;AAG7C,mBAAmB,kBAAkB,CAAC;AAGtC,mBAAmB,oBAAoB,CAAC;AAExC,mBAAmB,qBAAqB,CAAC"}
1
+ {"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,mBAAmB,CAAC;AAGlC,mBAAmB,yBAAyB,CAAC;AAG7C,mBAAmB,kBAAkB,CAAC;AAGtC,cAAc,oBAAoB,CAAC;AAEnC,mBAAmB,qBAAqB,CAAC"}
@@ -20,5 +20,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  // Export enums - these are safe for browser use (barrel export)
22
22
  __exportStar(require("./shared-lib/enum"), exports);
23
+ // Export types and constants (runtime exports) - browser-safe only
24
+ __exportStar(require("./shared-lib/types"), exports);
23
25
  // Note: Backend-specific types (like TRANSACTION_FORMATS) are excluded from browser build
24
26
  //# sourceMappingURL=browser.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"browser.js","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,gEAAgE;AAChE,oDAAkC;AAalC,0FAA0F"}
1
+ {"version":3,"file":"browser.js","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,gEAAgE;AAChE,oDAAkC;AAQlC,mEAAmE;AACnE,qDAAmC;AAInC,0FAA0F"}
@@ -5,6 +5,6 @@
5
5
  export * from './shared-lib/enum';
6
6
  export type * from './shared-lib/interfaces';
7
7
  export type * from './shared-lib/dto';
8
- export type * from './shared-lib/types';
8
+ export * from './shared-lib/types';
9
9
  export type * from './shared-lib/errors';
10
10
  //# sourceMappingURL=browser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,mBAAmB,CAAC;AAGlC,mBAAmB,yBAAyB,CAAC;AAG7C,mBAAmB,kBAAkB,CAAC;AAGtC,mBAAmB,oBAAoB,CAAC;AAExC,mBAAmB,qBAAqB,CAAC"}
1
+ {"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,mBAAmB,CAAC;AAGlC,mBAAmB,yBAAyB,CAAC;AAG7C,mBAAmB,kBAAkB,CAAC;AAGtC,cAAc,oBAAoB,CAAC;AAEnC,mBAAmB,qBAAqB,CAAC"}
@@ -4,5 +4,7 @@
4
4
  */
5
5
  // Export enums - these are safe for browser use (barrel export)
6
6
  export * from './shared-lib/enum';
7
+ // Export types and constants (runtime exports) - browser-safe only
8
+ export * from './shared-lib/types';
7
9
  // Note: Backend-specific types (like TRANSACTION_FORMATS) are excluded from browser build
8
10
  //# sourceMappingURL=browser.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"browser.js","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,gEAAgE;AAChE,cAAc,mBAAmB,CAAC;AAalC,0FAA0F"}
1
+ {"version":3,"file":"browser.js","sourceRoot":"","sources":["../../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,gEAAgE;AAChE,cAAc,mBAAmB,CAAC;AAQlC,mEAAmE;AACnE,cAAc,oBAAoB,CAAC;AAInC,0FAA0F"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorins/pers-shared",
3
- "version": "2.1.38",
3
+ "version": "2.1.39",
4
4
  "scripts": {
5
5
  "clean": "find dist -type f -delete 2>/dev/null || true",
6
6
  "build:esm": "tsc -p tsconfig.esm.json",