@fluixi/template-runtime 0.1.0-alpha.3 → 0.1.0-alpha.5
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/dist/cdn/fluixi.d.ts +1 -1
- package/dist/cdn/fluixi.global.js +4 -1
- package/dist/cdn/fluixi.js +1 -1
- package/dist/classify.cjs +99 -1
- package/dist/classify.mjs +78 -1
- package/dist/index.cjs +219 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +189 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +7 -6
package/dist/cdn/fluixi.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CDN entry: the full build
|
|
2
|
+
* CDN entry: the full build: the browser runtime with the template compiler in
|
|
3
3
|
* front of it, so `` html`...` `` works on a page that has no build step.
|
|
4
4
|
*
|
|
5
5
|
* <script src="https://.../@fluixi/template-runtime/fluixi.global.js"></script>
|