@file-viewer/web 2.0.6 → 2.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@file-viewer/web",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Standard pure web component package for Flyfish File Viewer",
@@ -58,7 +58,7 @@
58
58
  "README.en.md"
59
59
  ],
60
60
  "dependencies": {
61
- "@file-viewer/core": "^2.0.6"
61
+ "@file-viewer/core": "^2.0.8"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^25.8.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-19T08:28:09.627Z",
3
+ "generatedAt": "2026-06-20T16:03:13.901Z",
4
4
  "rendererAssetManifests": [
5
5
  {
6
6
  "rendererId": "archive",
@@ -99,22 +99,23 @@
99
99
  "id": "typst-compiler-wasm",
100
100
  "rendererId": "typst",
101
101
  "kind": "wasm",
102
- "target": "external",
102
+ "target": "public",
103
103
  "required": true,
104
- "defaultUrl": "https://cdn.jsdelivr.net/npm/@myriaddreamin/typst-ts-web-compiler@0.7.0/pkg/typst_ts_web_compiler_bg.wasm",
104
+ "defaultPath": "wasm/typst/typst_ts_web_compiler_bg.wasm",
105
+ "packagePath": "@myriaddreamin/typst-ts-web-compiler/pkg/typst_ts_web_compiler_bg.wasm",
105
106
  "optionPath": "typst.compilerWasmUrl",
106
- "description": "Typst compiler WebAssembly module; configurable for private CDN deployment."
107
+ "description": "Typst compiler WebAssembly module copied to the public assets directory."
107
108
  },
108
109
  {
109
110
  "id": "typst-renderer-wasm",
110
111
  "rendererId": "typst",
111
- "kind": "bundled-wasm",
112
- "target": "bundled",
112
+ "kind": "wasm",
113
+ "target": "public",
113
114
  "required": true,
114
- "defaultUrl": "https://cdn.jsdelivr.net/npm/@myriaddreamin/typst-ts-renderer@0.7.0/pkg/typst_ts_renderer_bg.wasm",
115
+ "defaultPath": "wasm/typst/typst_ts_renderer_bg.wasm",
115
116
  "packagePath": "@myriaddreamin/typst-ts-renderer/pkg/typst_ts_renderer_bg.wasm",
116
117
  "optionPath": "typst.rendererWasmUrl",
117
- "description": "Typst SVG renderer WebAssembly module bundled by the active frontend build tool."
118
+ "description": "Typst SVG renderer WebAssembly module copied to the public assets directory."
118
119
  }
119
120
  ]
120
121
  },
@@ -125,18 +126,19 @@
125
126
  "id": "data-sql-wasm",
126
127
  "rendererId": "data-asset",
127
128
  "kind": "wasm",
128
- "target": "external",
129
+ "target": "public",
129
130
  "required": false,
130
- "defaultUrl": "https://cdn.jsdelivr.net/npm/sql.js@1.14.1/dist/sql-wasm.wasm",
131
+ "defaultPath": "wasm/data/sql-wasm.wasm",
132
+ "packagePath": "sql.js/dist/sql-wasm.wasm",
131
133
  "optionPath": "data.sqlWasmUrl",
132
- "description": "sql.js WebAssembly module used when previewing SQLite files."
134
+ "description": "sql.js WebAssembly module copied to the public assets directory for SQLite previews."
133
135
  }
134
136
  ]
135
137
  }
136
138
  ],
137
139
  "validation": {
138
140
  "valid": true,
139
- "checkedAt": "2026-06-19T08:28:09.627Z",
141
+ "checkedAt": "2026-06-20T16:03:13.901Z",
140
142
  "assets": [
141
143
  {
142
144
  "id": "libarchive-worker",
@@ -207,6 +209,36 @@
207
209
  "relativePath": "vendor/xlsx/sheet.worker.js",
208
210
  "exists": true,
209
211
  "description": "Optional Spreadsheet worker for off-main-thread styled-exceljs workbook parsing."
212
+ },
213
+ {
214
+ "id": "typst-compiler-wasm",
215
+ "rendererId": "typst",
216
+ "kind": "wasm",
217
+ "target": "public",
218
+ "required": true,
219
+ "relativePath": "wasm/typst/typst_ts_web_compiler_bg.wasm",
220
+ "exists": true,
221
+ "description": "Typst compiler WebAssembly module copied to the public assets directory."
222
+ },
223
+ {
224
+ "id": "typst-renderer-wasm",
225
+ "rendererId": "typst",
226
+ "kind": "wasm",
227
+ "target": "public",
228
+ "required": true,
229
+ "relativePath": "wasm/typst/typst_ts_renderer_bg.wasm",
230
+ "exists": true,
231
+ "description": "Typst SVG renderer WebAssembly module copied to the public assets directory."
232
+ },
233
+ {
234
+ "id": "data-sql-wasm",
235
+ "rendererId": "data-asset",
236
+ "kind": "wasm",
237
+ "target": "public",
238
+ "required": false,
239
+ "relativePath": "wasm/data/sql-wasm.wasm",
240
+ "exists": true,
241
+ "description": "sql.js WebAssembly module copied to the public assets directory for SQLite previews."
210
242
  }
211
243
  ],
212
244
  "missingRequired": [],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@file-viewer/web",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "kind": "viewer-assets",
5
5
  "assets": "flyfish-viewer-assets.json"
6
6
  }
Binary file