mta-gtfs-static 0.0.0-202506061440 → 0.0.0-202506061449
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 +2 -2
package/gtfs_js.zip
CHANGED
|
Binary file
|
package/gtfs_json.zip
CHANGED
|
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-202506061449",
|
|
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": [
|
|
@@ -327,7 +327,7 @@
|
|
|
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
|
|
330
|
+
"postinstall": "npx --package=cross-zip-cli cross-unzip ./gtfs_js.zip ./; npx --package=cross-zip-cli cross-unzip ./gtfs_json.zip ./; exit 0;"
|
|
331
331
|
},
|
|
332
332
|
"keywords": [
|
|
333
333
|
"mta",
|