Skip to content

Commit e4a48d7

Browse files
committed
update deps
1 parent 21f82de commit e4a48d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/magnitude-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@isaacdyor/magnitude-core",
3-
"version": "0.2.33",
3+
"version": "0.2.36",
44
"description": "Magnitude e2e testing agent",
55
"publishConfig": {
66
"access": "public"
@@ -58,7 +58,7 @@
5858
"ansis": "^4.1.0",
5959
"commander": "^13.1.0",
6060
"eventemitter3": "^5.0.1",
61-
"@isaacdyor/magnitude-extract": "workspace:*",
61+
"@isaacdyor/magnitude-extract": "^0.0.2",
6262
"moondream": "^0.1.0",
6363
"object-hash": "^3.0.0",
6464
"pino": "^9.6.0",

packages/magnitude-extract/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@isaacdyor/magnitude-extract",
33
"version": "0.0.2",
44
"description": "TypeScript DOM cleaning and structuring library",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"type": "module",
69
"main": "./dist/index.cjs",
710
"module": "./dist/index.js",

packages/magnitude-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"glob": "^11.0.1",
7676
"jiti": "^2.4.2",
7777
"log-update": "^6.1.0",
78-
"@isaacdyor/magnitude-core": "workspace:*",
78+
"@isaacdyor/magnitude-core": "^0.2.34",
7979
"pino": "^9.6.0",
8080
"pino-pretty": "^13.0.0",
8181
"playwright": "^1.51.0",

0 commit comments

Comments
 (0)