@gjsify/web-globals 0.4.42 → 0.4.44

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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -7,8 +7,10 @@ Part of the [gjsify](https://github.com/gjsify/gjsify) project — Node.js and W
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
+ gjsify install @gjsify/web-globals
11
+
12
+ # npm or yarn also work (e.g. adding it to an existing project):
10
13
  npm install @gjsify/web-globals
11
- # or
12
14
  yarn add @gjsify/web-globals
13
15
  ```
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/web-globals",
3
- "version": "0.4.42",
3
+ "version": "0.4.44",
4
4
  "description": "Unified Web API globals for GJS — single import for all Web standard polyfills",
5
5
  "module": "lib/esm/index.js",
6
6
  "types": "lib/types/index.d.ts",
@@ -51,23 +51,23 @@
51
51
  "web-apis"
52
52
  ],
53
53
  "dependencies": {
54
- "@gjsify/abort-controller": "^0.4.42",
55
- "@gjsify/buffer": "^0.4.42",
56
- "@gjsify/compression-streams": "^0.4.42",
57
- "@gjsify/dom-events": "^0.4.42",
58
- "@gjsify/dom-exception": "^0.4.42",
59
- "@gjsify/eventsource": "^0.4.42",
60
- "@gjsify/formdata": "^0.4.42",
61
- "@gjsify/gamepad": "^0.4.42",
62
- "@gjsify/perf_hooks": "^0.4.42",
63
- "@gjsify/url": "^0.4.42",
64
- "@gjsify/web-streams": "^0.4.42",
65
- "@gjsify/webaudio": "^0.4.42",
66
- "@gjsify/webcrypto": "^0.4.42"
54
+ "@gjsify/abort-controller": "^0.4.44",
55
+ "@gjsify/buffer": "^0.4.44",
56
+ "@gjsify/compression-streams": "^0.4.44",
57
+ "@gjsify/dom-events": "^0.4.44",
58
+ "@gjsify/dom-exception": "^0.4.44",
59
+ "@gjsify/eventsource": "^0.4.44",
60
+ "@gjsify/formdata": "^0.4.44",
61
+ "@gjsify/gamepad": "^0.4.44",
62
+ "@gjsify/perf_hooks": "^0.4.44",
63
+ "@gjsify/url": "^0.4.44",
64
+ "@gjsify/web-streams": "^0.4.44",
65
+ "@gjsify/webaudio": "^0.4.44",
66
+ "@gjsify/webcrypto": "^0.4.44"
67
67
  },
68
68
  "devDependencies": {
69
- "@gjsify/cli": "^0.4.42",
70
- "@gjsify/unit": "^0.4.42",
69
+ "@gjsify/cli": "^0.4.44",
70
+ "@gjsify/unit": "^0.4.44",
71
71
  "@types/node": "^25.9.1",
72
72
  "typescript": "^6.0.3"
73
73
  },