mta-gtfs-static 0.0.0-202506061427 → 0.0.0-202506061440
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/gtfs_js.zip +0 -0
- package/gtfs_json.zip +0 -0
- package/package.json +3 -2
package/gtfs_js.zip
ADDED
|
Binary file
|
package/gtfs_json.zip
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mta-gtfs-static",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-202506061440",
|
|
4
4
|
"description": "This package contains JSON exports of the static GTFS data. It is updated once per day.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -326,7 +326,8 @@
|
|
|
326
326
|
"scripts": {
|
|
327
327
|
"data:update": "./scripts/update.sh",
|
|
328
328
|
"data:generate": "./scripts/generate.sh",
|
|
329
|
-
"
|
|
329
|
+
"prepack": "npx --package=cross-zip-cli cross-zip ./gtfs_js ./gtfs_js.zip; npx --package=cross-zip-cli cross-zip ./gtfs_json ./gtfs_json.zip",
|
|
330
|
+
"postinstall": "npx --package=cross-zip-cli cross-unzip ./gtfs_js.zip ./gtfs_js; npx --package=cross-zip-cli cross-unzip ./gtfs_json.zip ./gtfs_json; exit 0;"
|
|
330
331
|
},
|
|
331
332
|
"keywords": [
|
|
332
333
|
"mta",
|