@tryvital/vital-devices-react-native 1.3.3 → 1.4.1

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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.Brand = void 0;
7
- var Brand;
7
+ let Brand;
8
8
  exports.Brand = Brand;
9
9
  (function (Brand) {
10
10
  Brand["Omron"] = "omron";
@@ -1 +1 @@
1
- {"version":3,"names":["Brand"],"sourceRoot":"../../src","sources":["brand.js"],"mappings":";;;;;;AAAO,IAAIA,KAAK;AAAC;AACjB,CAAC,UAAUA,KAAK,EAAE;EACdA,KAAK,CAAC,OAAO,CAAC,GAAG,OAAO;EACxBA,KAAK,CAAC,UAAU,CAAC,GAAG,UAAU;EAC9BA,KAAK,CAAC,SAAS,CAAC,GAAG,SAAS;EAC5BA,KAAK,CAAC,QAAQ,CAAC,GAAG,QAAQ;EAC1BA,KAAK,CAAC,OAAO,CAAC,GAAG,OAAO;AAC5B,CAAC,EAAEA,KAAK,qBAAKA,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC"}
1
+ {"version":3,"names":["Brand"],"sourceRoot":"../../src","sources":["brand.ts"],"mappings":";;;;;;IAAYA,KAAK;AAAA;AAAA,WAALA,KAAK;EAALA,KAAK;EAALA,KAAK;EAALA,KAAK;EAALA,KAAK;EAALA,KAAK;AAAA,GAALA,KAAK,qBAALA,KAAK"}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.DeviceKind = void 0;
7
- var DeviceKind;
7
+ let DeviceKind;
8
8
  exports.DeviceKind = DeviceKind;
9
9
  (function (DeviceKind) {
10
10
  DeviceKind["BloodPressure"] = "bloodPressure";
@@ -1 +1 @@
1
- {"version":3,"names":["DeviceKind"],"sourceRoot":"../../src","sources":["device_model.js"],"mappings":";;;;;;AAAO,IAAIA,UAAU;AAAC;AACtB,CAAC,UAAUA,UAAU,EAAE;EACnBA,UAAU,CAAC,eAAe,CAAC,GAAG,eAAe;EAC7CA,UAAU,CAAC,cAAc,CAAC,GAAG,cAAc;AAC/C,CAAC,EAAEA,UAAU,0BAAKA,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC"}
1
+ {"version":3,"names":["DeviceKind"],"sourceRoot":"../../src","sources":["device_model.ts"],"mappings":";;;;;;IAEYA,UAAU;AAAA;AAAA,WAAVA,UAAU;EAAVA,UAAU;EAAVA,UAAU;AAAA,GAAVA,UAAU,0BAAVA,UAAU"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../src","sources":["scanned_device.ts"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../src","sources":["scanned_device.js"],"mappings":"AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-devices-react-native",
3
- "version": "1.3.3",
3
+ "version": "1.4.1",
4
4
  "description": "Client to access Vital's Endpoints",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "VitalDevices", "~> 0.8.0"
20
+ s.dependency "VitalDevices", "~> 0.9.3"
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then