Skip to content

Commit

Permalink
fix urlToSearchParamsObject to not decode encoded characters
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Sep 7, 2023
1 parent 24ecb2b commit aaedadc
Show file tree
Hide file tree
Showing 14 changed files with 125 additions and 149 deletions.
172 changes: 56 additions & 116 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "augment-vir",
"version": "18.0.0",
"version": "18.1.0",
"private": true,
"homepage": "https://github.com/electrovir/augment-vir",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/browser-testing",
"version": "18.0.0",
"version": "18.1.0",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common",
"bugs": {
"url": "https://github.com/electrovir/augment-vir/issues"
Expand All @@ -23,8 +23,8 @@
"test:coverage": "npm test"
},
"dependencies": {
"@augment-vir/common": "^18.0.0",
"@augment-vir/testing": "^18.0.0",
"@augment-vir/common": "^18.1.0",
"@augment-vir/testing": "^18.1.0",
"@open-wc/testing": "^3.2.0",
"@types/mocha": "^10.0.1",
"@web/test-runner-commands": "^0.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/browser",
"version": "18.0.0",
"version": "18.1.0",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/browser",
"bugs": {
"url": "https://github.com/electrovir/augment-vir/issues"
Expand All @@ -24,10 +24,10 @@
"test:watch": "web-test-runner --color --config configs/web-test-runner.config.mjs --watch"
},
"dependencies": {
"@augment-vir/common": "^18.0.0"
"@augment-vir/common": "^18.1.0"
},
"devDependencies": {
"@augment-vir/browser-testing": "^18.0.0",
"@augment-vir/browser-testing": "^18.1.0",
"@open-wc/testing": "^3.2.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
Expand Down
Loading

0 comments on commit aaedadc

Please sign in to comment.