Skip to content

Commit e159ac6

Browse files
committed
fix: 更新aiot-toolkit版本至1.0.15
Signed-off-by: lilei946 <snowinter2008@gmail.com>
1 parent bb22685 commit e159ac6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

packages/hap-packager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"babel.tree.config.js"
3636
],
3737
"dependencies": {
38-
"@aiot-toolkit/card-expression": "^1.0.14",
38+
"@aiot-toolkit/card-expression": "^1.0.15",
3939
"@babel/core": "^7.9.6",
4040
"@babel/generator": "^7.9.6",
4141
"@babel/parser": "^7.9.6",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@aiot-toolkit/card-expression@^1.0.14":
6-
version "1.0.14"
7-
resolved "https://registry.npmmirror.com/@aiot-toolkit/card-expression/-/card-expression-1.0.14.tgz#2ca54ddb69d5dd3a1fbb58c594e963f0b9842ba2"
8-
integrity sha512-xv6rnpQP4XE+vQ7FxErcCetqLsjsob43FXFvoDvC5UyiJFEsglg0bOxP0l0OJ/D72ikboeHbONTZJ4CRkd8/OA==
5+
"@aiot-toolkit/card-expression@^1.0.15":
6+
version "1.0.15"
7+
resolved "https://registry.npmmirror.com/@aiot-toolkit/card-expression/-/card-expression-1.0.15.tgz#5e4e7bd10b2b9044751b82c9861c82abaf2cc1fb"
8+
integrity sha512-+8ZQQXiPB9OUL76BlqIDVhvtB46mXpMMYSxapMAOYw/C5M0RUnrRWOpF7XwRP/eVZqaY3/6SeZjZkT9r1HU5Iw==
99
dependencies:
1010
"@babel/generator" "^7.25.6"
1111
"@babel/parser" "^7.25.6"
1212
"@babel/types" "^7.25.6"
13-
husky "^9.1.7"
1413

1514
"@ampproject/remapping@^2.2.0":
1615
version "2.2.1"
@@ -7054,11 +7053,6 @@ husky@^8.0.0:
70547053
resolved "https://registry.npmmirror.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
70557054
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
70567055

7057-
husky@^9.1.7:
7058-
version "9.1.7"
7059-
resolved "https://registry.npmmirror.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
7060-
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
7061-
70627056
hybrid-chai@0.0.1:
70637057
version "0.0.1"
70647058
resolved "https://registry.npmmirror.com/hybrid-chai/-/hybrid-chai-0.0.1.tgz#3b0cbc07869f13e567719e0adfe9bbd18cfd9cad"

0 commit comments

Comments
 (0)