File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gjsify/gnome-shell-hello-world-example" ,
3
- "version" : " 48.0.0 " ,
3
+ "version" : " 48.0.1 " ,
4
4
"description" : " Simple Gnome Shell Hello World Extension example" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/extension.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gnome-shell" ,
3
- "version" : " 48.0.0 " ,
3
+ "version" : " 48.0.1 " ,
4
4
"description" : " GJS TypeScript type definitions for GNOME Shell Extensions" ,
5
5
"main" : " src/index.js" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @girs/gnome-shell" ,
3
- "version" : " 48.0.0 " ,
3
+ "version" : " 48.0.1 " ,
4
4
"description" : " GJS TypeScript type definitions for GNOME Shell Extensions" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import type Gio from '@girs/gio-2.0';
5
5
import type GLib from '@girs/glib-2.0' ;
6
6
import type St from '@girs/st-16' ;
7
7
import type Clutter from '@girs/clutter-16' ;
8
- import type { Notification } from './messageTray' ;
9
- import type { MprisPlayer , MprisSource } from './mpris' ;
8
+ import type { Notification } from './messageTray.js ' ;
9
+ import type { MprisPlayer , MprisSource } from './mpris.js ' ;
10
10
11
11
/**
12
12
* @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/messageList.js#L33
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import type Meta from 'gi://Meta';
6
6
import type Shell from 'gi://Shell' ;
7
7
import type St from '@girs/st-16' ;
8
8
import type Mtk from '@girs/mtk-16' ;
9
- import type { Monitor } from './layout' ;
10
- import type { Workspace } from './workspace' ;
9
+ import type { Monitor } from './layout.js ' ;
10
+ import type { Workspace } from './workspace.js ' ;
11
11
12
12
/**
13
13
* @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/windowManager.js#L28
You can’t perform that action at this time.
0 commit comments