Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baran.wang committed Oct 9, 2023
1 parent 99c999d commit 924f59e
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 34 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": [
"packages/*"
]
"version": "0.0.1",
"packages": ["packages/*"]
}
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/api",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -11,7 +11,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@hb-haier/utils": "0.0.0",
"@hb-haier/utils": "^0.0.1",
"axios": "^1.5.1",
"date-fns": "^2.30.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/homebridge-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "homebridge-plugin-haier",
"private": false,
"displayName": "Haier",
"version": "0.0.0",
"version": "0.0.1",
"description": "海尔智家 Homebridge 插件",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
Expand All @@ -27,11 +27,11 @@
"海尔"
],
"dependencies": {
"@hb-haier/api": "0.0.0",
"@hb-haier/shared": "0.0.0",
"@hb-haier/ui-renderer": "0.0.0",
"@hb-haier/ui-server": "0.0.0",
"@hb-haier/utils": "0.0.0"
"@hb-haier/api": "^0.0.1",
"@hb-haier/shared": "^0.0.1",
"@hb-haier/ui-renderer": "^0.0.1",
"@hb-haier/ui-server": "^0.0.1",
"@hb-haier/utils": "^0.0.1"
},
"devDependencies": {
"@modern-js/module-tools": "2.35.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/shared",
"version": "0.0.0",
"version": "0.0.1",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/ui-renderer",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "rspack build",
"watch": "rspack build --watch"
Expand All @@ -9,15 +9,15 @@
"dist"
],
"dependencies": {
"@hb-haier/shared": "0.0.0",
"@hb-haier/shared": "^0.0.1",
"ahooks": "^3.7.8",
"rc-field-form": "^1.38.2",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@hb-haier/api": "0.0.0",
"@hb-haier/api": "^0.0.1",
"@homebridge/plugin-ui-utils": "^0.1.0",
"@rspack/cli": "^0.3.6",
"@types/react": "^18.2.25",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/ui-server",
"version": "0.0.0",
"version": "0.0.1",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"build:watch": "modern build -w"
},
"dependencies": {
"@hb-haier/api": "0.0.0",
"@hb-haier/api": "^0.0.1",
"@homebridge/plugin-ui-utils": "^0.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/utils",
"version": "0.0.0",
"version": "0.0.1",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down

0 comments on commit 924f59e

Please sign in to comment.