@girs/epc-1.0 1.0.0-3.2.7 → 1.0.0-3.2.8

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/epc-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Epc-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Epc-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
  The Easy Publish and Consume library (libepc) provides an easy method to publish data using HTTPS, announce that information via DNS-SD, find that information and finally consume it.
11
11
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/epc-1.0.d.cts CHANGED
@@ -280,10 +280,9 @@ export module Dispatcher {
280
280
 
281
281
  // Own constructor properties of Epc-1.0.Epc.Dispatcher
282
282
 
283
- collision_handling?: CollisionHandling | null
283
+ collisionHandling?: CollisionHandling | null
284
284
  cookie?: string | null
285
285
  name?: string | null
286
- collisionHandling?: CollisionHandling | null
287
286
  }
288
287
 
289
288
  }
@@ -292,7 +291,6 @@ export interface Dispatcher {
292
291
 
293
292
  // Own properties of Epc-1.0.Epc.Dispatcher
294
293
 
295
- collision_handling: CollisionHandling
296
294
  collisionHandling: CollisionHandling
297
295
  cookie: string
298
296
  name: string
@@ -354,20 +352,12 @@ export module Publisher {
354
352
  // Own constructor properties of Epc-1.0.Epc.Publisher
355
353
 
356
354
  application?: string | null
357
- auth_flags?: AuthFlags | null
358
- certificate_file?: string | null
359
- collision_handling?: CollisionHandling | null
360
- contents_path?: string | null
361
- private_key_file?: string | null
362
- protocol?: Protocol | null
363
- service_cookie?: string | null
364
- service_domain?: string | null
365
- service_name?: string | null
366
355
  authFlags?: AuthFlags | null
367
356
  certificateFile?: string | null
368
357
  collisionHandling?: CollisionHandling | null
369
358
  contentsPath?: string | null
370
359
  privateKeyFile?: string | null
360
+ protocol?: Protocol | null
371
361
  serviceCookie?: string | null
372
362
  serviceDomain?: string | null
373
363
  serviceName?: string | null
@@ -380,22 +370,14 @@ export interface Publisher {
380
370
  // Own properties of Epc-1.0.Epc.Publisher
381
371
 
382
372
  application: string
383
- auth_flags: AuthFlags
384
373
  authFlags: AuthFlags
385
- certificate_file: string
386
374
  certificateFile: string
387
- collision_handling: CollisionHandling
388
375
  collisionHandling: CollisionHandling
389
- contents_path: string
390
376
  contentsPath: string
391
- private_key_file: string
392
377
  privateKeyFile: string
393
378
  protocol: Protocol
394
- service_cookie: string
395
379
  serviceCookie: string
396
- service_domain: string
397
380
  serviceDomain: string
398
- service_name: string
399
381
  serviceName: string
400
382
 
401
383
  // Owm methods of Epc-1.0.Epc.Publisher
@@ -521,8 +503,6 @@ export module ServiceMonitor {
521
503
 
522
504
  application?: string | null
523
505
  domain?: string | null
524
- service_types?: string[] | null
525
- skip_our_own?: boolean | null
526
506
  serviceTypes?: string[] | null
527
507
  skipOurOwn?: boolean | null
528
508
  }
@@ -535,9 +515,7 @@ export interface ServiceMonitor {
535
515
 
536
516
  readonly application: string
537
517
  readonly domain: string
538
- readonly service_types: string[]
539
518
  readonly serviceTypes: string[]
540
- skip_our_own: boolean
541
519
  skipOurOwn: boolean
542
520
 
543
521
  // Owm methods of Epc-1.0.Epc.ServiceMonitor
package/epc-1.0.d.ts CHANGED
@@ -282,10 +282,9 @@ module Dispatcher {
282
282
 
283
283
  // Own constructor properties of Epc-1.0.Epc.Dispatcher
284
284
 
285
- collision_handling?: CollisionHandling | null
285
+ collisionHandling?: CollisionHandling | null
286
286
  cookie?: string | null
287
287
  name?: string | null
288
- collisionHandling?: CollisionHandling | null
289
288
  }
290
289
 
291
290
  }
@@ -294,7 +293,6 @@ interface Dispatcher {
294
293
 
295
294
  // Own properties of Epc-1.0.Epc.Dispatcher
296
295
 
297
- collision_handling: CollisionHandling
298
296
  collisionHandling: CollisionHandling
299
297
  cookie: string
300
298
  name: string
@@ -356,20 +354,12 @@ module Publisher {
356
354
  // Own constructor properties of Epc-1.0.Epc.Publisher
357
355
 
358
356
  application?: string | null
359
- auth_flags?: AuthFlags | null
360
- certificate_file?: string | null
361
- collision_handling?: CollisionHandling | null
362
- contents_path?: string | null
363
- private_key_file?: string | null
364
- protocol?: Protocol | null
365
- service_cookie?: string | null
366
- service_domain?: string | null
367
- service_name?: string | null
368
357
  authFlags?: AuthFlags | null
369
358
  certificateFile?: string | null
370
359
  collisionHandling?: CollisionHandling | null
371
360
  contentsPath?: string | null
372
361
  privateKeyFile?: string | null
362
+ protocol?: Protocol | null
373
363
  serviceCookie?: string | null
374
364
  serviceDomain?: string | null
375
365
  serviceName?: string | null
@@ -382,22 +372,14 @@ interface Publisher {
382
372
  // Own properties of Epc-1.0.Epc.Publisher
383
373
 
384
374
  application: string
385
- auth_flags: AuthFlags
386
375
  authFlags: AuthFlags
387
- certificate_file: string
388
376
  certificateFile: string
389
- collision_handling: CollisionHandling
390
377
  collisionHandling: CollisionHandling
391
- contents_path: string
392
378
  contentsPath: string
393
- private_key_file: string
394
379
  privateKeyFile: string
395
380
  protocol: Protocol
396
- service_cookie: string
397
381
  serviceCookie: string
398
- service_domain: string
399
382
  serviceDomain: string
400
- service_name: string
401
383
  serviceName: string
402
384
 
403
385
  // Owm methods of Epc-1.0.Epc.Publisher
@@ -523,8 +505,6 @@ module ServiceMonitor {
523
505
 
524
506
  application?: string | null
525
507
  domain?: string | null
526
- service_types?: string[] | null
527
- skip_our_own?: boolean | null
528
508
  serviceTypes?: string[] | null
529
509
  skipOurOwn?: boolean | null
530
510
  }
@@ -537,9 +517,7 @@ interface ServiceMonitor {
537
517
 
538
518
  readonly application: string
539
519
  readonly domain: string
540
- readonly service_types: string[]
541
520
  readonly serviceTypes: string[]
542
- skip_our_own: boolean
543
521
  skipOurOwn: boolean
544
522
 
545
523
  // Owm methods of Epc-1.0.Epc.ServiceMonitor
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/epc-1.0",
3
- "version": "1.0.0-3.2.7",
3
+ "version": "1.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Epc-1.0, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "epc-1.0.js",
7
7
  "main": "epc-1.0.js",
8
8
  "exports": {
9
- "./ambient": "./epc-1.0-ambient.d.ts",
10
- "./import": "./epc-1.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./epc-1.0-ambient.d.ts",
11
+ "default": "./epc-1.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./epc-1.0-import.d.ts",
15
+ "default": "./epc-1.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./epc-1.0.d.ts",
@@ -25,9 +31,9 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit epc-1.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gjs": "^3.2.7",
29
- "@girs/glib-2.0": "^2.78.0-3.2.7",
30
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/gjs": "^3.2.8",
35
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
36
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
31
37
  },
32
38
  "devDependencies": {
33
39
  "typescript": "*"
@@ -44,7 +50,7 @@
44
50
  "license": "MIT",
45
51
  "repository": {
46
52
  "type": "git",
47
- "url": "git+https://github.com/gjsify/types.git"
53
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
48
54
  },
49
55
  "bugs": {
50
56
  "url": "https://github.com/gjsify/ts-for-gir/issues"