@estjs/template 0.0.14-beta.13 → 0.0.14-beta.14
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/template.cjs.js
CHANGED
package/dist/template.dev.cjs.js
CHANGED
package/dist/template.dev.esm.js
CHANGED
|
@@ -2,7 +2,7 @@ import { isString, isFunction, isArray, isSymbol, escape, startsWith, capitalize
|
|
|
2
2
|
import { shallowSignal, isSignal, signalObject, reactive, signal, effect } from '@estjs/signal';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* @estjs/template v0.0.14-beta.
|
|
5
|
+
* @estjs/template v0.0.14-beta.14
|
|
6
6
|
* (c) 2023-Present jiangxd <jiangxd2016@gmail.com>
|
|
7
7
|
* @license MIT
|
|
8
8
|
**/
|
package/dist/template.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {isString,isFunction,isArray,escape,startsWith,capitalize,isNil,isPlainObject,isHTMLElement,coerceArray,isFalsy,kebabCase}from'@estjs/shared';import {shallowSignal,isSignal,signalObject,reactive,signal,effect}from'@estjs/signal';/**
|
|
2
|
-
* @estjs/template v0.0.14-beta.
|
|
2
|
+
* @estjs/template v0.0.14-beta.14
|
|
3
3
|
* (c) 2023-Present jiangxd <jiangxd2016@gmail.com>
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@estjs/template",
|
|
3
|
-
"version": "0.0.14-beta.
|
|
3
|
+
"version": "0.0.14-beta.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [],
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"jsdelivr": "dist/template.esm.js",
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"csstype": "^3.1.3",
|
|
57
|
-
"@estjs/
|
|
58
|
-
"@estjs/
|
|
57
|
+
"@estjs/shared": "0.0.14-beta.14",
|
|
58
|
+
"@estjs/signal": "0.0.14-beta.14"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsup && cross-env NODE_ENV=production tsup --clean=false --treeshake --sourcemap=false",
|