@pinta-ai/types 0.0.5 → 0.0.6

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/dist/cdm.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /**
2
3
  * CDM (Common Data Model) Types
3
4
  *
@@ -9,5 +10,5 @@
9
10
  * - source.event로 원본 이벤트를 정확히 식별 (디버깅용)
10
11
  * - 저장소는 enum을 모름 (string으로 저장, enum 추가 시 스키마 변경 없음)
11
12
  */
12
- export {};
13
+ Object.defineProperty(exports, "__esModule", { value: true });
13
14
  //# sourceMappingURL=cdm.js.map
package/dist/cdm.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cdm.js","sourceRoot":"","sources":["../src/cdm.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG"}
1
+ {"version":3,"file":"cdm.js","sourceRoot":"","sources":["../src/cdm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
package/dist/index.js CHANGED
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=index.js.map
package/dist/ingest.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /**
2
3
  * Ingest Types
3
4
  *
@@ -5,5 +6,5 @@
5
6
  * 각 adapter는 OTel span으로 로그를 전송하며,
6
7
  * span attribute의 ingest.type 값으로 로그 종류를 구분한다.
7
8
  */
8
- export {};
9
+ Object.defineProperty(exports, "__esModule", { value: true });
9
10
  //# sourceMappingURL=ingest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ingest.js","sourceRoot":"","sources":["../src/ingest.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
1
+ {"version":3,"file":"ingest.js","sourceRoot":"","sources":["../src/ingest.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG"}
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@pinta-ai/types",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Shared type definitions for Pinta AI adapters and log processing server",
5
- "type": "module",
6
5
  "main": "dist/index.js",
7
6
  "types": "dist/index.d.ts",
8
7
  "publishConfig": {