Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"changesets": [
"bright-crowds-share",
"calm-crowds-report",
"closed-exits-update",
"free-crowd-report-hosts",
"quick-trains-estimate",
"red-tips-heal",
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mrtdown/cli

## 2.0.0-alpha.33

### Patch Changes

- Updated dependencies [d497288]
- @mrtdown/core@2.0.0-alpha.30
- @mrtdown/fs@2.0.0-alpha.30
- @mrtdown/triage@2.0.0-alpha.37

## 2.0.0-alpha.32

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrtdown/cli",
"version": "2.0.0-alpha.32",
"version": "2.0.0-alpha.33",
"description": "Command-line tools for MRTDown data",
"private": true,
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
Expand Down Expand Up @@ -34,9 +34,9 @@
"test": "node ../../scripts/run-fixture-command.mjs --build @mrtdown/core --build @mrtdown/fs --build @mrtdown/ingest-contracts --build @mrtdown/triage -- npm exec -- vitest --run"
},
"dependencies": {
"@mrtdown/core": "2.0.0-alpha.29",
"@mrtdown/fs": "2.0.0-alpha.29",
"@mrtdown/triage": "2.0.0-alpha.36",
"@mrtdown/core": "2.0.0-alpha.30",
"@mrtdown/fs": "2.0.0-alpha.30",
"@mrtdown/triage": "2.0.0-alpha.37",
"hast-util-to-html": "^9.0.5"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mrtdown/core

## 2.0.0-alpha.30

### Major Changes

- d497288: Require provenance dates on durable station layout records, add temporary exit
closure and non-boardable platform statuses, disambiguate repeated service
stops, validate platform mappings against service revisions active on each
platform's provenance date, and keep transfer endpoints as lightweight
references.

## 2.0.0-alpha.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrtdown/core",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"description": "Shared schemas and period helpers for MRTDown data",
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mrtdown/fs

## 2.0.0-alpha.30

### Patch Changes

- d497288: Require provenance dates on durable station layout records, add temporary exit
closure and non-boardable platform statuses, disambiguate repeated service
stops, validate platform mappings against service revisions active on each
platform's provenance date, and keep transfer endpoints as lightweight
references.
- Updated dependencies [d497288]
- @mrtdown/core@2.0.0-alpha.30

## 2.0.0-alpha.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrtdown/fs",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"description": "File-backed repositories and writers for MRTDown data",
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "node ../../scripts/run-fixture-command.mjs --build @mrtdown/core -- npm exec -- vitest --run"
},
"dependencies": {
"@mrtdown/core": "2.0.0-alpha.29",
"@mrtdown/core": "2.0.0-alpha.30",
"fuse.js": "^7.1.0",
"hast-util-to-html": "^9.0.5",
"json-nd": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/triage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mrtdown/triage

## 2.0.0-alpha.37

### Patch Changes

- Updated dependencies [d497288]
- @mrtdown/core@2.0.0-alpha.30
- @mrtdown/fs@2.0.0-alpha.30

## 2.0.0-alpha.36

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/triage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrtdown/triage",
"version": "2.0.0-alpha.36",
"version": "2.0.0-alpha.37",
"description": "Evidence triage and replay utilities for MRTDown data",
"private": true,
"homepage": "https://github.com/foldaway/mrtdown-data#readme",
Expand Down Expand Up @@ -35,8 +35,8 @@
"test:eval": "node ../../scripts/run-fixture-command.mjs -- npm exec -- vitest --run --config vitest.eval.config.ts"
},
"dependencies": {
"@mrtdown/core": "2.0.0-alpha.29",
"@mrtdown/fs": "2.0.0-alpha.29",
"@mrtdown/core": "2.0.0-alpha.30",
"@mrtdown/fs": "2.0.0-alpha.30",
"@mrtdown/ingest-contracts": "2.0.0-alpha.31",
"dotenv": "^16.4.7",
"hast-util-from-html": "^2.0.3",
Expand Down