Skip to content

Commit

Permalink
v1.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
caojuan1 committed Jul 6, 2023
1 parent 1b7ff3e commit d02f959
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions examples/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample",
"version": "1.9.12",
"version": "1.9.13",
"subversion": {
"toolkit": "0.3.1"
},
Expand All @@ -23,7 +23,7 @@
"@babel/runtime": "^7.9.6",
"catching": "^1.0.2",
"fkill": "^5.3.0",
"hap-toolkit": "1.9.12",
"hap-toolkit": "1.9.13",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"qrcode-js": "0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"test/build/projects/*"
],
"version": "1.9.12"
"version": "1.9.13"
}
4 changes: 2 additions & 2 deletions packages/hap-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hap-toolkit/compiler",
"version": "1.9.12",
"version": "1.9.13",
"description": "compiler of hap-toolkit",
"engines": {
"node": ">=14.0.0"
Expand All @@ -22,7 +22,7 @@
"lib/**/*.js"
],
"dependencies": {
"@hap-toolkit/shared-utils": "1.9.12",
"@hap-toolkit/shared-utils": "1.9.13",
"@jayfate/path": "^0.0.13",
"css": "^2.2.4",
"css-what": "^2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hap-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hap-toolkit/debugger",
"version": "1.9.12",
"version": "1.9.13",
"description": "@hap-toolkit/debugger",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@hap-toolkit/chrome-devtools-frontend": "^1.1.2",
"@hap-toolkit/shared-utils": "1.9.12",
"@hap-toolkit/shared-utils": "1.9.13",
"@jayfate/path": "^0.0.13",
"@sentry/node": "^5.26.0",
"adb-commander": "^0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/hap-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hap-dev-utils",
"version": "1.9.12",
"version": "1.9.13",
"private": true,
"description": "utils of development and testing",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/hap-dsl-xvm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hap-toolkit/dsl-xvm",
"version": "1.9.12",
"version": "1.9.13",
"description": "webpack {loader,plugin} for supporting xvm in quickapp",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -36,9 +36,9 @@
"!**/.DS_Store"
],
"dependencies": {
"@hap-toolkit/compiler": "1.9.12",
"@hap-toolkit/packager": "1.9.12",
"@hap-toolkit/shared-utils": "1.9.12",
"@hap-toolkit/compiler": "1.9.13",
"@hap-toolkit/packager": "1.9.13",
"@hap-toolkit/shared-utils": "1.9.13",
"@jayfate/path": "^0.0.13",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/hap-packager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hap-toolkit/packager",
"version": "1.9.12",
"version": "1.9.13",
"description": "@hap-toolkit/packager",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -37,8 +37,8 @@
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6",
"@hap-toolkit/aaptjs": "^2.0.0",
"@hap-toolkit/compiler": "1.9.12",
"@hap-toolkit/shared-utils": "1.9.12",
"@hap-toolkit/compiler": "1.9.13",
"@hap-toolkit/shared-utils": "1.9.13",
"@jayfate/path": "^0.0.13",
"babel-loader": "^8.1.0",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/hap-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hap-toolkit/server",
"version": "1.9.12",
"version": "1.9.13",
"description": "hap server",
"engines": {
"node": ">=14.0.0"
Expand All @@ -26,9 +26,9 @@
],
"dependencies": {
"@babel/runtime": "^7.9.6",
"@hap-toolkit/debugger": "1.9.12",
"@hap-toolkit/packager": "1.9.12",
"@hap-toolkit/shared-utils": "1.9.12",
"@hap-toolkit/debugger": "1.9.13",
"@hap-toolkit/packager": "1.9.13",
"@hap-toolkit/shared-utils": "1.9.13",
"@jayfate/path": "^0.0.13",
"crypto-js": "^4.1.1",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hap-shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hap-toolkit/shared-utils",
"version": "1.9.12",
"version": "1.9.13",
"description": "hap shared utils",
"engines": {
"node": ">=14.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/hap-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hap-toolkit",
"version": "1.9.12",
"version": "1.9.13",
"description": "A command line toolkit for developing Quick Apps.",
"engines": {
"node": ">=14.0.0"
Expand All @@ -16,12 +16,12 @@
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@hap-toolkit/compiler": "1.9.12",
"@hap-toolkit/debugger": "1.9.12",
"@hap-toolkit/dsl-xvm": "1.9.12",
"@hap-toolkit/packager": "1.9.12",
"@hap-toolkit/server": "1.9.12",
"@hap-toolkit/shared-utils": "1.9.12",
"@hap-toolkit/compiler": "1.9.13",
"@hap-toolkit/debugger": "1.9.13",
"@hap-toolkit/dsl-xvm": "1.9.13",
"@hap-toolkit/packager": "1.9.13",
"@hap-toolkit/server": "1.9.13",
"@hap-toolkit/shared-utils": "1.9.13",
"@jayfate/path": "^0.0.13",
"adb-commander": "^0.1.9",
"ajv": "^6.12.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests",
"version": "1.9.12",
"version": "1.9.13",
"description": "intergration tests",
"engines": {
"node": ">=14.0.0"
Expand All @@ -18,8 +18,8 @@
"devDependencies": {
"del": "^4.1.1",
"glob": "^7.1.6",
"hap-dev-utils": "1.9.12",
"hap-toolkit": "1.9.12",
"hap-dev-utils": "1.9.13",
"hap-toolkit": "1.9.13",
"jest": "^24.9.0",
"node-fetch": "^2.3.0"
},
Expand Down

0 comments on commit d02f959

Please sign in to comment.