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
11 changes: 0 additions & 11 deletions .changeset/calm-masks-protect.md

This file was deleted.

52 changes: 26 additions & 26 deletions package-lock.json

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

18 changes: 18 additions & 0 deletions packages/browser-recorder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @seqvio/browser-recorder

## 0.4.0

### Minor Changes

- 8dd96cf: Add fail-closed selector and rectangle privacy masks for browser capture plans,
retain non-sensitive mask evidence in recording manifests, and keep the `serve`
CLI process alive until it is terminated. Promote the versioned Terminal and
Browser CLI/artifact contract to stable after the Windows/Linux/macOS runtime
matrix passed.

### Patch Changes

- Updated dependencies [8dd96cf]
- @seqvio/capture@0.3.1
- @seqvio/renderer@0.8.1
- @seqvio/core@0.8.1
- @seqvio/product-demo@0.8.1

## 0.3.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/browser-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seqvio/browser-recorder",
"version": "0.3.0",
"version": "0.4.0",
"description": "Experimental package with a stable browser capture-to-explanation adapter for Seqvio",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@seqvio/capture": "0.3.0",
"@seqvio/core": "0.8.0",
"@seqvio/product-demo": "0.8.0",
"@seqvio/renderer": "0.8.0",
"@seqvio/capture": "0.3.1",
"@seqvio/core": "0.8.1",
"@seqvio/product-demo": "0.8.1",
"@seqvio/renderer": "0.8.1",
"puppeteer": "^25.1.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/capture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @seqvio/capture

## 0.3.1

### Patch Changes

- 8dd96cf: Add fail-closed selector and rectangle privacy masks for browser capture plans,
retain non-sensitive mask evidence in recording manifests, and keep the `serve`
CLI process alive until it is terminated. Promote the versioned Terminal and
Browser CLI/artifact contract to stable after the Windows/Linux/macOS runtime
matrix passed.
- @seqvio/core@0.8.1

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/capture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seqvio/capture",
"version": "0.3.0",
"version": "0.3.1",
"seqvio": {
"lifecycle": "experimental",
"versionPolicy": "independent"
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@seqvio/core": "0.8.0"
"@seqvio/core": "0.8.1"
},
"devDependencies": {
"typescript": "^5.3.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @seqvio/core

## 0.8.1

## 0.8.0

### Minor 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": "@seqvio/core",
"version": "0.8.0",
"version": "0.8.1",
"seqvio": {
"lifecycle": "public",
"releaseTrain": "0.8"
Expand Down
6 changes: 6 additions & 0 deletions packages/product-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @seqvio/product-demo

## 0.8.1

### Patch Changes

- @seqvio/core@0.8.1

## 0.8.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/product-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seqvio/product-demo",
"version": "0.8.0",
"version": "0.8.1",
"seqvio": {
"lifecycle": "public",
"releaseTrain": "0.8"
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@seqvio/core": "0.8.0",
"@seqvio/core": "0.8.1",
"gsap": "^3.12.0",
"react": "^18.0.0 || ^19.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @seqvio/renderer

## 0.8.1

### Patch Changes

- Updated dependencies [8dd96cf]
- @seqvio/capture@0.3.1
- @seqvio/core@0.8.1
- @seqvio/whiteboard@0.8.1
- @seqvio/technical@0.8.1

## 0.8.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seqvio/renderer",
"version": "0.8.0",
"version": "0.8.1",
"seqvio": {
"lifecycle": "public",
"releaseTrain": "0.8"
Expand Down Expand Up @@ -68,10 +68,10 @@
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@seqvio/capture": "0.3.0",
"@seqvio/core": "0.8.0",
"@seqvio/technical": "0.8.0",
"@seqvio/whiteboard": "0.8.0",
"@seqvio/capture": "0.3.1",
"@seqvio/core": "0.8.1",
"@seqvio/technical": "0.8.1",
"@seqvio/whiteboard": "0.8.1",
"esbuild": "^0.25.0",
"fluent-ffmpeg": "^2.1.3",
"puppeteer": "^22.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/scatterbrain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @seqvio/scatterbrain

## 0.8.1

### Patch Changes

- @seqvio/core@0.8.1

## 0.8.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/scatterbrain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seqvio/scatterbrain",
"version": "0.8.0",
"version": "0.8.1",
"seqvio": {
"lifecycle": "public",
"releaseTrain": "0.8"
Expand Down Expand Up @@ -49,7 +49,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@seqvio/core": "0.8.0",
"@seqvio/core": "0.8.1",
"gsap": "^3.12.0",
"react": "^18.0.0 || ^19.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/technical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @seqvio/technical

## 0.8.1

### Patch Changes

- @seqvio/core@0.8.1

## 0.8.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/technical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seqvio/technical",
"version": "0.8.0",
"version": "0.8.1",
"seqvio": {
"lifecycle": "public",
"releaseTrain": "0.8"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@dagrejs/dagre": "^3.0.0",
"@fontsource/cascadia-mono": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@seqvio/core": "0.8.0",
"@seqvio/core": "0.8.1",
"react": "^18.0.0 || ^19.0.0",
"shiki": "^4.3.1"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/terminal-narrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @seqvio/terminal-narrator

## 0.4.1

### Patch Changes

- 8dd96cf: Add fail-closed selector and rectangle privacy masks for browser capture plans,
retain non-sensitive mask evidence in recording manifests, and keep the `serve`
CLI process alive until it is terminated. Promote the versioned Terminal and
Browser CLI/artifact contract to stable after the Windows/Linux/macOS runtime
matrix passed.
- Updated dependencies [8dd96cf]
- @seqvio/capture@0.3.1
- @seqvio/renderer@0.8.1
- @seqvio/core@0.8.1
- @seqvio/technical@0.8.1

## 0.4.0

### Minor Changes
Expand Down
Loading
Loading