Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Apr 2, 2024
1 parent 22e473f commit 3204e30
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/cypress",
"version": "1.7.20",
"version": "2.0.0",
"description": "Plugin to record your Cypress tests with Replay",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/jest",
"version": "27.2.43",
"version": "0.3.0",
"description": "Configuration utilities for using capturing metadata from Jest for Replay browsers",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/node",
"version": "0.2.4",
"version": "0.3.0",
"description": "CLI tool for creating recordings using the replay version of node",
"bin": {
"replay-node": "bin/replay-node"
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/playwright",
"version": "1.1.16",
"version": "2.0.0",
"description": "Configuration utilities for using the Replay browsers with playwright",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/puppeteer",
"version": "0.1.89",
"version": "0.2.0",
"description": "Configuration utilities for using the Replay browsers with puppeteer",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/replay",
"version": "0.21.4",
"version": "0.22.0",
"description": "CLI tool for uploading and managing recordings",
"bin": "./bin.js",
"main": "./dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-upload-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/sourcemap-upload-webpack-plugin",
"version": "1.0.12",
"version": "2.0.0",
"description": "A webpack plugin to run Replay's sourcemap-upload logic when Webpack compilation finishes.",
"main": "./index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/sourcemap-upload",
"version": "1.1.2",
"version": "2.0.0",
"description": "A utility library for uploading sourcemaps to Replay for use while replaying recordings.",
"engines": {
"node": ">=10.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/test-utils",
"version": "1.3.16",
"version": "2.0.0",
"description": "Utilities for recording tests with replay.io",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 3204e30

Please sign in to comment.