@idetik/core 0.16.0 → 0.16.1

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,5 +1,5 @@
1
1
  export declare abstract class Node {
2
- readonly uuid: string;
2
+ readonly id: string;
3
3
  abstract get type(): string;
4
4
  }
5
5
  //# sourceMappingURL=node.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../../src/core/node.ts"],"names":[],"mappings":"AAEA,8BAAsB,IAAI;IACxB,SAAgB,IAAI,SAAkB;IAEtC,aAAoB,IAAI,IAAI,MAAM,CAAC;CACpC"}
1
+ {"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../../src/core/node.ts"],"names":[],"mappings":"AAEA,8BAAsB,IAAI;IACxB,SAAgB,EAAE,SAAgB;IAElC,aAAoB,IAAI,IAAI,MAAM,CAAC;CACpC"}
@@ -0,0 +1,2 @@
1
+ export declare function generateID(prefix?: string): string;
2
+ //# sourceMappingURL=id_generator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"id_generator.d.ts","sourceRoot":"","sources":["../../../../src/utilities/id_generator.ts"],"names":[],"mappings":"AAEA,wBAAgB,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAIlD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idetik/core",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -1,2 +0,0 @@
1
- export declare function generateUUID(): string;
2
- //# sourceMappingURL=uuid_generator.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"uuid_generator.d.ts","sourceRoot":"","sources":["../../../../src/utilities/uuid_generator.ts"],"names":[],"mappings":"AA2BA,wBAAgB,YAAY,WAe3B"}