@astrojs/mdx 0.0.2 → 0.0.3
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/.turbo/turbo-build.log +5 -0
- package/CHANGELOG.md +6 -0
- package/package.json +3 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[34m@astrojs/mdx:build: [0mcache hit, replaying output [2mf5690bf7ad31b884[0m
|
|
2
|
+
[34m@astrojs/mdx:build: [0m
|
|
3
|
+
[34m@astrojs/mdx:build: [0m> @astrojs/mdx@0.0.3 build /home/runner/work/astro/astro/packages/integrations/mdx
|
|
4
|
+
[34m@astrojs/mdx:build: [0m> astro-scripts build "src/**/*.ts" && tsc
|
|
5
|
+
[34m@astrojs/mdx:build: [0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @astrojs/mdx
|
|
2
2
|
|
|
3
|
+
## 0.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
|
|
8
|
+
|
|
3
9
|
## 0.0.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/mdx",
|
|
3
3
|
"description": "Use MDX within Astro",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"author": "withastro",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"directory": "packages/integrations/mdx"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
|
+
"astro-integration",
|
|
15
16
|
"astro-component",
|
|
16
17
|
"renderer",
|
|
17
18
|
"mdx"
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
"@types/chai": "^4.3.1",
|
|
30
31
|
"@types/mocha": "^9.1.1",
|
|
31
32
|
"@types/yargs-parser": "^21.0.0",
|
|
32
|
-
"astro": "1.0.0-beta.
|
|
33
|
+
"astro": "1.0.0-beta.65",
|
|
33
34
|
"astro-scripts": "0.0.6",
|
|
34
35
|
"chai": "^4.3.6",
|
|
35
36
|
"mocha": "^9.2.2",
|