@danielx/civet 0.7.22 → 0.7.23
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/README.md +2 -1
- package/dist/browser.js +2349 -2160
- package/dist/civet +0 -0
- package/dist/main.js +2349 -2160
- package/dist/main.mjs +2349 -2160
- package/dist/unplugin/astro.js +1 -1
- package/dist/unplugin/astro.mjs +1 -1
- package/dist/unplugin/esbuild.js +1 -1
- package/dist/unplugin/esbuild.mjs +1 -1
- package/dist/unplugin/rollup.js +1 -1
- package/dist/unplugin/rollup.mjs +1 -1
- package/dist/unplugin/unplugin.js +11 -3
- package/dist/unplugin/unplugin.mjs +11 -3
- package/dist/unplugin/vite.js +1 -1
- package/dist/unplugin/vite.mjs +1 -1
- package/dist/unplugin/webpack.js +1 -1
- package/dist/unplugin/webpack.mjs +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@ Civet
|
|
|
11
11
|
The modern way to write TypeScript.
|
|
12
12
|
|
|
13
13
|
- [Documentation](https://civet.dev/)
|
|
14
|
+
- [Changelog](CHANGELOG.md)
|
|
14
15
|
- [Design Philosophy](https://civet.dev/philosophy)
|
|
15
16
|
- [Civet Playground](https://civet.dev/playground)
|
|
16
17
|
- [Civet VSCode Extension](https://marketplace.visualstudio.com/items?itemName=DanielX.civet)
|
|
@@ -22,7 +23,7 @@ The modern way to write TypeScript.
|
|
|
22
23
|
[Vite](https://github.com/edemaine/vite-plugin-civet),
|
|
23
24
|
-->
|
|
24
25
|
[ESM/CJS loader](source/esm.civet),
|
|
25
|
-
[Babel](source/babel-plugin.
|
|
26
|
+
[Babel](source/babel-plugin.civet),
|
|
26
27
|
[Jest](https://github.com/DanielXMoore/Civet/blob/main/integration/jest),
|
|
27
28
|
[Gulp](integration/gulp),
|
|
28
29
|
[Bun](source/bun-civet.civet)
|