@analogjs/content 2.0.0-alpha.26 → 2.0.0-alpha.27
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 +8 -8
- package/plugin/migrations.json +2 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@analogjs/content",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.27",
|
|
4
4
|
"description": "Content Rendering for Analog",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Brandon Roberts <robertsbt@gmail.com>",
|
|
@@ -82,21 +82,21 @@
|
|
|
82
82
|
"types": "./index.d.ts",
|
|
83
83
|
"default": "./fesm2022/analogjs-content.mjs"
|
|
84
84
|
},
|
|
85
|
-
"./
|
|
86
|
-
"types": "./
|
|
87
|
-
"default": "./fesm2022/analogjs-content-
|
|
85
|
+
"./og": {
|
|
86
|
+
"types": "./og/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/analogjs-content-og.mjs"
|
|
88
88
|
},
|
|
89
89
|
"./prism-highlighter": {
|
|
90
90
|
"types": "./prism-highlighter/index.d.ts",
|
|
91
91
|
"default": "./fesm2022/analogjs-content-prism-highlighter.mjs"
|
|
92
92
|
},
|
|
93
|
+
"./resources": {
|
|
94
|
+
"types": "./resources/index.d.ts",
|
|
95
|
+
"default": "./fesm2022/analogjs-content-resources.mjs"
|
|
96
|
+
},
|
|
93
97
|
"./shiki-highlighter": {
|
|
94
98
|
"types": "./shiki-highlighter/index.d.ts",
|
|
95
99
|
"default": "./fesm2022/analogjs-content-shiki-highlighter.mjs"
|
|
96
|
-
},
|
|
97
|
-
"./og": {
|
|
98
|
-
"types": "./og/index.d.ts",
|
|
99
|
-
"default": "./fesm2022/analogjs-content-og.mjs"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"sideEffects": false
|
package/plugin/migrations.json
CHANGED
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generators": {
|
|
3
|
-
|
|
4
|
-
"version": "1.5.0-beta.1",
|
|
5
|
-
"description": "Update withMarkdownRenderer feature with withPrismHighlighter",
|
|
6
|
-
"implementation": "./src/migrations/update-markdown-renderer-feature/update-markdown-renderer-feature"
|
|
7
|
-
},
|
|
8
|
-
"update-marked-version": {
|
|
9
|
-
"version": "1.15.0-beta.3",
|
|
10
|
-
"description": "Update marked version to 15.0.7",
|
|
11
|
-
"implementation": "./src/migrations/update-markdown-version/update-markdown-version"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"schematics": {
|
|
15
|
-
"update-markdown-renderer-feature": {
|
|
16
|
-
"version": "1.5.0-beta.1",
|
|
17
|
-
"description": "Update withMarkdownRenderer feature with withPrismHighlighter",
|
|
18
|
-
"factory": "./src/migrations/update-markdown-renderer-feature/compat"
|
|
19
|
-
},
|
|
20
|
-
"update-marked-version": {
|
|
21
|
-
"version": "1.15.0-beta.3",
|
|
22
|
-
"description": "Update marked version to 15.0.7",
|
|
23
|
-
"factory": "./src/migrations/update-markdown-version/compat"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
2
|
+
"generators": {},
|
|
3
|
+
"schematics": {},
|
|
26
4
|
"packageJsonUpdates": {
|
|
27
5
|
"0.2.0-beta.23": {
|
|
28
6
|
"version": "0.2.0-beta.19",
|