2022-03-24 18:43:59 +05:30
|
|
|
import { Patch } from '../database/types';
|
|
|
|
import testPatch from './testPatch';
|
|
|
|
|
|
|
|
export default [
|
2022-04-22 16:32:03 +05:30
|
|
|
{ name: 'testPatch', version: '0.5.0-beta.0', patch: testPatch },
|
2022-03-24 18:43:59 +05:30
|
|
|
] as Patch[];
|