Skip to content

Commit

Permalink
Build/Dependency fixes for Node.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Feb 8, 2023
1 parent e37d01c commit 4fb6db5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export { XMLParser } from "https://esm.sh/[email protected]";
* @private
* @ignore
* */
export { ZipReader, Uint8ArrayReader, TextWriter } from "https://deno.land/x/[email protected].61/index.js"
export { ZipReader, Uint8ArrayReader, TextWriter } from "https://deno.land/x/[email protected].63/index.js"
6 changes: 6 additions & 0 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ await build({
deno: "dev",
undici: true // Undici is for fetch support in old node versions
},
mappings: {
"https://deno.land/x/[email protected]/index.js": {
name: "@zip.js/zip.js",
version: "^2.6.63"
},
},
package: {
// package.json properties
name: "entsoe-api-client",
Expand Down

0 comments on commit 4fb6db5

Please sign in to comment.