File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.1] ( https://github.com/CJGroup/rollup-plugin-transform-yaml/compare/v1.0.0...v1.0.1 ) (2023-12-06)
2+
3+
4+ ### Bug Fixes
5+
6+ * unsupport commonjs import ([ 341583a] ( https://github.com/CJGroup/rollup-plugin-transform-yaml/commit/341583ae60bb8fcc6f6525da7634db5af5c51d4b ) )
7+
18# 1.0.0 (2023-12-06)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " rollup-plugin-transform-yaml" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A rollup.js (https://rollupjs.org) plugin that can transform yaml into json." ,
55 "main" : " lib/index.js" ,
66 "module" : " lib/index.mjs" ,
77 "types" : " lib/index.d.ts" ,
8- "exports" : {
8+ "exports" : {
99 "import" : " ./lib/index.mjs" ,
1010 "require" : " ./lib/index.js"
1111 },
You can’t perform that action at this time.
0 commit comments