@blueprint-chart/editor 0.1.16 → 0.1.18
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/index.html
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<meta name="twitter:image" content="https://blueprintchart.com/og-image.png" />
|
|
41
41
|
|
|
42
42
|
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=DM+Serif+Display:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
43
|
-
<script type="module" crossorigin src="/assets/index-
|
|
43
|
+
<script type="module" crossorigin src="/assets/index-BwCr_B7m.js"></script>
|
|
44
44
|
<link rel="stylesheet" crossorigin href="/assets/index-BzkpOC2W.css">
|
|
45
45
|
</head>
|
|
46
46
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueprint-chart/editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "Blueprint Chart editor — static site bundle. Self-host or use the live version at https://blueprintchart.com.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blueprint-chart",
|
|
@@ -28,7 +28,20 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"provenance": true
|
|
30
30
|
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build:grammar": "node src/dsl-lang/build.mjs",
|
|
33
|
+
"predev": "node src/dsl-lang/build.mjs",
|
|
34
|
+
"dev": "vite",
|
|
35
|
+
"build": "node src/dsl-lang/build.mjs && vite build",
|
|
36
|
+
"typecheck": "vue-tsc --noEmit",
|
|
37
|
+
"preview": "vite preview",
|
|
38
|
+
"pretest": "node src/dsl-lang/build.mjs",
|
|
39
|
+
"test": "vitest run",
|
|
40
|
+
"test:watch": "vitest"
|
|
41
|
+
},
|
|
31
42
|
"dependencies": {
|
|
43
|
+
"@blueprint-chart/lib": "workspace:*",
|
|
44
|
+
"@blueprint-chart/ui": "workspace:*",
|
|
32
45
|
"@codemirror/commands": "^6",
|
|
33
46
|
"@codemirror/language": "^6",
|
|
34
47
|
"@codemirror/state": "^6",
|
|
@@ -44,9 +57,7 @@
|
|
|
44
57
|
"pinia": "^3.0.4",
|
|
45
58
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
46
59
|
"vue": "^3.5",
|
|
47
|
-
"vue-router": "^4.6.4"
|
|
48
|
-
"@blueprint-chart/lib": "0.1.16",
|
|
49
|
-
"@blueprint-chart/ui": "0.1.16"
|
|
60
|
+
"vue-router": "^4.6.4"
|
|
50
61
|
},
|
|
51
62
|
"devDependencies": {
|
|
52
63
|
"@iconify-json/ph": "^1",
|
|
@@ -63,16 +74,5 @@
|
|
|
63
74
|
"vite": "^6",
|
|
64
75
|
"vitest": "^3",
|
|
65
76
|
"vue-tsc": "^2"
|
|
66
|
-
},
|
|
67
|
-
"scripts": {
|
|
68
|
-
"build:grammar": "node src/dsl-lang/build.mjs",
|
|
69
|
-
"predev": "node src/dsl-lang/build.mjs",
|
|
70
|
-
"dev": "vite",
|
|
71
|
-
"build": "node src/dsl-lang/build.mjs && vite build",
|
|
72
|
-
"typecheck": "vue-tsc --noEmit",
|
|
73
|
-
"preview": "vite preview",
|
|
74
|
-
"pretest": "node src/dsl-lang/build.mjs",
|
|
75
|
-
"test": "vitest run",
|
|
76
|
-
"test:watch": "vitest"
|
|
77
77
|
}
|
|
78
|
-
}
|
|
78
|
+
}
|