@izumisy-tailor/tailor-data-viewer 0.1.3 → 0.1.4
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/generator/index.mjs
CHANGED
|
@@ -142,7 +142,7 @@ import type {
|
|
|
142
142
|
RelationMetadata,
|
|
143
143
|
TableMetadata,
|
|
144
144
|
TableMetadataMap,
|
|
145
|
-
} from "
|
|
145
|
+
} from "@izumisy-tailor/tailor-data-viewer/generator";
|
|
146
146
|
|
|
147
147
|
export type { FieldType, FieldMetadata, RelationMetadata, TableMetadata, TableMetadataMap };
|
|
148
148
|
|
package/package.json
CHANGED
|
@@ -436,7 +436,7 @@ import type {
|
|
|
436
436
|
RelationMetadata,
|
|
437
437
|
TableMetadata,
|
|
438
438
|
TableMetadataMap,
|
|
439
|
-
} from "
|
|
439
|
+
} from "@izumisy-tailor/tailor-data-viewer/generator";
|
|
440
440
|
|
|
441
441
|
export type { FieldType, FieldMetadata, RelationMetadata, TableMetadata, TableMetadataMap };
|
|
442
442
|
|