@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 +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
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-
|
|
17
|
+
export declare const RUNTIME_MANIFEST_VERSION = "v0.1.1-rc2";
|
|
18
18
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
package/package.json
CHANGED