Skip to content

Commit

Permalink
build: redo global polyfill (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Jun 21, 2023
1 parent 26c6124 commit 21089c0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.18.0 (wip)
# 0.17.1 (2023-06-21)

## Release

Expand All @@ -11,6 +11,19 @@
- utils `v0.0.17`
- nns-proto `v0.0.3`

## Fix

- redo `global` polyfill for the browser
- expose more types in new library `ic-management-js`

## Build

- fix `ic-management-js` next dependencies and version

## Docs

- various improvements in READMEs

# 0.17.0 (2023-06-20)

## Release
Expand Down
4 changes: 2 additions & 2 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": "@dfinity/ic-js",
"version": "0.18.0",
"version": "0.17.1",
"description": "A collection of library for interfacing with the Internet Computer.",
"license": "Apache-2.0",
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions scripts/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const buildEsmCjs = () => {
minify: true,
splitting: true,
format: "esm",
define: { global: "window" },
target: ["esnext"],
platform: "browser",
conditions: ["worker", "browser"],
Expand Down

0 comments on commit 21089c0

Please sign in to comment.