@veryfront/ext-content-mdx 0.1.1104 → 0.1.1106
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/esm/deno.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare namespace _default {
|
|
|
12
12
|
export { exclude_1 as exclude };
|
|
13
13
|
export let exports: {
|
|
14
14
|
".": string;
|
|
15
|
+
"./index.client": string;
|
|
15
16
|
"./head": string;
|
|
16
17
|
"./router": string;
|
|
17
18
|
"./context": string;
|
|
@@ -85,6 +86,7 @@ declare namespace _default {
|
|
|
85
86
|
"./server": string;
|
|
86
87
|
};
|
|
87
88
|
export let imports: {
|
|
89
|
+
"veryfront/index.client": string;
|
|
88
90
|
"veryfront/head": string;
|
|
89
91
|
"veryfront/router": string;
|
|
90
92
|
"veryfront/context": string;
|
package/esm/deno.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"name": "veryfront",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1106",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"nodeModulesDir": "auto",
|
|
6
6
|
"minimumDependencyAge": {
|
|
@@ -71,6 +71,7 @@ export default {
|
|
|
71
71
|
],
|
|
72
72
|
"exports": {
|
|
73
73
|
".": "./src/index.ts",
|
|
74
|
+
"./index.client": "./src/index.client.ts",
|
|
74
75
|
"./head": "./src/react/components/Head.tsx",
|
|
75
76
|
"./router": "./src/react/router/index.tsx",
|
|
76
77
|
"./context": "./src/react/context/index.tsx",
|
|
@@ -144,6 +145,7 @@ export default {
|
|
|
144
145
|
"./server": "./src/server/index.ts"
|
|
145
146
|
},
|
|
146
147
|
"imports": {
|
|
148
|
+
"veryfront/index.client": "./src/index.client.ts",
|
|
147
149
|
"veryfront/head": "./src/react/runtime/core.ts",
|
|
148
150
|
"veryfront/router": "./src/react/runtime/core.ts",
|
|
149
151
|
"veryfront/context": "./src/react/runtime/core.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veryfront/ext-content-mdx",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1106",
|
|
4
4
|
"description": "Veryfront first-party extension package for ext-content-mdx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"veryfront",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"vfile": "6.0.3"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"veryfront": "^0.1.
|
|
70
|
+
"veryfront": "^0.1.1106"
|
|
71
71
|
},
|
|
72
72
|
"type": "module",
|
|
73
73
|
"types": "./esm/extensions/ext-content-mdx/src/index.d.ts",
|