gtfs-sqljs 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,7 @@ This project is greatly inspired by [node-gtfs](https://github.com/BlinkTagInc/n
23
23
  - [Documentation and Interactive Demo](https://sysdevrun.github.io/gtfs-sqljs/)
24
24
  - [Usage Guide](https://sysdevrun.github.io/gtfs-sqljs/docs/documents/Usage_Guide.html) — detailed examples for all features
25
25
  - [API Reference](https://sysdevrun.github.io/gtfs-sqljs/docs/) — full TypeDoc-generated API docs
26
+ - [LLM Skill File](.claude/skills/gtfs-sqljs/SKILL.md) — Claude Code skill for LLM code agents
26
27
 
27
28
  ## Features
28
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtfs-sqljs",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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",