Skip to content

Commit

Permalink
feat: enables inline sourcemaps for packages for developer experience (
Browse files Browse the repository at this point in the history
…#593)

* feat: enables inline sourcemaps for packages for developer experience
  • Loading branch information
krpeacock committed Jul 13, 2022
1 parent 968530c commit 32027b3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/generated/changelog.html
Expand Up @@ -12,6 +12,7 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version 0.12.1</h2>
<ul>
<li>Adds inline sourcemaps to packages</li>
<li>Adds UTF-8 as an encoding option for CanisterStatus custom paths</li>
<li>
Adds a public method "createReadStateRequest" that creates the request for "readState".
Expand Down
1 change: 1 addition & 0 deletions packages/agent/tsconfig.json
Expand Up @@ -17,6 +17,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017",
"tsBuildInfoFile": "./build_info.json"
Expand Down
1 change: 1 addition & 0 deletions packages/auth-client/tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017"
},
Expand Down
1 change: 1 addition & 0 deletions packages/authentication/tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017"
},
Expand Down
1 change: 1 addition & 0 deletions packages/candid/tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017"
},
Expand Down
1 change: 1 addition & 0 deletions packages/identity-ledgerhq/tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017"
},
Expand Down
1 change: 1 addition & 0 deletions packages/identity/tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017"
},
Expand Down
1 change: 1 addition & 0 deletions packages/principal/tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017"
},
Expand Down

0 comments on commit 32027b3

Please sign in to comment.