milesight-powermeter-api 2024.9.24-2 → 2025.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +6 -6
- package/package.json +2 -2
- package/timestamp.sh +1 -1
package/npm-shrinkwrap.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "milesight-powermeter-api",
|
3
|
-
"version": "
|
3
|
+
"version": "2025.7.3",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "milesight-powermeter-api",
|
9
|
-
"version": "
|
9
|
+
"version": "2025.7.3",
|
10
10
|
"license": "UNLICENSED",
|
11
11
|
"dependencies": {
|
12
|
-
"@coinspect/therma-action-rule-decoder": "
|
12
|
+
"@coinspect/therma-action-rule-decoder": "2025.6.28",
|
13
13
|
"@nestjs/common": "^10.0.0",
|
14
14
|
"@nestjs/core": "^10.0.0",
|
15
15
|
"@nestjs/platform-express": "^10.0.0",
|
@@ -769,9 +769,9 @@
|
|
769
769
|
"dev": true
|
770
770
|
},
|
771
771
|
"node_modules/@coinspect/therma-action-rule-decoder": {
|
772
|
-
"version": "2025.6.
|
773
|
-
"resolved": "https://registry.npmjs.org/@coinspect/therma-action-rule-decoder/-/therma-action-rule-decoder-2025.6.
|
774
|
-
"integrity": "sha512
|
772
|
+
"version": "2025.6.28",
|
773
|
+
"resolved": "https://registry.npmjs.org/@coinspect/therma-action-rule-decoder/-/therma-action-rule-decoder-2025.6.28.tgz",
|
774
|
+
"integrity": "sha512-v4vkug4GBxPhgUhi3CUhxOwvobJvEqUdqllAQu1RnncxoOoyZPu/2Q0vgl6qXrKJLlwTsBEyjjOVD61JVQaEGQ==",
|
775
775
|
"hasShrinkwrap": true,
|
776
776
|
"dependencies": {
|
777
777
|
"@aws-sdk/client-iot": "^3.428.0",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "milesight-powermeter-api",
|
3
|
-
"version": "
|
3
|
+
"version": "2025.7.3",
|
4
4
|
"description": "Milesight Powermeter API is an internal tool accessible on backend. The API allows detail retrieval and command sending to its powermeters.",
|
5
5
|
"author": "Lester Vitor",
|
6
6
|
"license": "UNLICENSED",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"build:kube:ci": "scripts/build-app.sh mewe/lorawan-milesight-powermeter-api-service"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@coinspect/therma-action-rule-decoder": "
|
25
|
+
"@coinspect/therma-action-rule-decoder": "2025.6.28",
|
26
26
|
"@nestjs/common": "^10.0.0",
|
27
27
|
"@nestjs/core": "^10.0.0",
|
28
28
|
"@nestjs/platform-express": "^10.0.0",
|
package/timestamp.sh
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export DT=
|
1
|
+
export DT=20250706184520
|