@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.
@@ -1,5 +1,5 @@
1
1
  'use strict';var shared=require('@estjs/shared'),signal=require('@estjs/signal');/**
2
- * @estjs/template v0.0.14-beta.13
2
+ * @estjs/template v0.0.14-beta.14
3
3
  * (c) 2023-Present jiangxd <jiangxd2016@gmail.com>
4
4
  * @license MIT
5
5
  **/
@@ -4,7 +4,7 @@ var shared = require('@estjs/shared');
4
4
  var signal = require('@estjs/signal');
5
5
 
6
6
  /**
7
- * @estjs/template v0.0.14-beta.13
7
+ * @estjs/template v0.0.14-beta.14
8
8
  * (c) 2023-Present jiangxd <jiangxd2016@gmail.com>
9
9
  * @license MIT
10
10
  **/
@@ -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.13
5
+ * @estjs/template v0.0.14-beta.14
6
6
  * (c) 2023-Present jiangxd <jiangxd2016@gmail.com>
7
7
  * @license MIT
8
8
  **/
@@ -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.13
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.13",
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/signal": "0.0.14-beta.13",
58
- "@estjs/shared": "0.0.14-beta.13"
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",