@gjsify/node-polyfills 0.4.31 → 0.4.32

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/globals.mjs +8 -0
  2. package/package.json +55 -42
package/globals.mjs ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Meta package — `@gjsify/node-polyfills` is a dep-only umbrella that pulls
3
+ * in every Node polyfill. It has no own value exports, so the `node` slot's
4
+ * `globals.mjs` re-export is intentionally empty. Present only to silence
5
+ * the resolver's "missing globals.mjs" warn-once when --app node bundles
6
+ * happen to mention the bare specifier.
7
+ */
8
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/node-polyfills",
3
- "version": "0.4.31",
3
+ "version": "0.4.32",
4
4
  "description": "Meta package: all @gjsify Node.js polyfill packages as dependencies",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -11,45 +11,58 @@
11
11
  "meta"
12
12
  ],
13
13
  "dependencies": {
14
- "@gjsify/assert": "^0.4.31",
15
- "@gjsify/async_hooks": "^0.4.31",
16
- "@gjsify/buffer": "^0.4.31",
17
- "@gjsify/child_process": "^0.4.31",
18
- "@gjsify/cluster": "^0.4.31",
19
- "@gjsify/console": "^0.4.31",
20
- "@gjsify/constants": "^0.4.31",
21
- "@gjsify/crypto": "^0.4.31",
22
- "@gjsify/dgram": "^0.4.31",
23
- "@gjsify/diagnostics_channel": "^0.4.31",
24
- "@gjsify/dns": "^0.4.31",
25
- "@gjsify/domain": "^0.4.31",
26
- "@gjsify/events": "^0.4.31",
27
- "@gjsify/fs": "^0.4.31",
28
- "@gjsify/http": "^0.4.31",
29
- "@gjsify/http2": "^0.4.31",
30
- "@gjsify/https": "^0.4.31",
31
- "@gjsify/inspector": "^0.4.31",
32
- "@gjsify/module": "^0.4.31",
33
- "@gjsify/net": "^0.4.31",
34
- "@gjsify/node-globals": "^0.4.31",
35
- "@gjsify/os": "^0.4.31",
36
- "@gjsify/path": "^0.4.31",
37
- "@gjsify/perf_hooks": "^0.4.31",
38
- "@gjsify/process": "^0.4.31",
39
- "@gjsify/querystring": "^0.4.31",
40
- "@gjsify/readline": "^0.4.31",
41
- "@gjsify/sqlite": "^0.4.31",
42
- "@gjsify/stream": "^0.4.31",
43
- "@gjsify/string_decoder": "^0.4.31",
44
- "@gjsify/sys": "^0.4.31",
45
- "@gjsify/timers": "^0.4.31",
46
- "@gjsify/tls": "^0.4.31",
47
- "@gjsify/tty": "^0.4.31",
48
- "@gjsify/url": "^0.4.31",
49
- "@gjsify/util": "^0.4.31",
50
- "@gjsify/v8": "^0.4.31",
51
- "@gjsify/vm": "^0.4.31",
52
- "@gjsify/worker_threads": "^0.4.31",
53
- "@gjsify/zlib": "^0.4.31"
54
- }
14
+ "@gjsify/assert": "^0.4.32",
15
+ "@gjsify/async_hooks": "^0.4.32",
16
+ "@gjsify/buffer": "^0.4.32",
17
+ "@gjsify/child_process": "^0.4.32",
18
+ "@gjsify/cluster": "^0.4.32",
19
+ "@gjsify/console": "^0.4.32",
20
+ "@gjsify/constants": "^0.4.32",
21
+ "@gjsify/crypto": "^0.4.32",
22
+ "@gjsify/dgram": "^0.4.32",
23
+ "@gjsify/diagnostics_channel": "^0.4.32",
24
+ "@gjsify/dns": "^0.4.32",
25
+ "@gjsify/domain": "^0.4.32",
26
+ "@gjsify/events": "^0.4.32",
27
+ "@gjsify/fs": "^0.4.32",
28
+ "@gjsify/http": "^0.4.32",
29
+ "@gjsify/http2": "^0.4.32",
30
+ "@gjsify/https": "^0.4.32",
31
+ "@gjsify/inspector": "^0.4.32",
32
+ "@gjsify/module": "^0.4.32",
33
+ "@gjsify/net": "^0.4.32",
34
+ "@gjsify/node-globals": "^0.4.32",
35
+ "@gjsify/os": "^0.4.32",
36
+ "@gjsify/path": "^0.4.32",
37
+ "@gjsify/perf_hooks": "^0.4.32",
38
+ "@gjsify/process": "^0.4.32",
39
+ "@gjsify/querystring": "^0.4.32",
40
+ "@gjsify/readline": "^0.4.32",
41
+ "@gjsify/sqlite": "^0.4.32",
42
+ "@gjsify/stream": "^0.4.32",
43
+ "@gjsify/string_decoder": "^0.4.32",
44
+ "@gjsify/sys": "^0.4.32",
45
+ "@gjsify/timers": "^0.4.32",
46
+ "@gjsify/tls": "^0.4.32",
47
+ "@gjsify/tty": "^0.4.32",
48
+ "@gjsify/url": "^0.4.32",
49
+ "@gjsify/util": "^0.4.32",
50
+ "@gjsify/v8": "^0.4.32",
51
+ "@gjsify/vm": "^0.4.32",
52
+ "@gjsify/worker_threads": "^0.4.32",
53
+ "@gjsify/zlib": "^0.4.32"
54
+ },
55
+ "gjsify": {
56
+ "runtimes": {
57
+ "gjs": "polyfill",
58
+ "node": "native",
59
+ "browser": "polyfill"
60
+ }
61
+ },
62
+ "exports": {
63
+ "./globals": "./globals.mjs"
64
+ },
65
+ "files": [
66
+ "globals.mjs"
67
+ ]
55
68
  }