Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 1.9.16 #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14",
"version": "1.9.16",
"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.14",
"hap-toolkit": "1.9.16",
"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.14"
"version": "1.9.16"
}
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.14",
"version": "1.9.16",
"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.14",
"@hap-toolkit/shared-utils": "1.9.16",
"@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.14",
"version": "1.9.16",
"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.14",
"@hap-toolkit/shared-utils": "1.9.16",
"@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.14",
"version": "1.9.16",
"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.14",
"version": "1.9.16",
"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.14",
"@hap-toolkit/packager": "1.9.14",
"@hap-toolkit/shared-utils": "1.9.14",
"@hap-toolkit/compiler": "1.9.16",
"@hap-toolkit/packager": "1.9.16",
"@hap-toolkit/shared-utils": "1.9.16",
"@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.14",
"version": "1.9.16",
"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.14",
"@hap-toolkit/shared-utils": "1.9.14",
"@hap-toolkit/compiler": "1.9.16",
"@hap-toolkit/shared-utils": "1.9.16",
"@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.14",
"version": "1.9.16",
"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.14",
"@hap-toolkit/packager": "1.9.14",
"@hap-toolkit/shared-utils": "1.9.14",
"@hap-toolkit/debugger": "1.9.16",
"@hap-toolkit/packager": "1.9.16",
"@hap-toolkit/shared-utils": "1.9.16",
"@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.14",
"version": "1.9.16",
"description": "hap shared utils",
"engines": {
"node": ">=14.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/hap-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.9.16] -2024-3.28

- fix: init quickapp demo npm registry expired error (#60)
- 更新在线签名 (#58)
-
## [1.9.14] -2023-7.19

- 更换 less 和 sass 的版本解决使用/运算符在括号外执行除法产生的异常
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.14",
"version": "1.9.16",
"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.14",
"@hap-toolkit/debugger": "1.9.14",
"@hap-toolkit/dsl-xvm": "1.9.14",
"@hap-toolkit/packager": "1.9.14",
"@hap-toolkit/server": "1.9.14",
"@hap-toolkit/shared-utils": "1.9.14",
"@hap-toolkit/compiler": "1.9.16",
"@hap-toolkit/debugger": "1.9.16",
"@hap-toolkit/dsl-xvm": "1.9.16",
"@hap-toolkit/packager": "1.9.16",
"@hap-toolkit/server": "1.9.16",
"@hap-toolkit/shared-utils": "1.9.16",
"@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.14",
"version": "1.9.16",
"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.14",
"hap-toolkit": "1.9.14",
"hap-dev-utils": "1.9.16",
"hap-toolkit": "1.9.16",
"jest": "^24.9.0",
"node-fetch": "^2.3.0"
},
Expand Down
Loading