@dineug/erd-editor 3.1.4 → 3.1.5

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,12 +1,12 @@
1
1
  /*!
2
2
  * @dineug/erd-editor
3
- * @version 3.1.4 | Sun Jan 14 2024
3
+ * @version 3.1.5 | Fri Jan 26 2024
4
4
  * @author SeungHwan-Lee <dineug2@gmail.com>
5
5
  * @license MIT
6
6
  */
7
7
  /*!
8
8
  * @dineug/erd-editor-schema
9
- * @version 0.1.0 | Thu Jan 11 2024
9
+ * @version 0.1.0 | Mon Jan 22 2024
10
10
  * @author SeungHwan-Lee <dineug2@gmail.com>
11
11
  * @license MIT
12
12
  */
@@ -1536,7 +1536,7 @@ function Ic(e) {
1536
1536
  }
1537
1537
  /*!
1538
1538
  * @dineug/r-html
1539
- * @version 0.1.3 | Sat Jan 06 2024
1539
+ * @version 0.1.3 | Mon Jan 22 2024
1540
1540
  * @author SeungHwan-Lee <dineug2@gmail.com>
1541
1541
  * @license MIT
1542
1542
  */
@@ -15845,7 +15845,7 @@ export {
15845
15845
  mR as by,
15846
15846
  Op as bz,
15847
15847
  Et as c,
15848
- nj as c$,
15848
+ FB as c$,
15849
15849
  wR as c0,
15850
15850
  VB as c1,
15851
15851
  j2 as c2,
@@ -15880,9 +15880,9 @@ export {
15880
15880
  pj as cV,
15881
15881
  WN as cW,
15882
15882
  UN as cX,
15883
- mN as cY,
15884
- _a as cZ,
15885
- tu as c_,
15883
+ _a as cY,
15884
+ tu as cZ,
15885
+ nj as c_,
15886
15886
  Gi as ca,
15887
15887
  W2 as cb,
15888
15888
  sj as cc,
@@ -15910,13 +15910,13 @@ export {
15910
15910
  VN as cy,
15911
15911
  ZN as cz,
15912
15912
  ge as d,
15913
- FB as d0,
15914
- tj as d1,
15915
- JB as d2,
15916
- PB as d3,
15917
- $M as d4,
15918
- gB as d5,
15919
- ok as d6,
15913
+ tj as d0,
15914
+ JB as d1,
15915
+ PB as d2,
15916
+ $M as d3,
15917
+ gB as d4,
15918
+ ok as d5,
15919
+ mN as d6,
15920
15920
  $w as e,
15921
15921
  vw as f,
15922
15922
  mw as g,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dineug/erd-editor",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Entity-Relationship Diagram Editor",
5
5
  "type": "module",
6
6
  "main": "./dist/erd-editor.js",
@@ -95,6 +95,6 @@
95
95
  "tslib": "^2.6.2",
96
96
  "typescript": "5.3.3",
97
97
  "typescript-transform-paths": "^3.4.6",
98
- "vite": "^5.0.10"
98
+ "vite": "^5.0.12"
99
99
  }
100
100
  }