@d-fischer/documen.ts 0.16.8 → 0.16.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.
@@ -178,7 +178,7 @@ class HtmlGenerator extends OutputGenerator_1.OutputGenerator {
178
178
  yield (0, vite_1.build)({
179
179
  mode: 'development',
180
180
  configFile: false,
181
- define: Object.assign(Object.assign({}, globalDefinitions), { __DOCTS_COMPONENT_MODE: JSON.stringify('static'), __DOCTS_FSMAP: {} }),
181
+ define: Object.assign(Object.assign({}, globalDefinitions), { __DOCTS_COMPONENT_MODE: JSON.stringify('static'), __DOCTS_FSMAP: [] }),
182
182
  build: {
183
183
  emptyOutDir: true,
184
184
  outDir: paths.tmpDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-fischer/documen.ts",
3
- "version": "0.16.8",
3
+ "version": "0.16.9",
4
4
  "homepage": "https://github.com/d-fischer/documen.ts",
5
5
  "main": "lib/generator/index.js",
6
6
  "engines": {