mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 21:31:01 +00:00
Deploy script (#52)
* No-downtime deploy script * Easier to use helper for average numbers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export * from './helpers';
|
||||
export * from './id';
|
||||
export * from './block';
|
||||
export * from './stringify';
|
||||
|
||||
import * as Types from './types';
|
||||
@@ -9,4 +8,4 @@ import * as FeedMessage from './feed';
|
||||
export { Types, FeedMessage };
|
||||
|
||||
// Increment this if breaking changes were made to types in `feed.ts`
|
||||
export const VERSION: Types.FeedVersion = 13 as Types.FeedVersion;
|
||||
export const VERSION: Types.FeedVersion = 14 as Types.FeedVersion;
|
||||
|
||||
Reference in New Issue
Block a user