Comparing version 1.0.3 to 1.0.4
@@ -1,1 +0,1 @@ | ||
{"name":"techor","scripts":{"build":"aron pack --platform=node","dev":"npm run build -- --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"dependencies":{"cross-import":"^1.4.6","to-extend":"^1.4.6","@techor/log":"^1.0.3"},"version":"1.0.3"} | ||
{"name":"techor","scripts":{"build":"aron pack --platform=node","dev":"npm run build -- --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"dependencies":{"cross-import":"^1.4.6","to-extend":"^1.4.6","@techor/log":"^1.0.4"},"version":"1.0.4"} |
@@ -39,2 +39,9 @@ <br> | ||
- Support multi-format JavaScript module configuration import like `master.css.{js,mjs,cjs,ts}` | ||
- Ability to import ESM or Typescript modules in a CommonJS environment | ||
- Support for deep configuration extensions | ||
- Independent compilation options and user configuration | ||
<br> | ||
## Getting Started | ||
@@ -41,0 +48,0 @@ |
166724
106
Updated@techor/log@^1.0.4