File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1- export { v1_34_3_1 as current } from './v1.34.3.1-alpha.0'
1+ export { v1_34_3_1 as current } from './v1.34.3.1'
2+
23import { v1_34_1_3 } from './v1.34.1.3-alpha.0'
34import { v1_34_1_2 } from './v1.34.1.2'
45import { v1_34_1_1 } from './v1.34.1.1'
Original file line number Diff line number Diff line change 1+ import { IMPOSSIBLE , VersionInfo } from '@start9labs/start-sdk'
2+
3+ export const v1_34_3_1 = VersionInfo . of ( {
4+ version : '1.34.3:1-alpha.1' ,
5+ releaseNotes : `\
6+ Updated for StartOS 0.4.0
7+
8+ ### Dependency Updates
9+ * Updated SDK to beta.43
10+ * Updated interface name for backwards compatibility
11+ * Updated dev dependencies to latest versions` ,
12+ migrations : {
13+ up : async ( ) => { } ,
14+ down : IMPOSSIBLE ,
15+ } ,
16+ } )
You can’t perform that action at this time.
0 commit comments