Skip to content

Commit d02f959

Browse files
author
caojuan1
committed
v1.9.13
1 parent 1b7ff3e commit d02f959

File tree

11 files changed

+30
-30
lines changed

11 files changed

+30
-30
lines changed

examples/sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"subversion": {
55
"toolkit": "0.3.1"
66
},
@@ -23,7 +23,7 @@
2323
"@babel/runtime": "^7.9.6",
2424
"catching": "^1.0.2",
2525
"fkill": "^5.3.0",
26-
"hap-toolkit": "1.9.12",
26+
"hap-toolkit": "1.9.13",
2727
"node-fetch": "^2.6.0",
2828
"npm-run-all": "^4.1.5",
2929
"qrcode-js": "0.0.2"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*",
55
"test/build/projects/*"
66
],
7-
"version": "1.9.12"
7+
"version": "1.9.13"
88
}

packages/hap-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/compiler",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "compiler of hap-toolkit",
55
"engines": {
66
"node": ">=14.0.0"
@@ -22,7 +22,7 @@
2222
"lib/**/*.js"
2323
],
2424
"dependencies": {
25-
"@hap-toolkit/shared-utils": "1.9.12",
25+
"@hap-toolkit/shared-utils": "1.9.13",
2626
"@jayfate/path": "^0.0.13",
2727
"css": "^2.2.4",
2828
"css-what": "^2.1.3",

packages/hap-debugger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/debugger",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "@hap-toolkit/debugger",
55
"engines": {
66
"node": ">=14.0.0"
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"@hap-toolkit/chrome-devtools-frontend": "^1.1.2",
32-
"@hap-toolkit/shared-utils": "1.9.12",
32+
"@hap-toolkit/shared-utils": "1.9.13",
3333
"@jayfate/path": "^0.0.13",
3434
"@sentry/node": "^5.26.0",
3535
"adb-commander": "^0.1.9",

packages/hap-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hap-dev-utils",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"private": true,
55
"description": "utils of development and testing",
66
"engines": {

packages/hap-dsl-xvm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/dsl-xvm",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "webpack {loader,plugin} for supporting xvm in quickapp",
55
"engines": {
66
"node": ">=14.0.0"
@@ -36,9 +36,9 @@
3636
"!**/.DS_Store"
3737
],
3838
"dependencies": {
39-
"@hap-toolkit/compiler": "1.9.12",
40-
"@hap-toolkit/packager": "1.9.12",
41-
"@hap-toolkit/shared-utils": "1.9.12",
39+
"@hap-toolkit/compiler": "1.9.13",
40+
"@hap-toolkit/packager": "1.9.13",
41+
"@hap-toolkit/shared-utils": "1.9.13",
4242
"@jayfate/path": "^0.0.13",
4343
"babel-loader": "^8.1.0",
4444
"css-loader": "^5.0.1",

packages/hap-packager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/packager",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "@hap-toolkit/packager",
55
"engines": {
66
"node": ">=14.0.0"
@@ -37,8 +37,8 @@
3737
"@babel/traverse": "^7.9.6",
3838
"@babel/types": "^7.9.6",
3939
"@hap-toolkit/aaptjs": "^2.0.0",
40-
"@hap-toolkit/compiler": "1.9.12",
41-
"@hap-toolkit/shared-utils": "1.9.12",
40+
"@hap-toolkit/compiler": "1.9.13",
41+
"@hap-toolkit/shared-utils": "1.9.13",
4242
"@jayfate/path": "^0.0.13",
4343
"babel-loader": "^8.1.0",
4444
"fs-extra": "^10.0.0",

packages/hap-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/server",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "hap server",
55
"engines": {
66
"node": ">=14.0.0"
@@ -26,9 +26,9 @@
2626
],
2727
"dependencies": {
2828
"@babel/runtime": "^7.9.6",
29-
"@hap-toolkit/debugger": "1.9.12",
30-
"@hap-toolkit/packager": "1.9.12",
31-
"@hap-toolkit/shared-utils": "1.9.12",
29+
"@hap-toolkit/debugger": "1.9.13",
30+
"@hap-toolkit/packager": "1.9.13",
31+
"@hap-toolkit/shared-utils": "1.9.13",
3232
"@jayfate/path": "^0.0.13",
3333
"crypto-js": "^4.1.1",
3434
"fs-extra": "^10.0.0",

packages/hap-shared-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/shared-utils",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "hap shared utils",
55
"engines": {
66
"node": ">=14.0.0"

packages/hap-toolkit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hap-toolkit",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "A command line toolkit for developing Quick Apps.",
55
"engines": {
66
"node": ">=14.0.0"
@@ -16,12 +16,12 @@
1616
"@babel/preset-env": "^7.9.6",
1717
"@babel/register": "^7.9.0",
1818
"@babel/runtime": "^7.9.6",
19-
"@hap-toolkit/compiler": "1.9.12",
20-
"@hap-toolkit/debugger": "1.9.12",
21-
"@hap-toolkit/dsl-xvm": "1.9.12",
22-
"@hap-toolkit/packager": "1.9.12",
23-
"@hap-toolkit/server": "1.9.12",
24-
"@hap-toolkit/shared-utils": "1.9.12",
19+
"@hap-toolkit/compiler": "1.9.13",
20+
"@hap-toolkit/debugger": "1.9.13",
21+
"@hap-toolkit/dsl-xvm": "1.9.13",
22+
"@hap-toolkit/packager": "1.9.13",
23+
"@hap-toolkit/server": "1.9.13",
24+
"@hap-toolkit/shared-utils": "1.9.13",
2525
"@jayfate/path": "^0.0.13",
2626
"adb-commander": "^0.1.9",
2727
"ajv": "^6.12.6",

0 commit comments

Comments
 (0)