node-aix-ppc64 23.2.0 → 23.4.0

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.
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 23
26
- #define NODE_MINOR_VERSION 2
26
+ #define NODE_MINOR_VERSION 4
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v23.2.0",
3
+ "version": "v23.4.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -163,11 +163,6 @@ Enable Source Map V3 support for stack traces.
163
163
  .It Fl -entry-url
164
164
  Interpret the entry point as a URL.
165
165
  .
166
- .It Fl -experimental-default-type Ns = Ns Ar type
167
- Interpret as either ES modules or CommonJS modules input via --eval or STDIN, when --input-type is unspecified;
168
- .js or extensionless files with no sibling or parent package.json;
169
- .js or extensionless files whose nearest parent package.json lacks a "type" field, unless under node_modules.
170
- .
171
166
  .It Fl -experimental-import-meta-resolve
172
167
  Enable experimental ES modules support for import.meta.resolve().
173
168
  .
@@ -182,9 +177,6 @@ Enable the experimental permission model.
182
177
  .It Fl -experimental-shadow-realm
183
178
  Use this flag to enable ShadowRealm support.
184
179
  .
185
- .It Fl -experimental-sqlite
186
- Enable the experimental node:sqlite module.
187
- .
188
180
  .It Fl -experimental-test-coverage
189
181
  Enable code coverage in the test runner.
190
182
  .
@@ -194,9 +186,6 @@ Configures the type of test isolation used in the test runner.
194
186
  .It Fl -experimental-test-module-mocks
195
187
  Enable module mocking in the test runner.
196
188
  .
197
- .It Fl -experimental-test-snapshots
198
- Enable snapshot testing in the test runner.
199
- .
200
189
  .It Fl -experimental-strip-types
201
190
  Enable experimental type-stripping for TypeScript files.
202
191
  .
@@ -215,6 +204,9 @@ Enable experimental support for the Web Storage API.
215
204
  .It Fl -no-experimental-repl-await
216
205
  Disable top-level await keyword support in REPL.
217
206
  .
207
+ .It Fl -no-experimental-sqlite
208
+ Disable the experimental node:sqlite module.
209
+ .
218
210
  .It Fl -experimental-vm-modules
219
211
  Enable experimental ES module support in VM module.
220
212
  .