@danielx/civet 0.5.55 → 0.5.57

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 CHANGED
@@ -10,13 +10,16 @@ Civet
10
10
  The modern way to write TypeScript.
11
11
 
12
12
  - [Documentation](https://civet.dev/)
13
- - [Online Civet Playground](https://civet-web.vercel.app/)
13
+ - [Civet Playground](https://civet.dev/playground)
14
14
  - [Civet VSCode Extension](https://marketplace.visualstudio.com/items?itemName=DanielX.civet)
15
15
  - [Discord Server](https://discord.gg/xkrW9GebBc)
16
16
  - Plugins for
17
- [Vite](https://github.com/lorefnon/vite-plugin-civet),
18
17
  [esbuild](source/esbuild-plugin.civet),
19
- [ESM module resolution](source/esm.civet)
18
+ [Vite](https://github.com/lorefnon/vite-plugin-civet),
19
+ [Gulp](integrations/gulp),
20
+ [ESM module resolution](source/esm.civet),
21
+ [CJS](register.js),
22
+ [Bun](source/bun-civet.coffee)
20
23
  - Starter templates for [Solid](https://github.com/orenelbaum/solid-civet-template) and [Solid Start](https://github.com/orenelbaum/solid-start-civet-template)
21
24
 
22
25
  Quickstart Guide