@gjsify/xmlhttprequest 0.4.41 → 0.4.42

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/xmlhttprequest",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
4
4
  "description": "XMLHttpRequest and URL.createObjectURL/revokeObjectURL for GJS — backed by @gjsify/fetch and GLib",
5
5
  "module": "lib/esm/index.js",
6
6
  "types": "lib/types/index.d.ts",
@@ -26,10 +26,10 @@
26
26
  ],
27
27
  "scripts": {
28
28
  "clear": "rm -rf lib tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo || exit 0",
29
- "check": "tsc --noEmit",
29
+ "check": "gjsify tsc --noEmit",
30
30
  "build": "gjsify run build:gjsify && gjsify run build:types",
31
31
  "build:gjsify": "gjsify build --library 'src/**/*.{ts,js}' --exclude 'src/**/*.spec.{mts,ts}' 'src/test.{mts,ts}'",
32
- "build:types": "tsc",
32
+ "build:types": "gjsify tsc",
33
33
  "build:test:browser": "gjsify build src/test.browser.mts --app browser --outfile dist/test.browser.mjs"
34
34
  },
35
35
  "keywords": [
@@ -42,10 +42,10 @@
42
42
  "@girs/gio-2.0": "2.88.0-4.0.4",
43
43
  "@girs/gjs": "4.0.4",
44
44
  "@girs/glib-2.0": "2.88.0-4.0.4",
45
- "@gjsify/fetch": "^0.4.41"
45
+ "@gjsify/fetch": "^0.4.42"
46
46
  },
47
47
  "devDependencies": {
48
- "@gjsify/cli": "^0.4.41",
48
+ "@gjsify/cli": "^0.4.42",
49
49
  "@types/node": "^25.9.1",
50
50
  "typescript": "^6.0.3"
51
51
  },