@girs/json-1.0 1.7.1-3.2.7 → 1.7.1-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/json-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Json-1.0, generated from library version 1.7.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Json-1.0, generated from library version 1.7.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
  JSON-GLib is a library for reading and parsing JSON using GLib and GObject data types and API.
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/json-1.0.d.cts CHANGED
@@ -984,7 +984,7 @@ export module Generator {
984
984
  /**
985
985
  * The character that should be used when indenting in pretty print.
986
986
  */
987
- indent_char?: number | null
987
+ indentChar?: number | null
988
988
  /**
989
989
  * Whether the output should be "pretty-printed", with indentation and
990
990
  * newlines.
@@ -998,10 +998,6 @@ export module Generator {
998
998
  * stream.
999
999
  */
1000
1000
  root?: Node | null
1001
- /**
1002
- * The character that should be used when indenting in pretty print.
1003
- */
1004
- indentChar?: number | null
1005
1001
  }
1006
1002
 
1007
1003
  }
@@ -1014,10 +1010,6 @@ export interface Generator {
1014
1010
  * Number of spaces to be used to indent when pretty printing.
1015
1011
  */
1016
1012
  indent: number
1017
- /**
1018
- * The character that should be used when indenting in pretty print.
1019
- */
1020
- indent_char: number
1021
1013
  /**
1022
1014
  * The character that should be used when indenting in pretty print.
1023
1015
  */
package/json-1.0.d.ts CHANGED
@@ -986,7 +986,7 @@ module Generator {
986
986
  /**
987
987
  * The character that should be used when indenting in pretty print.
988
988
  */
989
- indent_char?: number | null
989
+ indentChar?: number | null
990
990
  /**
991
991
  * Whether the output should be "pretty-printed", with indentation and
992
992
  * newlines.
@@ -1000,10 +1000,6 @@ module Generator {
1000
1000
  * stream.
1001
1001
  */
1002
1002
  root?: Node | null
1003
- /**
1004
- * The character that should be used when indenting in pretty print.
1005
- */
1006
- indentChar?: number | null
1007
1003
  }
1008
1004
 
1009
1005
  }
@@ -1016,10 +1012,6 @@ interface Generator {
1016
1012
  * Number of spaces to be used to indent when pretty printing.
1017
1013
  */
1018
1014
  indent: number
1019
- /**
1020
- * The character that should be used when indenting in pretty print.
1021
- */
1022
- indent_char: number
1023
1015
  /**
1024
1016
  * The character that should be used when indenting in pretty print.
1025
1017
  */
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/json-1.0",
3
- "version": "1.7.1-3.2.7",
3
+ "version": "1.7.1-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Json-1.0, generated from library version 1.7.1",
5
5
  "type": "module",
6
6
  "module": "json-1.0.js",
7
7
  "main": "json-1.0.js",
8
8
  "exports": {
9
- "./ambient": "./json-1.0-ambient.d.ts",
10
- "./import": "./json-1.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./json-1.0-ambient.d.ts",
11
+ "default": "./json-1.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./json-1.0-import.d.ts",
15
+ "default": "./json-1.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./json-1.0.d.ts",
@@ -25,10 +31,10 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit json-1.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.7",
29
- "@girs/gjs": "^3.2.7",
30
- "@girs/glib-2.0": "^2.78.0-3.2.7",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
35
+ "@girs/gjs": "^3.2.8",
36
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
37
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
32
38
  },
33
39
  "devDependencies": {
34
40
  "typescript": "*"
@@ -45,7 +51,7 @@
45
51
  "license": "MIT",
46
52
  "repository": {
47
53
  "type": "git",
48
- "url": "git+https://github.com/gjsify/types.git"
54
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
49
55
  },
50
56
  "bugs": {
51
57
  "url": "https://github.com/gjsify/ts-for-gir/issues"