datacontract-editor 0.1.4 → 0.1.8

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,4 +1,4 @@
1
- import { b as o } from "./monaco-4.7.0.js";
1
+ import { d as o } from "./monaco-4.7.0.js";
2
2
  var a = Object.defineProperty, l = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, c = Object.prototype.hasOwnProperty, g = (t, e, n, s) => {
3
3
  if (e && typeof e == "object" || typeof e == "function")
4
4
  for (let r of p(e))
@@ -1,4 +1,4 @@
1
- import { b as m } from "./monaco-4.7.0.js";
1
+ import { d as m } from "./monaco-4.7.0.js";
2
2
  var s = Object.defineProperty, c = Object.getOwnPropertyDescriptor, l = Object.getOwnPropertyNames, d = Object.prototype.hasOwnProperty, p = (t, e, o, n) => {
3
3
  if (e && typeof e == "object" || typeof e == "function")
4
4
  for (let r of l(e))
@@ -1,4 +1,4 @@
1
- import { d as I, b as M } from "./monaco-4.7.0.js";
1
+ import { e as I, d as M } from "./monaco-4.7.0.js";
2
2
  var N = Object.defineProperty, R = Object.getOwnPropertyDescriptor, E = Object.getOwnPropertyNames, K = Object.prototype.hasOwnProperty, H = (e, t, r, a) => {
3
3
  if (t && typeof t == "object" || typeof t == "function")
4
4
  for (let n of E(t))
@@ -1,12 +1,12 @@
1
- import { b as s } from "./monaco-4.7.0.js";
2
- var c = Object.defineProperty, a = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, g = Object.prototype.hasOwnProperty, l = (t, e, o, i) => {
1
+ import { d as s } from "./monaco-4.7.0.js";
2
+ var c = Object.defineProperty, a = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, g = Object.prototype.hasOwnProperty, d = (t, e, o, i) => {
3
3
  if (e && typeof e == "object" || typeof e == "function")
4
4
  for (let n of p(e))
5
5
  !g.call(t, n) && n !== o && c(t, n, { get: () => e[n], enumerable: !(i = a(e, n)) || i.enumerable });
6
6
  return t;
7
- }, d = (t, e, o) => (l(t, e, "default"), o), r = {};
8
- d(r, s);
9
- var b = {
7
+ }, l = (t, e, o) => (d(t, e, "default"), o), r = {};
8
+ l(r, s);
9
+ var x = {
10
10
  wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
11
11
  comments: {
12
12
  lineComment: "//",
@@ -67,7 +67,7 @@ var b = {
67
67
  end: new RegExp("^\\s*//\\s*#?endregion\\b")
68
68
  }
69
69
  }
70
- }, x = {
70
+ }, b = {
71
71
  // Set defaultToken to invalid to see what you do not tokenize yet
72
72
  defaultToken: "invalid",
73
73
  tokenPostfix: ".ts",
@@ -338,6 +338,6 @@ var b = {
338
338
  }
339
339
  };
340
340
  export {
341
- b as conf,
342
- x as language
341
+ x as conf,
342
+ b as language
343
343
  };
@@ -1,4 +1,4 @@
1
- import { b as r } from "./monaco-4.7.0.js";
1
+ import { d as r } from "./monaco-4.7.0.js";
2
2
  var c = Object.defineProperty, m = Object.getOwnPropertyDescriptor, l = Object.getOwnPropertyNames, d = Object.prototype.hasOwnProperty, p = (t, e, o, i) => {
3
3
  if (e && typeof e == "object" || typeof e == "function")
4
4
  for (let n of l(e))
@@ -1,4 +1,4 @@
1
- import { b as l } from "./monaco-4.7.0.js";
1
+ import { d as l } from "./monaco-4.7.0.js";
2
2
  var i = Object.defineProperty, c = Object.getOwnPropertyDescriptor, u = Object.getOwnPropertyNames, s = Object.prototype.hasOwnProperty, d = (n, e, r, o) => {
3
3
  if (e && typeof e == "object" || typeof e == "function")
4
4
  for (let t of u(e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datacontract-editor",
3
- "version": "0.1.4",
3
+ "version": "0.1.8",
4
4
  "description": "A visual editor for data contracts using the Open Data Contract Standard (ODCS)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,6 +16,8 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "dev": "vite",
19
+ "dev:host": "vite --host",
20
+ "dev:custom": "vite --mode custom",
19
21
  "build": "vite build --mode production",
20
22
  "build:debug": "vite build --mode debug",
21
23
  "lint": "eslint .",
@@ -34,11 +36,13 @@
34
36
  "@dnd-kit/utilities": "^3.2.2",
35
37
  "@headlessui/react": "^2.2.9",
36
38
  "@monaco-editor/react": "^4.7.0",
39
+ "@playwright/test": "^1.58.2",
37
40
  "@tailwindcss/typography": "^0.5.19",
38
41
  "@xyflow/react": "^12.9.0",
39
42
  "ajv": "^8.17.1",
40
43
  "ajv-formats": "^3.0.1",
41
44
  "dagre": "^0.8.5",
45
+ "easymde": "^2.20.0",
42
46
  "monaco-editor": "0.54.0",
43
47
  "monaco-yaml": "^5.4.0",
44
48
  "open": "^10.1.0",