Skip to content

Commit

Permalink
[general] Refactored constants + added missing constants (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 18, 2024
1 parent a52d96c commit fc592ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastybird/triggers-module",
"version": "1.0.0-dev.22",
"version": "1.0.0-dev.23",
"type": "module",
"description": "FastyBird IoT module for triggers management & basic automation logic",
"keywords": [
Expand Down Expand Up @@ -47,8 +47,8 @@
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@fastybird/metadata-library": "1.0.0-dev.22",
"@fastybird/web-ui-library": "1.0.0-dev.22",
"@fastybird/metadata-library": "1.0.0-dev.23",
"@fastybird/web-ui-library": "1.0.0-dev.23",
"ajv": "^8.12",
"ajv-formats": "^3.0",
"axios": "^1.6",
Expand Down

0 comments on commit fc592ad

Please sign in to comment.