@bridgething/lib 0.1.2 → 0.1.4

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/dist/index.d.ts CHANGED
@@ -14,6 +14,6 @@ export declare const BRIDGETHING_NETWORK_GATEWAY_PORT = 8892;
14
14
  export declare const BRIDGETHING_MDNS_SERVICE_TYPE = "bridgething";
15
15
  export declare const BRIDGETHING_DEFAULT_HOST = "bridgething.local";
16
16
  export declare const BRIDGETHING_NETWORK_GATEWAY_URL = "ws://bridgething.local:8892/";
17
- export declare const LIB_VERSION = "v0.1.2";
17
+ export declare const LIB_VERSION = "v0.1.4";
18
18
  export declare const LIBBRIDGETHING_VERSION = "v12.0.1";
19
19
  //# sourceMappingURL=index.d.ts.map
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.2";
1
+ export declare const version = "0.1.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '0.1.2';
2
+ export const version = '0.1.4';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bridgething/lib",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Wire protocol, codec, and framing for bridgething, the community daemon that replaces Spotify's app on the Car Thing.",
5
5
  "license": "MIT",
6
6
  "author": "Joey Eamigh <55670930+JoeyEamigh@users.noreply.github.com> (https://github.com/JoeyEamigh)",