@girs/dbusmenu-0.4 0.4.0-3.2.0 → 0.4.0-3.2.3

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/dbusmenu-0.4)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Dbusmenu-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.0.
8
+ GJS TypeScript type definitions for Dbusmenu-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.3.
9
9
 
10
10
  A small little library that was created by pulling out some comon code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/dbusmenu-0.4",
3
- "version": "0.4.0-3.2.0",
3
+ "version": "0.4.0-3.2.3",
4
4
  "description": "GJS TypeScript type definitions for Dbusmenu-0.4, generated from library version 0.4.0",
5
5
  "type": "module",
6
6
  "module": "dbusmenu-0.4.js",
@@ -25,9 +25,9 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit dbusmenu-0.4.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.0",
29
- "@girs/glib-2.0": "^2.76.1-3.2.0",
30
- "@girs/gobject-2.0": "^2.76.1-3.2.0"
28
+ "@girs/gjs": "^3.2.3",
29
+ "@girs/glib-2.0": "^2.76.1-3.2.3",
30
+ "@girs/gobject-2.0": "^2.76.1-3.2.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "*"
package/typedoc.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "entryPoints": ["./dbusmenu-0.4.d.ts","./dbusmenu-0.4-ambient.d.ts","./dbusmenu-0.4-import.d.ts"],
2
+ "entryPoints": ["./dbusmenu-0.4.d.ts"],
3
3
  "readme": "./README.md",
4
4
  "name": "Dbusmenu-0.4",
5
5
  "tsconfig": "./tsconfig.json"