typerighter 0.32.4 → 0.32.6
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/{app-CQK4JuN5.js → app-I-BVWGvX.js} +1 -1
- package/dist/{cli-DFehOZYZ.js → cli-6z4XoGNS.js} +5 -5
- package/dist/cli.js +1 -1
- package/dist/client/theme-default.js +2 -2
- package/dist/client.js +1 -1
- package/dist/index.js +2 -2
- package/dist/{init-DktF3AQH.js → init-BcA6YTI-.js} +3 -3
- package/dist/node/plugin/vite/virtual/app.d.ts.map +1 -1
- package/dist/shared/utils/time.d.ts.map +1 -1
- package/dist/{shared-B-n46X4N.js → shared-hpG9wf_j.js} +2 -1
- package/dist/shared.js +1 -1
- package/dist/typerighter.css +1 -1
- package/dist/{vite-oRX7_Z5q.js → vite-DHp_mMcQ.js} +1 -2
- package/dist/vite.js +1 -1
- package/package.json +3 -4
- package/dist/fonts.css +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as e, G as t, H as n, I as r, K as i, M as a, P as o, R as s, S as c, T as l, U as u, _ as d, f, g as p, h as m, m as h, p as g, s as _, u as v, v as y, w as b } from "./shared-
|
|
1
|
+
import { F as e, G as t, H as n, I as r, K as i, M as a, P as o, R as s, S as c, T as l, U as u, _ as d, f, g as p, h as m, m as h, p as g, s as _, u as v, v as y, w as b } from "./shared-hpG9wf_j.js";
|
|
2
2
|
import { t as x } from "./temml-DZbhOfRE.js";
|
|
3
3
|
import { t as S } from "./es-ClqUVRJn.js";
|
|
4
4
|
import C, { resolve as w } from "node:path";
|
|
@@ -999,7 +999,6 @@ function Q(e) {
|
|
|
999
999
|
});
|
|
1000
1000
|
return `
|
|
1001
1001
|
import 'typerighter/style.css';
|
|
1002
|
-
import 'typerighter/fonts.css';
|
|
1003
1002
|
import('typerighter/math.css');
|
|
1004
1003
|
import { createTypedownApp } from 'typerighter/client';
|
|
1005
1004
|
import { TdDirectoryIndex, TdGlossaryIndex } from 'typerighter/client/theme-default';
|
package/dist/vite.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./vite-
|
|
1
|
+
import { n as e, t } from "./vite-DHp_mMcQ.js";
|
|
2
2
|
export { e as generateClientAppEntry, t as typedown };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "typerighter",
|
|
4
|
-
"version": "0.32.
|
|
4
|
+
"version": "0.32.6",
|
|
5
5
|
"description": "Typedown: A typed content framework.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"import": "./dist/client/theme-default.js"
|
|
37
37
|
},
|
|
38
38
|
"./style.css": "./dist/typerighter.css",
|
|
39
|
-
"./fonts.css": "./dist/fonts.css",
|
|
40
39
|
"./math.css": "./dist/math.css"
|
|
41
40
|
},
|
|
42
41
|
"sideEffects": [
|
|
@@ -70,8 +69,8 @@
|
|
|
70
69
|
"temml": "^0.13.5",
|
|
71
70
|
"vite": "^8.2.2",
|
|
72
71
|
"vue": "^3.5.42",
|
|
73
|
-
"@typerighter/rpc-client": "0.32.
|
|
74
|
-
"@typerighter/rpc-server": "0.32.
|
|
72
|
+
"@typerighter/rpc-client": "0.32.6",
|
|
73
|
+
"@typerighter/rpc-server": "0.32.6"
|
|
75
74
|
},
|
|
76
75
|
"devDependencies": {
|
|
77
76
|
"@hdnax/nuclint": "^0.17.5",
|
package/dist/fonts.css
DELETED