@dbp-wp/ui 0.2.8 → 0.2.9
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
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>DBP WP</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-P8Z9Yu5V.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BGtkOyQH.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="app"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dbp-wp/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "DBP WP web UI: table view and spreadsheet (Svelte 5 SPA). Served by the dbp-wp CLI.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Takashi Matsuyama",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"typecheck": "svelte-check --tsconfig ./tsconfig.json"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@dbp-wp/core": "0.2.
|
|
36
|
+
"@dbp-wp/core": "0.2.9",
|
|
37
37
|
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
38
38
|
"@tanstack/table-core": "^8.20.5",
|
|
39
39
|
"svelte": "^5.1.0",
|