@analogjs/content 2.0.0-alpha.25 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analogjs/content",
3
- "version": "2.0.0-alpha.25",
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,6 +82,10 @@
82
82
  "types": "./index.d.ts",
83
83
  "default": "./fesm2022/analogjs-content.mjs"
84
84
  },
85
+ "./og": {
86
+ "types": "./og/index.d.ts",
87
+ "default": "./fesm2022/analogjs-content-og.mjs"
88
+ },
85
89
  "./prism-highlighter": {
86
90
  "types": "./prism-highlighter/index.d.ts",
87
91
  "default": "./fesm2022/analogjs-content-prism-highlighter.mjs"
@@ -90,10 +94,6 @@
90
94
  "types": "./resources/index.d.ts",
91
95
  "default": "./fesm2022/analogjs-content-resources.mjs"
92
96
  },
93
- "./og": {
94
- "types": "./og/index.d.ts",
95
- "default": "./fesm2022/analogjs-content-og.mjs"
96
- },
97
97
  "./shiki-highlighter": {
98
98
  "types": "./shiki-highlighter/index.d.ts",
99
99
  "default": "./fesm2022/analogjs-content-shiki-highlighter.mjs"
@@ -1,28 +1,6 @@
1
1
  {
2
- "generators": {
3
- "update-markdown-renderer-feature": {
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",