Skip to content

Commit

Permalink
fix: pkijs patch not applied correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Oct 18, 2024
1 parent 0bd0e46 commit 06ac30c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 91 deletions.
2 changes: 1 addition & 1 deletion javascript/tokenscript-viewer/package-lock.json

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

4 changes: 2 additions & 2 deletions javascript/tokenscript-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npx -y patch-package"
"postinstall": "npx -y patch-package && cd ../engine-js && npx -y patch-package"
},
"author": "",
"license": "ISC",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@xmldom/xmldom": "^0.9.0-beta.6"
},
"xmldsigjs": {
"pkijs": "3.0.11"
"pkijs": "3.1.0"
},
"elliptic": "^6.5.4"
}
Expand Down
88 changes: 0 additions & 88 deletions javascript/tokenscript-viewer/patches/pkijs+3.0.11.patch

This file was deleted.

0 comments on commit 06ac30c

Please sign in to comment.