@explorins/pers-shared 2.1.67 → 2.1.68

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.
@@ -2,5 +2,6 @@ export * from './shared-lib/enum/index';
2
2
  export type * from './shared-lib/interfaces/index';
3
3
  export * from './shared-lib/types/index';
4
4
  export type * from './shared-lib/dto/index';
5
+ export * from '@explorins/web3-types';
5
6
  export type * from './shared-lib/errors/index';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,mBAAmB,+BAA+B,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,mBAAmB,wBAAwB,CAAC;AAG5C,mBAAmB,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,mBAAmB,+BAA+B,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,mBAAmB,wBAAwB,CAAC;AAG5C,cAAc,uBAAuB,CAAC;AAGtC,mBAAmB,2BAA2B,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -19,6 +19,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  // Core domain contracts
20
20
  __exportStar(require("./shared-lib/enum/index"), exports);
21
21
  __exportStar(require("./shared-lib/types/index"), exports);
22
+ // Re-export web3 types for convenience
23
+ __exportStar(require("@explorins/web3-types"), exports);
22
24
  // export * from './shared-lib/errors/index'; // Export actual error classes and functions
23
25
  // Shared patterns (architecture components)
24
26
  // export * from './shared-patterns/index';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4EAA4E;AAC5E,8FAA8F;;;;;;;;;;;;;;;;AAE9F,wBAAwB;AACxB,0DAAwC;AAExC,2DAAyC;AAKzC,0FAA0F;AAE1F,4CAA4C;AAC5C,2CAA2C;AAC3C,iFAAiF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4EAA4E;AAC5E,8FAA8F;;;;;;;;;;;;;;;;AAE9F,wBAAwB;AACxB,0DAAwC;AAExC,2DAAyC;AAGzC,uCAAuC;AACvC,wDAAsC;AAItC,0FAA0F;AAE1F,4CAA4C;AAC5C,2CAA2C;AAC3C,iFAAiF"}
@@ -2,5 +2,6 @@ export * from './shared-lib/enum/index';
2
2
  export type * from './shared-lib/interfaces/index';
3
3
  export * from './shared-lib/types/index';
4
4
  export type * from './shared-lib/dto/index';
5
+ export * from '@explorins/web3-types';
5
6
  export type * from './shared-lib/errors/index';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,mBAAmB,+BAA+B,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,mBAAmB,wBAAwB,CAAC;AAG5C,mBAAmB,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,mBAAmB,+BAA+B,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,mBAAmB,wBAAwB,CAAC;AAG5C,cAAc,uBAAuB,CAAC;AAGtC,mBAAmB,2BAA2B,CAAC"}
package/dist/esm/index.js CHANGED
@@ -3,6 +3,8 @@
3
3
  // Core domain contracts
4
4
  export * from './shared-lib/enum/index.js';
5
5
  export * from './shared-lib/types/index.js';
6
+ // Re-export web3 types for convenience
7
+ export * from '@explorins/web3-types';
6
8
  // export * from './shared-lib/errors/index.js'; // Export actual error classes and functions
7
9
  // Shared patterns (architecture components)
8
10
  // export * from './shared-patterns/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,8FAA8F;AAE9F,wBAAwB;AACxB,cAAc,yBAAyB,CAAC;AAExC,cAAc,0BAA0B,CAAC;AAKzC,0FAA0F;AAE1F,4CAA4C;AAC5C,2CAA2C;AAC3C,iFAAiF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,8FAA8F;AAE9F,wBAAwB;AACxB,cAAc,yBAAyB,CAAC;AAExC,cAAc,0BAA0B,CAAC;AAGzC,uCAAuC;AACvC,cAAc,uBAAuB,CAAC;AAItC,0FAA0F;AAE1F,4CAA4C;AAC5C,2CAA2C;AAC3C,iFAAiF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorins/pers-shared",
3
- "version": "2.1.67",
3
+ "version": "2.1.68",
4
4
  "scripts": {
5
5
  "clean": "find dist -type f -delete 2>/dev/null || true",
6
6
  "build:esm": "tsc -p tsconfig.esm.json && node scripts/add-js-extensions.js",