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 @@ -19,6 +19,7 @@
"csp-connect-src-and-stale-error-banner",
"deprecated-tag-and-server-side-lock",
"exclude-test-helpers-from-server-package",
"fix-readme-stale-package-links",
"flows-modal-viewer-controls",
"header-toolbar-overflow",
"import-missing-contact-license-tos",
Expand Down
22 changes: 22 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @vayo/ast

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/ast",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "Static analysis pass: express-list-endpoints + ts-morph. Produces route/middleware/scope metadata to merge with runtime capture.",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/capture-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @vayo/capture-express

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2
- @vayo-hq/schema-engine@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/capture-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/capture-express",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "Express middleware: captures real traffic, redacts sensitive fields, hands samples to @vayo-hq/schema-engine. The only Vayo package allowed to import Express types.",
"repository": {
Expand Down
27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# vayo

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2
- @vayo-hq/ast@0.1.1-beta.2
- @vayo-hq/schema-engine@0.1.1-beta.2
- @vayo-hq/openapi-compiler@0.1.1-beta.2
- @vayo-hq/db-mongo@0.1.1-beta.2
- @vayo-hq/server@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/cli",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "npx vayo init / scan / export",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/db-mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @vayo/db-mongo

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2
- @vayo-hq/schema-engine@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/db-mongo",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "MongoDB implementation of VayoDbAdapter (native driver, not Mongoose) plus vayo init migrations. Implements the BYODB layer.",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/openapi-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @vayo/openapi-compiler

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2
- @vayo-hq/schema-engine@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/openapi-compiler",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "Compiles resolved endpoints into a valid OpenAPI 3.1 document with x-vayo-* extensions. Validates via @apidevtools/swagger-parser before ever returning a document.",
"repository": {
Expand Down
22 changes: 22 additions & 0 deletions packages/schema-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @vayo/schema-engine

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/schema-engine",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "Framework-agnostic schema inference/merge (genson-js) and the pure override-resolution function. No Express, no MongoDB.",
"repository": {
Expand Down
26 changes: 26 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @vayo/server

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).
- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2
- @vayo-hq/schema-engine@0.1.1-beta.2
- @vayo-hq/openapi-compiler@0.1.1-beta.2
- @vayo-hq/db-mongo@0.1.1-beta.2
- @vayo-hq/ui@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/server",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "REST API + Socket.IO gateway + static UI hosting. Every mutating route is role-checked server-side (docs/05-security.md).",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @vayo/types

## 0.1.1-beta.2

### Patch Changes

- 5ad2159: Fixed every package README still linking to the old, never-actually-published
bare `vayo` npm package name (npm rejected it as a first-publish
typosquat — see the CLI rename changeset) instead of the real
`@vayo-hq/cli`. Also fixed `@vayo-hq/db-mongo`'s README claiming "most people
never call this directly," which contradicted the `createAdapter`/
`runMigrations` wiring snippet every other doc (and `vayo init`'s own printed
next steps) shows being called directly in a real project. Root README's
"Using Vayo" section no longer describes the pre-publish tarball workflow —
all 9 packages are live on npm now, so it gives the real, verified
`npm install ...@beta` command instead. Every install example across the
repo now explicit about the `@beta` tag rather than relying on `latest`,
since `latest` only moves when explicitly re-tagged during this prerelease
period (discovered live: the very first publish grabbed `latest`
automatically and every subsequent `--tag beta` publish left it pointing at
an old, broken version).

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/types",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "Shared TypeScript interfaces for Vayo. No runtime code, no dependencies on any other Vayo package.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vayo/ui

## 0.1.1-beta.2

### Patch Changes

- Updated dependencies [5ad2159]
- @vayo-hq/types@0.1.1-beta.2
- @vayo-hq/openapi-compiler@0.1.1-beta.2

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vayo-hq/ui",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"license": "MIT",
"description": "Schema-driven React docs UI. Five tabs per endpoint: Details, Flowmap, History, Team Chat, Try It Now (docs/08-packages-and-repo-structure.md).",
"repository": {
Expand Down
Loading