node-linux-s390x 16.11.1 → 16.13.2
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/CHANGELOG.md +1699 -1397
- package/README.md +10 -6
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -1
- package/include/node/config.gypi +1 -1
- package/include/node/node_version.h +4 -4
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,12 +197,14 @@ For information about the governance of the Node.js project, see
|
|
|
197
197
|
**Mary Marchini** \<oss@mmarchini.me> (she/her)
|
|
198
198
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
199
199
|
**Myles Borins** \<myles.borins@gmail.com> (he/him)
|
|
200
|
+
* [richardlau](https://github.com/richardlau) -
|
|
201
|
+
**Richard Lau** \<rlau@redhat.com>
|
|
200
202
|
* [ronag](https://github.com/ronag) -
|
|
201
203
|
**Robert Nagy** \<ronagy@icloud.com>
|
|
202
204
|
* [targos](https://github.com/targos) -
|
|
203
205
|
**Michaël Zasso** \<targos@protonmail.com> (he/him)
|
|
204
206
|
* [tniessen](https://github.com/tniessen) -
|
|
205
|
-
**Tobias Nießen** \<tniessen@tnie.de>
|
|
207
|
+
**Tobias Nießen** \<tniessen@tnie.de> (he/him)
|
|
206
208
|
* [Trott](https://github.com/Trott) -
|
|
207
209
|
**Rich Trott** \<rtrott@gmail.com> (he/him)
|
|
208
210
|
|
|
@@ -325,8 +327,6 @@ For information about the governance of the Node.js project, see
|
|
|
325
327
|
**Evan Lucas** \<evanlucas@me.com> (he/him)
|
|
326
328
|
* [fhinkel](https://github.com/fhinkel) -
|
|
327
329
|
**Franziska Hinkelmann** \<franziska.hinkelmann@gmail.com> (she/her)
|
|
328
|
-
* [Fishrock123](https://github.com/Fishrock123) -
|
|
329
|
-
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
330
330
|
* [Flarna](https://github.com/Flarna) -
|
|
331
331
|
**Gerhard Stöbich** \<deb2001-github@yahoo.de> (he/they)
|
|
332
332
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
@@ -438,13 +438,15 @@ For information about the governance of the Node.js project, see
|
|
|
438
438
|
* [TimothyGu](https://github.com/TimothyGu) -
|
|
439
439
|
**Tiancheng "Timothy" Gu** \<timothygu99@gmail.com> (he/him)
|
|
440
440
|
* [tniessen](https://github.com/tniessen) -
|
|
441
|
-
**Tobias Nießen** \<tniessen@tnie.de>
|
|
441
|
+
**Tobias Nießen** \<tniessen@tnie.de> (he/him)
|
|
442
442
|
* [trivikr](https://github.com/trivikr) -
|
|
443
443
|
**Trivikram Kamat** \<trivikr.dev@gmail.com>
|
|
444
444
|
* [Trott](https://github.com/Trott) -
|
|
445
445
|
**Rich Trott** \<rtrott@gmail.com> (he/him)
|
|
446
446
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
447
447
|
**Vladimir de Turckheim** \<vlad2t@hotmail.com> (he/him)
|
|
448
|
+
* [VoltrexMaster](https://github.com/VoltrexMaster) -
|
|
449
|
+
**Voltrex** \<mohammadkeyvanzade94@gmail.com> (he/him)
|
|
448
450
|
* [watilde](https://github.com/watilde) -
|
|
449
451
|
**Daijiro Wachi** \<daijiro.wachi@gmail.com> (he/him)
|
|
450
452
|
* [watson](https://github.com/watson) -
|
|
@@ -453,8 +455,6 @@ For information about the governance of the Node.js project, see
|
|
|
453
455
|
**Khaidi Chu** \<i@2333.moe> (he/him)
|
|
454
456
|
* [yashLadha](https://github.com/yashLadha) -
|
|
455
457
|
**Yash Ladha** \<yash@yashladha.in> (he/him)
|
|
456
|
-
* [yhwang](https://github.com/yhwang) -
|
|
457
|
-
**Yihong Wang** \<yh.wang@ibm.com>
|
|
458
458
|
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
459
459
|
**Yosuke Furukawa** \<yosuke.furukawa@gmail.com>
|
|
460
460
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
@@ -499,6 +499,8 @@ For information about the governance of the Node.js project, see
|
|
|
499
499
|
**Alexander Makarenko** \<estliberitas@gmail.com>
|
|
500
500
|
* [firedfox](https://github.com/firedfox) -
|
|
501
501
|
**Daniel Wang** \<wangyang0123@gmail.com>
|
|
502
|
+
* [Fishrock123](https://github.com/Fishrock123) -
|
|
503
|
+
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
502
504
|
* [gdams](https://github.com/gdams) -
|
|
503
505
|
**George Adams** \<gadams@microsoft.com> (he/him)
|
|
504
506
|
* [geek](https://github.com/geek) -
|
|
@@ -617,6 +619,8 @@ For information about the governance of the Node.js project, see
|
|
|
617
619
|
**Vse Mozhet Byt** \<vsemozhetbyt@gmail.com> (he/him)
|
|
618
620
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
619
621
|
**Jeremy Whitlock** \<jwhitlock@apache.org>
|
|
622
|
+
* [yhwang](https://github.com/yhwang) -
|
|
623
|
+
**Yihong Wang** \<yh.wang@ibm.com>
|
|
620
624
|
* [yorkie](https://github.com/yorkie) -
|
|
621
625
|
**Yorkie Liu** \<yorkiefixer@gmail.com>
|
|
622
626
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.14',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -108,6 +108,11 @@
|
|
|
108
108
|
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
|
|
109
109
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
110
110
|
}],
|
|
111
|
+
# V8 pointer compression only supports 64bit architectures.
|
|
112
|
+
['target_arch in "arm ia32 mips mipsel ppc x32"', {
|
|
113
|
+
'v8_enable_pointer_compression': 0,
|
|
114
|
+
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
115
|
+
}],
|
|
111
116
|
['target_arch in "ppc64 s390x"', {
|
|
112
117
|
'v8_enable_backtrace': 1,
|
|
113
118
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -199,13 +199,13 @@
|
|
|
199
199
|
'lib/internal/modules/run_main.js',
|
|
200
200
|
'lib/internal/modules/package_json_reader.js',
|
|
201
201
|
'lib/internal/modules/esm/module_job.js',
|
|
202
|
+
'lib/internal/modules/esm/load.js',
|
|
202
203
|
'lib/internal/modules/esm/resolve.js',
|
|
203
204
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
204
205
|
'lib/internal/modules/esm/module_map.js',
|
|
205
206
|
'lib/internal/modules/esm/translators.js',
|
|
206
207
|
'lib/internal/modules/esm/get_format.js',
|
|
207
208
|
'lib/internal/modules/esm/get_source.js',
|
|
208
|
-
'lib/internal/modules/esm/transform_source.js',
|
|
209
209
|
'lib/internal/modules/esm/loader.js',
|
|
210
210
|
'lib/internal/modules/cjs/helpers.js',
|
|
211
211
|
'lib/internal/modules/cjs/loader.js',
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 16
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 13
|
|
27
|
+
#define NODE_PATCH_VERSION 2
|
|
28
28
|
|
|
29
|
-
#define NODE_VERSION_IS_LTS
|
|
30
|
-
#define NODE_VERSION_LTS_CODENAME ""
|
|
29
|
+
#define NODE_VERSION_IS_LTS 1
|
|
30
|
+
#define NODE_VERSION_LTS_CODENAME "Gallium"
|
|
31
31
|
|
|
32
32
|
#define NODE_VERSION_IS_RELEASE 1
|
|
33
33
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 9
|
|
12
12
|
#define V8_MINOR_VERSION 4
|
|
13
13
|
#define V8_BUILD_NUMBER 146
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 24
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|