node-releases 1.1.18 → 1.1.22
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/data/processed/envs.json +18 -0
- package/data/raw/nodejs.json +455 -451
- package/package.json +1 -1
package/data/processed/envs.json
CHANGED
|
@@ -727,6 +727,12 @@
|
|
|
727
727
|
"date": "2018-12-26",
|
|
728
728
|
"lts": "Dubnium"
|
|
729
729
|
},
|
|
730
|
+
{
|
|
731
|
+
"name": "nodejs",
|
|
732
|
+
"version": "10.16.0",
|
|
733
|
+
"date": "2019-05-28",
|
|
734
|
+
"lts": "Dubnium"
|
|
735
|
+
},
|
|
730
736
|
{
|
|
731
737
|
"name": "nodejs",
|
|
732
738
|
"version": "11.0.0",
|
|
@@ -834,5 +840,17 @@
|
|
|
834
840
|
"version": "12.1.0",
|
|
835
841
|
"date": "2019-04-29",
|
|
836
842
|
"lts": false
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"name": "nodejs",
|
|
846
|
+
"version": "12.2.0",
|
|
847
|
+
"date": "2019-05-07",
|
|
848
|
+
"lts": false
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "nodejs",
|
|
852
|
+
"version": "12.3.0",
|
|
853
|
+
"date": "2019-05-21",
|
|
854
|
+
"lts": false
|
|
837
855
|
}
|
|
838
856
|
]
|