gtfs-sqljs 0.1.2 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtfs-sqljs",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Load GTFS data into sql.js SQLite database for querying in browser and Node.js",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,6 +23,7 @@
23
23
  "test:watch": "vitest",
24
24
  "lint": "eslint src",
25
25
  "typecheck": "tsc --noEmit",
26
+ "docs:build": "typedoc",
26
27
  "prepublishOnly": "npm run build"
27
28
  },
28
29
  "keywords": [
@@ -43,7 +44,7 @@
43
44
  "jszip": "^3.10.1",
44
45
  "papaparse": "^5.5.3",
45
46
  "protobufjs": "^8.0.0",
46
- "sql.js": "^1.10.3"
47
+ "sql.js": "1.13.0"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@eslint/js": "^9.39.3",
@@ -52,6 +53,7 @@
52
53
  "@types/sql.js": "^1.4.9",
53
54
  "eslint": "^9.39.3",
54
55
  "tsup": "^8.0.1",
56
+ "typedoc": "^0.28.17",
55
57
  "typescript": "^5.9.3",
56
58
  "typescript-eslint": "^8.56.1",
57
59
  "vitest": "^4.0.18"