Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobbit44 committed Feb 25, 2024
1 parent 2c08579 commit 78b76c4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ha-jstomqtt",
"version": "0.0.1",
"name": "@hobbit44/ha-jstomqtt",
"version": "0.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -57,6 +57,7 @@
"release-it": {
"git": {
"commit": true,
"commitMessage": "Release v${version}",
"tag": true,
"push": true
},
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,40 @@ __metadata:
languageName: node
linkType: hard

"@hobbit44/ha-jstomqtt@workspace:.":
version: 0.0.0-use.local
resolution: "@hobbit44/ha-jstomqtt@workspace:."
dependencies:
"@babel/core": "npm:^7.23.9"
"@babel/plugin-transform-typescript": "npm:^7.23.6"
"@babel/preset-env": "npm:^7.23.9"
"@babel/preset-typescript": "npm:^7.23.3"
"@types/babel__core": "npm:^7"
"@types/jest": "npm:^29.5.12"
"@types/lodash": "npm:^4.14.202"
"@types/node": "npm:^20.11.20"
"@typescript-eslint/eslint-plugin": "npm:^7.0.2"
"@typescript-eslint/parser": "npm:^7.0.2"
eslint: "npm:^8.57.0"
eslint-plugin-jest: "npm:^27.9.0"
husky: "npm:^9.0.11"
jest: "npm:^29.7.0"
lodash: "npm:^4.17.21"
mqtt: "npm:^5.3.5"
pino: "npm:^8.19.0"
pino-pretty: "npm:^10.3.1"
release-it: "npm:^17.1.1"
rimraf: "npm:^5.0.5"
ts-jest: "npm:^29.1.2"
ts-node: "npm:^10.9.2"
typescript: "npm:*"
typescript-eslint: "npm:^7.0.2"
utility-types: "npm:^3.11.0"
peerDependencies:
mqtt: ^5.3.5
languageName: unknown
linkType: soft

"@humanwhocodes/config-array@npm:^0.11.14":
version: 0.11.14
resolution: "@humanwhocodes/config-array@npm:0.11.14"
Expand Down Expand Up @@ -4615,40 +4649,6 @@ __metadata:
languageName: node
linkType: hard

"ha-jstomqtt@workspace:.":
version: 0.0.0-use.local
resolution: "ha-jstomqtt@workspace:."
dependencies:
"@babel/core": "npm:^7.23.9"
"@babel/plugin-transform-typescript": "npm:^7.23.6"
"@babel/preset-env": "npm:^7.23.9"
"@babel/preset-typescript": "npm:^7.23.3"
"@types/babel__core": "npm:^7"
"@types/jest": "npm:^29.5.12"
"@types/lodash": "npm:^4.14.202"
"@types/node": "npm:^20.11.20"
"@typescript-eslint/eslint-plugin": "npm:^7.0.2"
"@typescript-eslint/parser": "npm:^7.0.2"
eslint: "npm:^8.57.0"
eslint-plugin-jest: "npm:^27.9.0"
husky: "npm:^9.0.11"
jest: "npm:^29.7.0"
lodash: "npm:^4.17.21"
mqtt: "npm:^5.3.5"
pino: "npm:^8.19.0"
pino-pretty: "npm:^10.3.1"
release-it: "npm:^17.1.1"
rimraf: "npm:^5.0.5"
ts-jest: "npm:^29.1.2"
ts-node: "npm:^10.9.2"
typescript: "npm:*"
typescript-eslint: "npm:^7.0.2"
utility-types: "npm:^3.11.0"
peerDependencies:
mqtt: ^5.3.5
languageName: unknown
linkType: soft

"has-bigints@npm:^1.0.1, has-bigints@npm:^1.0.2":
version: 1.0.2
resolution: "has-bigints@npm:1.0.2"
Expand Down

0 comments on commit 78b76c4

Please sign in to comment.