corequery-gtfs 0.10.0 → 0.10.1

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.
@@ -1,4 +1,3 @@
1
- export * from "./ids/index.js";
2
1
  export * from "./route/index.js";
3
2
  export * from "./gtfs-feed.js";
4
3
  export * from "./gtfs-stop-time.js";
@@ -1,8 +1,3 @@
1
- // TODO: I suspect after the genericisation of line/stop ID mappings (no longer
2
- // tracking parent IDs), trainquery-melbourne will want nothing to do with these
3
- // types anymore, because IT will still want to track such things. Hopefully we
4
- // can remove this export.
5
- export * from "./ids/index.js";
6
1
  export * from "./route/index.js";
7
2
  export * from "./gtfs-feed.js";
8
3
  export * from "./gtfs-stop-time.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/data/index.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,gFAAgF;AAChF,+EAA+E;AAC/E,0BAA0B;AAC1B,cAAc,gBAAgB,CAAC;AAE/B,cAAc,kBAAkB,CAAC;AAEjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/data/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AAEjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "corequery-gtfs",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,5 +0,0 @@
1
- export * from "./line-gtfs-id-collection.js";
2
- export * from "./line-gtfs-id-mapping.js";
3
- export * from "./stop-gtfs-id-collection.js";
4
- export * from "./stop-gtfs-id-mapping.js";
5
- export * from "./stop-gtfs-id-metadata.js";
@@ -1,6 +0,0 @@
1
- export * from "./line-gtfs-id-collection.js";
2
- export * from "./line-gtfs-id-mapping.js";
3
- export * from "./stop-gtfs-id-collection.js";
4
- export * from "./stop-gtfs-id-mapping.js";
5
- export * from "./stop-gtfs-id-metadata.js";
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/ids/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC"}