@corvina/device-example 1.0.19 → 1.0.21

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 +2 -2
  2. package/package.json +3 -3
package/.env CHANGED
@@ -176,8 +176,8 @@ SWAGGER_API_SPEC=/spec
176
176
 
177
177
  ### LAST-ENV ###
178
178
  # don't write below this line!!
179
- ACTIVATION_KEY=1DL4F-FA7NY-SAVMV-5LDIZ
180
- PAIRING_ENDPOINT=https://pairing.corvina.cloud/api/v1/
179
+ ACTIVATION_KEY=28MTP-RXXAR-0QRB7-MWDNI
180
+ PAIRING_ENDPOINT=https://pairing.corvina.fog:10443/api/v1/
181
181
  AVAILABLE_TAGS_FILE=
182
182
  AVAILABLE_TAGS=[{"name":"Tag1","type":"integer"},{"name":"Tag2","type":"integer"},{"name":"Tag3","type":"integer"},{"name":"PositionNow","type":"integer"},{"name":"InputTag","type":"integer"}]
183
183
  SIMULATE_TAGS=1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corvina/device-example",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
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.20",
38
+ "@corvina/device-client": "^1.0.22",
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": "b64a8377fba36403a6265d03352639f7fe5593e6"
61
+ "gitHead": "d208e22b1acdfbf96822ac01ec53a6975d7fece9"
62
62
  }