@lightninglabs/wavelength-core 0.1.1-rc1 → 0.1.1-rc2

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/version.d.ts CHANGED
@@ -14,5 +14,5 @@
14
14
  * scripts/runtime-version.mjs, so keep the declaration in this exact
15
15
  * single-quoted literal form.
16
16
  */
17
- export declare const RUNTIME_MANIFEST_VERSION = "v0.1.1-rc1";
17
+ export declare const RUNTIME_MANIFEST_VERSION = "v0.1.1-rc2";
18
18
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -14,4 +14,4 @@
14
14
  * scripts/runtime-version.mjs, so keep the declaration in this exact
15
15
  * single-quoted literal form.
16
16
  */
17
- export const RUNTIME_MANIFEST_VERSION = 'v0.1.1-rc1';
17
+ export const RUNTIME_MANIFEST_VERSION = 'v0.1.1-rc2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightninglabs/wavelength-core",
3
- "version": "0.1.1-rc1",
3
+ "version": "0.1.1-rc2",
4
4
  "private": false,
5
5
  "description": "Transport- and framework-agnostic contract for the Wavelength self-custodial Lightning wallet SDK.",
6
6
  "license": "MIT",