Skip to content

Commit

Permalink
spshooter to use jsonparse
Browse files Browse the repository at this point in the history
  • Loading branch information
tavikukko committed Oct 27, 2024
1 parent 2b61ca0 commit 03cf653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sp-editor",
"version": "7.2.0",
"version": "7.2.1",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SP Editor",
"homepage_url": "https://microsoftedge.microsoft.com/addons/detail/affnnhcbfmcbbdlcadgkdbfafigmjdkk",
"version": "7.2.0",
"version": "7.2.1",
"description": "Create and update SharePoint Online/SP2013/SP2016/SP2019 css/js files, inject files to web, manage web/list properties, list Webhook",
"manifest_version": 3,
"devtools_page": "devtools.html",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/spshooter/chrome/shoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const shoot = (payload: any, extPath: string) => {
pnpsp.DefaultHeaders(),
pnpsp.DefaultInit(),
pnpqueryable.BrowserFetchWithRetry(),
pnpqueryable.DefaultParse()
pnpqueryable.JSONParse()
);

instance.on.pre.prepend(async (url, init, result) => {
Expand Down

0 comments on commit 03cf653

Please sign in to comment.