@girs/foundry-1 4.5.0 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/foundry-1.d.ts +37 -37
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Foundry-1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for Foundry-1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.6.0.
|
|
8
8
|
|
|
9
9
|
This package contains type declarations only. It ships no runtime code, so it adds
|
|
10
10
|
nothing to your program and works with any bundler or none at all.
|
package/foundry-1.d.ts
CHANGED
|
@@ -2593,7 +2593,7 @@ export namespace Foundry {
|
|
|
2593
2593
|
|
|
2594
2594
|
namespace AcpManager {
|
|
2595
2595
|
// Signal signatures
|
|
2596
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
2596
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
2597
2597
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
@@ -3439,7 +3439,7 @@ export namespace Foundry {
|
|
|
3439
3439
|
|
|
3440
3440
|
namespace AcpProvider {
|
|
3441
3441
|
// Signal signatures
|
|
3442
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
3442
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
3443
3443
|
"notify::plugin-info": (pspec: GObject.ParamSpec) => void;
|
|
3444
3444
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
3445
3445
|
}
|
|
@@ -4689,7 +4689,7 @@ export namespace Foundry {
|
|
|
4689
4689
|
|
|
4690
4690
|
namespace ActionMuxer {
|
|
4691
4691
|
// Signal signatures
|
|
4692
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|
|
4692
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ActionGroup.SignalSignatures {}
|
|
4693
4693
|
|
|
4694
4694
|
// Constructor properties interface
|
|
4695
4695
|
interface ConstructorProps extends GObject.Object.ConstructorProps, Gio.ActionGroup.ConstructorProps {}
|
|
@@ -6088,7 +6088,7 @@ export namespace Foundry {
|
|
|
6088
6088
|
|
|
6089
6089
|
namespace BuildPipeline {
|
|
6090
6090
|
// Signal signatures
|
|
6091
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
6091
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
6092
6092
|
"notify::arch": (pspec: GObject.ParamSpec) => void;
|
|
6093
6093
|
"notify::build-system": (pspec: GObject.ParamSpec) => void;
|
|
6094
6094
|
"notify::config": (pspec: GObject.ParamSpec) => void;
|
|
@@ -10027,7 +10027,7 @@ export namespace Foundry {
|
|
|
10027
10027
|
|
|
10028
10028
|
namespace CommandManager {
|
|
10029
10029
|
// Signal signatures
|
|
10030
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
10030
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
10031
10031
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
10032
10032
|
}
|
|
10033
10033
|
|
|
@@ -10192,7 +10192,7 @@ export namespace Foundry {
|
|
|
10192
10192
|
|
|
10193
10193
|
namespace CommandProvider {
|
|
10194
10194
|
// Signal signatures
|
|
10195
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
10195
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
10196
10196
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
10197
10197
|
}
|
|
10198
10198
|
|
|
@@ -11913,7 +11913,7 @@ export namespace Foundry {
|
|
|
11913
11913
|
|
|
11914
11914
|
namespace ConfigManager {
|
|
11915
11915
|
// Signal signatures
|
|
11916
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
11916
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
11917
11917
|
"notify::config": (pspec: GObject.ParamSpec) => void;
|
|
11918
11918
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
11919
11919
|
}
|
|
@@ -12100,7 +12100,7 @@ export namespace Foundry {
|
|
|
12100
12100
|
|
|
12101
12101
|
namespace ConfigProvider {
|
|
12102
12102
|
// Signal signatures
|
|
12103
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
12103
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
12104
12104
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
12105
12105
|
}
|
|
12106
12106
|
|
|
@@ -14413,7 +14413,7 @@ export namespace Foundry {
|
|
|
14413
14413
|
|
|
14414
14414
|
namespace DebuggerActions {
|
|
14415
14415
|
// Signal signatures
|
|
14416
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
14416
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ActionGroup.SignalSignatures {
|
|
14417
14417
|
"notify::debugger": (pspec: GObject.ParamSpec) => void;
|
|
14418
14418
|
"notify::thread": (pspec: GObject.ParamSpec) => void;
|
|
14419
14419
|
}
|
|
@@ -18938,7 +18938,7 @@ export namespace Foundry {
|
|
|
18938
18938
|
|
|
18939
18939
|
namespace DeviceManager {
|
|
18940
18940
|
// Signal signatures
|
|
18941
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
18941
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
18942
18942
|
"notify::device": (pspec: GObject.ParamSpec) => void;
|
|
18943
18943
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
18944
18944
|
}
|
|
@@ -19123,7 +19123,7 @@ export namespace Foundry {
|
|
|
19123
19123
|
|
|
19124
19124
|
namespace DeviceProvider {
|
|
19125
19125
|
// Signal signatures
|
|
19126
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
19126
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
19127
19127
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
19128
19128
|
}
|
|
19129
19129
|
|
|
@@ -20614,7 +20614,7 @@ export namespace Foundry {
|
|
|
20614
20614
|
|
|
20615
20615
|
namespace DirectoryListing {
|
|
20616
20616
|
// Signal signatures
|
|
20617
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
20617
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
20618
20618
|
"notify::attributes": (pspec: GObject.ParamSpec) => void;
|
|
20619
20619
|
"notify::directory": (pspec: GObject.ParamSpec) => void;
|
|
20620
20620
|
"notify::include-parent": (pspec: GObject.ParamSpec) => void;
|
|
@@ -22284,7 +22284,7 @@ export namespace Foundry {
|
|
|
22284
22284
|
|
|
22285
22285
|
namespace DocumentationMatches {
|
|
22286
22286
|
// Signal signatures
|
|
22287
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
22287
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
22288
22288
|
"notify::query": (pspec: GObject.ParamSpec) => void;
|
|
22289
22289
|
"notify::sections": (pspec: GObject.ParamSpec) => void;
|
|
22290
22290
|
}
|
|
@@ -23442,7 +23442,7 @@ export namespace Foundry {
|
|
|
23442
23442
|
|
|
23443
23443
|
namespace ExtensionSet {
|
|
23444
23444
|
// Signal signatures
|
|
23445
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
23445
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
23446
23446
|
/**
|
|
23447
23447
|
* @signal
|
|
23448
23448
|
* @run-last
|
|
@@ -25880,7 +25880,7 @@ export namespace Foundry {
|
|
|
25880
25880
|
|
|
25881
25881
|
namespace FlatpakExtensions {
|
|
25882
25882
|
// Signal signatures
|
|
25883
|
-
interface SignalSignatures extends FlatpakList.SignalSignatures {
|
|
25883
|
+
interface SignalSignatures extends FlatpakList.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
25884
25884
|
"notify::item-type": (pspec: GObject.ParamSpec) => void;
|
|
25885
25885
|
}
|
|
25886
25886
|
|
|
@@ -26036,7 +26036,7 @@ export namespace Foundry {
|
|
|
26036
26036
|
|
|
26037
26037
|
namespace FlatpakList {
|
|
26038
26038
|
// Signal signatures
|
|
26039
|
-
interface SignalSignatures extends FlatpakSerializable.SignalSignatures {
|
|
26039
|
+
interface SignalSignatures extends FlatpakSerializable.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
26040
26040
|
"notify::item-type": (pspec: GObject.ParamSpec) => void;
|
|
26041
26041
|
}
|
|
26042
26042
|
|
|
@@ -27899,7 +27899,7 @@ export namespace Foundry {
|
|
|
27899
27899
|
|
|
27900
27900
|
namespace FlatpakModules {
|
|
27901
27901
|
// Signal signatures
|
|
27902
|
-
interface SignalSignatures extends FlatpakList.SignalSignatures {
|
|
27902
|
+
interface SignalSignatures extends FlatpakList.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
27903
27903
|
"notify::item-type": (pspec: GObject.ParamSpec) => void;
|
|
27904
27904
|
}
|
|
27905
27905
|
|
|
@@ -30290,7 +30290,7 @@ export namespace Foundry {
|
|
|
30290
30290
|
|
|
30291
30291
|
namespace FlatpakSources {
|
|
30292
30292
|
// Signal signatures
|
|
30293
|
-
interface SignalSignatures extends FlatpakList.SignalSignatures {
|
|
30293
|
+
interface SignalSignatures extends FlatpakList.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
30294
30294
|
"notify::item-type": (pspec: GObject.ParamSpec) => void;
|
|
30295
30295
|
}
|
|
30296
30296
|
|
|
@@ -30970,7 +30970,7 @@ export namespace Foundry {
|
|
|
30970
30970
|
|
|
30971
30971
|
namespace ForgeListing {
|
|
30972
30972
|
// Signal signatures
|
|
30973
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
30973
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
30974
30974
|
"notify::auto-load": (pspec: GObject.ParamSpec) => void;
|
|
30975
30975
|
"notify::n-pages": (pspec: GObject.ParamSpec) => void;
|
|
30976
30976
|
"notify::page-size": (pspec: GObject.ParamSpec) => void;
|
|
@@ -31246,7 +31246,7 @@ export namespace Foundry {
|
|
|
31246
31246
|
|
|
31247
31247
|
namespace ForgeManager {
|
|
31248
31248
|
// Signal signatures
|
|
31249
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
31249
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
31250
31250
|
"notify::forge": (pspec: GObject.ParamSpec) => void;
|
|
31251
31251
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
31252
31252
|
}
|
|
@@ -33986,7 +33986,7 @@ export namespace Foundry {
|
|
|
33986
33986
|
|
|
33987
33987
|
namespace GitStatusList {
|
|
33988
33988
|
// Signal signatures
|
|
33989
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|
|
33989
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {}
|
|
33990
33990
|
|
|
33991
33991
|
// Constructor properties interface
|
|
33992
33992
|
interface ConstructorProps<A extends GObject.Object = GObject.Object> extends GObject.Object.ConstructorProps, Gio.ListModel.ConstructorProps {}
|
|
@@ -37522,7 +37522,7 @@ export namespace Foundry {
|
|
|
37522
37522
|
|
|
37523
37523
|
namespace LlmManager {
|
|
37524
37524
|
// Signal signatures
|
|
37525
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
37525
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
37526
37526
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
37527
37527
|
}
|
|
37528
37528
|
|
|
@@ -39259,7 +39259,7 @@ export namespace Foundry {
|
|
|
39259
39259
|
|
|
39260
39260
|
namespace LogManager {
|
|
39261
39261
|
// Signal signatures
|
|
39262
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
39262
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
39263
39263
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
39264
39264
|
}
|
|
39265
39265
|
|
|
@@ -39954,7 +39954,7 @@ export namespace Foundry {
|
|
|
39954
39954
|
|
|
39955
39955
|
namespace LspManager {
|
|
39956
39956
|
// Signal signatures
|
|
39957
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
39957
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
39958
39958
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
39959
39959
|
}
|
|
39960
39960
|
|
|
@@ -40127,7 +40127,7 @@ export namespace Foundry {
|
|
|
40127
40127
|
|
|
40128
40128
|
namespace LspProvider {
|
|
40129
40129
|
// Signal signatures
|
|
40130
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
40130
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
40131
40131
|
"notify::plugin-info": (pspec: GObject.ParamSpec) => void;
|
|
40132
40132
|
"notify::server": (pspec: GObject.ParamSpec) => void;
|
|
40133
40133
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
@@ -41440,7 +41440,7 @@ export namespace Foundry {
|
|
|
41440
41440
|
|
|
41441
41441
|
namespace OnTypeDiagnostics {
|
|
41442
41442
|
// Signal signatures
|
|
41443
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|
|
41443
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {}
|
|
41444
41444
|
|
|
41445
41445
|
// Constructor properties interface
|
|
41446
41446
|
interface ConstructorProps<A extends GObject.Object = GObject.Object> extends GObject.Object.ConstructorProps, Gio.ListModel.ConstructorProps {}
|
|
@@ -41935,7 +41935,7 @@ export namespace Foundry {
|
|
|
41935
41935
|
|
|
41936
41936
|
namespace OperationManager {
|
|
41937
41937
|
// Signal signatures
|
|
41938
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
41938
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
41939
41939
|
"notify::n-items": (pspec: GObject.ParamSpec) => void;
|
|
41940
41940
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
41941
41941
|
}
|
|
@@ -42251,7 +42251,7 @@ export namespace Foundry {
|
|
|
42251
42251
|
|
|
42252
42252
|
namespace PluginLspProvider {
|
|
42253
42253
|
// Signal signatures
|
|
42254
|
-
interface SignalSignatures extends LspProvider.SignalSignatures {
|
|
42254
|
+
interface SignalSignatures extends LspProvider.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
42255
42255
|
"notify::plugin-info": (pspec: GObject.ParamSpec) => void;
|
|
42256
42256
|
"notify::server": (pspec: GObject.ParamSpec) => void;
|
|
42257
42257
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
@@ -42767,7 +42767,7 @@ export namespace Foundry {
|
|
|
42767
42767
|
|
|
42768
42768
|
namespace PtyDiagnostics {
|
|
42769
42769
|
// Signal signatures
|
|
42770
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
42770
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
42771
42771
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
42772
42772
|
}
|
|
42773
42773
|
|
|
@@ -44493,7 +44493,7 @@ export namespace Foundry {
|
|
|
44493
44493
|
|
|
44494
44494
|
namespace SdkManager {
|
|
44495
44495
|
// Signal signatures
|
|
44496
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
44496
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
44497
44497
|
"notify::sdk": (pspec: GObject.ParamSpec) => void;
|
|
44498
44498
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
44499
44499
|
}
|
|
@@ -44678,7 +44678,7 @@ export namespace Foundry {
|
|
|
44678
44678
|
|
|
44679
44679
|
namespace SdkProvider {
|
|
44680
44680
|
// Signal signatures
|
|
44681
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
44681
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
44682
44682
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
44683
44683
|
}
|
|
44684
44684
|
|
|
@@ -46339,7 +46339,7 @@ export namespace Foundry {
|
|
|
46339
46339
|
|
|
46340
46340
|
namespace Settings {
|
|
46341
46341
|
// Signal signatures
|
|
46342
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
46342
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ActionGroup.SignalSignatures {
|
|
46343
46343
|
/**
|
|
46344
46344
|
* @signal
|
|
46345
46345
|
* @detailed
|
|
@@ -49080,7 +49080,7 @@ export namespace Foundry {
|
|
|
49080
49080
|
|
|
49081
49081
|
namespace TestManager {
|
|
49082
49082
|
// Signal signatures
|
|
49083
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
49083
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
49084
49084
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
49085
49085
|
}
|
|
49086
49086
|
|
|
@@ -49538,7 +49538,7 @@ export namespace Foundry {
|
|
|
49538
49538
|
|
|
49539
49539
|
namespace TestSuite {
|
|
49540
49540
|
// Signal signatures
|
|
49541
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
49541
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
49542
49542
|
"notify::name": (pspec: GObject.ParamSpec) => void;
|
|
49543
49543
|
}
|
|
49544
49544
|
|
|
@@ -54818,7 +54818,7 @@ export namespace Foundry {
|
|
|
54818
54818
|
|
|
54819
54819
|
namespace VcsGraph {
|
|
54820
54820
|
// Signal signatures
|
|
54821
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|
|
54821
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {}
|
|
54822
54822
|
|
|
54823
54823
|
// Constructor properties interface
|
|
54824
54824
|
interface ConstructorProps<A extends GObject.Object = GObject.Object> extends GObject.Object.ConstructorProps, Gio.ListModel.ConstructorProps {}
|
|
@@ -55234,7 +55234,7 @@ export namespace Foundry {
|
|
|
55234
55234
|
|
|
55235
55235
|
namespace VcsManager {
|
|
55236
55236
|
// Signal signatures
|
|
55237
|
-
interface SignalSignatures extends Service.SignalSignatures {
|
|
55237
|
+
interface SignalSignatures extends Service.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
55238
55238
|
"notify::vcs": (pspec: GObject.ParamSpec) => void;
|
|
55239
55239
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
55240
55240
|
}
|
|
@@ -55428,7 +55428,7 @@ export namespace Foundry {
|
|
|
55428
55428
|
|
|
55429
55429
|
namespace VcsProvider {
|
|
55430
55430
|
// Signal signatures
|
|
55431
|
-
interface SignalSignatures extends Contextual.SignalSignatures {
|
|
55431
|
+
interface SignalSignatures extends Contextual.SignalSignatures, Gio.ListModel.SignalSignatures {
|
|
55432
55432
|
"notify::plugin-info": (pspec: GObject.ParamSpec) => void;
|
|
55433
55433
|
"notify::context": (pspec: GObject.ParamSpec) => void;
|
|
55434
55434
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/foundry-1",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Foundry-1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "foundry-1.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.
|
|
35
|
-
"@girs/peas-2": "^4.
|
|
36
|
-
"@girs/gio-2.0": "^4.
|
|
37
|
-
"@girs/gobject-2.0": "^4.
|
|
38
|
-
"@girs/glib-2.0": "^4.
|
|
39
|
-
"@girs/gmodule-2.0": "^4.
|
|
40
|
-
"@girs/json-1.0": "^4.
|
|
41
|
-
"@girs/dex-1": "^4.
|
|
42
|
-
"@girs/giounix-2.0": "^4.
|
|
34
|
+
"@girs/gjs": "^4.6.0",
|
|
35
|
+
"@girs/peas-2": "^4.6.0",
|
|
36
|
+
"@girs/gio-2.0": "^4.6.0",
|
|
37
|
+
"@girs/gobject-2.0": "^4.6.0",
|
|
38
|
+
"@girs/glib-2.0": "^4.6.0",
|
|
39
|
+
"@girs/gmodule-2.0": "^4.6.0",
|
|
40
|
+
"@girs/json-1.0": "^4.6.0",
|
|
41
|
+
"@girs/dex-1": "^4.6.0",
|
|
42
|
+
"@girs/giounix-2.0": "^4.6.0" },
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "*"
|
|
45
45
|
},
|