@astrojs/mdx
Advanced tools
Comparing version 0.0.3 to 0.1.0
# @astrojs/mdx | ||
## 0.1.0 | ||
### Minor Changes | ||
- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. | ||
## 0.0.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/mdx", | ||
"description": "Use MDX within Astro", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"type": "module", | ||
@@ -33,3 +33,3 @@ "types": "./dist/index.d.ts", | ||
"@types/yargs-parser": "^21.0.0", | ||
"astro": "1.0.0-beta.65", | ||
"astro": "1.0.0-beta.66", | ||
"astro-scripts": "0.0.6", | ||
@@ -41,3 +41,3 @@ "chai": "^4.3.6", | ||
"engines": { | ||
"node": "^14.15.0 || >=16.0.0" | ||
"node": "^14.20.0 || >=16.16.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14987