@replayio/puppeteer
Advanced tools
Comparing version 0.2.10 to 0.2.11
# @replayio/puppeteer | ||
## 0.2.11 | ||
### Patch Changes | ||
- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies | ||
## 0.2.10 | ||
@@ -4,0 +10,0 @@ |
'use strict'; | ||
var name = "@replayio/puppeteer"; | ||
var version = "0.2.10"; | ||
var version = "0.2.11"; | ||
exports.name = name; | ||
exports.version = version; |
{ | ||
"name": "@replayio/puppeteer", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Configuration utilities for using the Replay browsers with puppeteer", | ||
@@ -25,4 +25,5 @@ "main": "./dist/index.js", | ||
"@replay-cli/tsconfig": "^0.0.0", | ||
"@replayio/test-utils": "^3.0.6", | ||
"@replayio/test-utils": "^3.0.7", | ||
"@types/node": "^20.11.27", | ||
"@types/stack-utils": "^2.0.3", | ||
"typescript": "^5.5.2" | ||
@@ -51,2 +52,3 @@ }, | ||
"sha-1": "^1.0.0", | ||
"stack-utils": "^2.0.6", | ||
"superstruct": "^1.0.4", | ||
@@ -53,0 +55,0 @@ "undici": "^5.28.4", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43677
7
17
7
+ Addedstack-utils@^2.0.6
+ Addedescape-string-regexp@2.0.0(transitive)
+ Addedstack-utils@2.0.6(transitive)