@explorins/pers-shared 2.1.30 → 2.1.31

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.
@@ -1,6 +1,6 @@
1
1
  export * from './shared-lib/enum';
2
- export * from './shared-lib/interfaces';
3
- export * from './shared-lib/types';
2
+ export type * from './shared-lib/interfaces';
3
+ export type * from './shared-lib/types';
4
4
  export type * from './shared-lib/dto';
5
- export * from './shared-lib/errors';
5
+ export type * from './shared-lib/errors';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,kBAAkB,CAAC;AAGtC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,yBAAyB,CAAC;AAC7C,mBAAmB,oBAAoB,CAAC;AACxC,mBAAmB,kBAAkB,CAAC;AAGtC,mBAAmB,qBAAqB,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -18,10 +18,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  // Core domain contracts
20
20
  __exportStar(require("./shared-lib/enum"), exports);
21
- __exportStar(require("./shared-lib/interfaces"), exports);
22
- __exportStar(require("./shared-lib/types"), exports);
23
- // Error handling system
24
- __exportStar(require("./shared-lib/errors"), exports);
25
21
  // Note: Architecture patterns (orchestrators, database schemas) moved to @explorins/pers-shared-patterns
26
22
  // This library now contains only pure data contracts safe for external consumption
27
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4EAA4E;AAC5E,8FAA8F;;;;;;;;;;;;;;;;AAE9F,wBAAwB;AACxB,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AAGnC,wBAAwB;AACxB,sDAAoC;AAEpC,yGAAyG;AACzG,mFAAmF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4EAA4E;AAC5E,8FAA8F;;;;;;;;;;;;;;;;AAE9F,wBAAwB;AACxB,oDAAkC;AAQlC,yGAAyG;AACzG,mFAAmF"}
@@ -1,6 +1,6 @@
1
1
  export * from './shared-lib/enum';
2
- export * from './shared-lib/interfaces';
3
- export * from './shared-lib/types';
2
+ export type * from './shared-lib/interfaces';
3
+ export type * from './shared-lib/types';
4
4
  export type * from './shared-lib/dto';
5
- export * from './shared-lib/errors';
5
+ export type * from './shared-lib/errors';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,kBAAkB,CAAC;AAGtC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,yBAAyB,CAAC;AAC7C,mBAAmB,oBAAoB,CAAC;AACxC,mBAAmB,kBAAkB,CAAC;AAGtC,mBAAmB,qBAAqB,CAAC"}
package/dist/esm/index.js CHANGED
@@ -2,10 +2,6 @@
2
2
  // 🌐 PUBLIC: Safe for external consumption - contains only DTOs, interfaces, types, and enums
3
3
  // Core domain contracts
4
4
  export * from './shared-lib/enum';
5
- export * from './shared-lib/interfaces';
6
- export * from './shared-lib/types';
7
- // Error handling system
8
- export * from './shared-lib/errors';
9
5
  // Note: Architecture patterns (orchestrators, database schemas) moved to @explorins/pers-shared-patterns
10
6
  // This library now contains only pure data contracts safe for external consumption
11
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,8FAA8F;AAE9F,wBAAwB;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AAGnC,wBAAwB;AACxB,cAAc,qBAAqB,CAAC;AAEpC,yGAAyG;AACzG,mFAAmF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,8FAA8F;AAE9F,wBAAwB;AACxB,cAAc,mBAAmB,CAAC;AAQlC,yGAAyG;AACzG,mFAAmF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorins/pers-shared",
3
- "version": "2.1.30",
3
+ "version": "2.1.31",
4
4
  "scripts": {
5
5
  "clean": "find dist -type f -delete 2>/dev/null || true",
6
6
  "build:esm": "tsc -p tsconfig.esm.json",