Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jun 21, 2023
1 parent ec5bd63 commit 2a7b4f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/edge-addons-api",
"version": "1.3.1",
"version": "1.3.2",
"description": "Microsoft Edge Addons API for Node.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,11 +36,11 @@
"@jest/globals": "29.5.0",
"@plasmo/config": "workspace:*",
"@plasmohq/rps": "1.8.6",
"@types/node": "20.2.5",
"@types/node": "20.3.1",
"cross-env": "7.0.3",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"tsup": "6.7.0",
"tsup": "7.0.0",
"typescript": "5.1.3"
}
}
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ export class EdgeAddonsAPI {
if (!options[field]) {
throw new Error(errorMap[field])
}

this.options[field] = options[field]
}
this.options = { ...options }
}

get productEndpoint() {
Expand Down

0 comments on commit 2a7b4f0

Please sign in to comment.