Skip to content

Commit

Permalink
🔧 chore: bump version to 11
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Nov 26, 2024
1 parent e513675 commit 79f4a04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eureka",
"version": "10.1.0",
"version": "11.0.0",
"description": "Universal Scratch Extension Loader",
"author": "SimonShiki",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion src/main/trap/redux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface DucktypedLocalesState {

interface DucktypedGUIState {
vm: DucktypedVM;
[key: string]: unknown
[key: string]: unknown;
}

type Middleware<S, A> = (api: MiddlewareAPI<S, A>) => (next: (action: A) => void) => (action: A) => void;
Expand Down
3 changes: 2 additions & 1 deletion tests/eureka.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const TEST_SITES = [
'https://gonfunko.github.io/scratch-gui/',
'https://world.xiaomawang.com/scratch3-playground?platform=3',
'https://code.xueersi.com/scratch/index.html?pid=2&version=3.0&preview=preview&env=community',
'https://codingclip.com/editor/stable/'
'https://codingclip.com/editor/stable/',
'https://cocrea.world/gandi'
];

const TIMEOUT = 60000;
Expand Down

0 comments on commit 79f4a04

Please sign in to comment.