@corvina/device-example 1.0.22 → 1.0.23

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.
Files changed (2) hide show
  1. package/.env +1 -1
  2. package/package.json +3 -3
package/.env CHANGED
@@ -51,7 +51,7 @@ SWAGGER_API_SPEC=/spec
51
51
 
52
52
  ### LAST-ENV ###
53
53
  # don't write below this line!!
54
- ACTIVATION_KEY=D0602-GNQCW-8B7PB-UVEB9
54
+ ACTIVATION_KEY=AY6U2-ZQGL2-ZV3HH-KO2YX
55
55
  PAIRING_ENDPOINT=https://pairing.corvina.fog:10443/api/v1/
56
56
  #AVAILABLE_TAGS_FILE=
57
57
  #AVAILABLE_TAGS=[{"name":"Tag1","type":"integer"},{"name":"Tag2","type":"integer"},{"name":"Tag3","type":"integer"},{"name":"PositionNow","type":"integer"},{"name":"InputTag","type":"integer"}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corvina/device-example",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Corvina Device Example base on @corvina/device-client",
5
5
  "author": "arrigo.zanette@corvina.io",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "test:cov": "jest --coverage"
36
36
  },
37
37
  "dependencies": {
38
- "@corvina/device-client": "^1.0.23",
38
+ "@corvina/device-client": "^1.0.24",
39
39
  "@nestjs/common": "^9.0.3",
40
40
  "@nestjs/config": "^2.2.0",
41
41
  "@nestjs/core": "^9.0.3",
@@ -58,5 +58,5 @@
58
58
  "tsc-watch": "^5.0.3",
59
59
  "typescript": "^4.7.4"
60
60
  },
61
- "gitHead": "a037e517f5b5f747f840df8c031a404a1bd679c7"
61
+ "gitHead": "799a2ad5e986419f32c9a74641ca994b9a0465d2"
62
62
  }