@showrun/core 0.2.0-rc.2 → 0.2.0-rc.3
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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SHOWRUN_VERSION = "0.2.0-rc.
|
|
1
|
+
export declare const SHOWRUN_VERSION = "0.2.0-rc.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by packages/core/scripts/generate-version.mjs
|
|
2
|
-
export const SHOWRUN_VERSION = '0.2.0-rc.
|
|
2
|
+
export const SHOWRUN_VERSION = '0.2.0-rc.3';
|