@izumisy-tailor/tailor-data-viewer 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@izumisy-tailor/tailor-data-viewer",
3
3
  "private": false,
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "Flexible data viewer component for Tailor Platform",
6
6
  "files": [
7
7
  "src"
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * Field type mapping for Data View
3
- * Re-exported from supplier-portal-module generator for frontend usage
4
3
  */
5
4
  export type FieldType =
6
5
  | "string"