Skip to content

Commit

Permalink
build: agent-js v1.4.0 (#677)
Browse files Browse the repository at this point in the history
# Motivation

Agent-js v1.4.0 allows the removal of 'unsafe-eval' and 'unsafe-inline'
in CSPs.

# Changes

- Bump agent-js v1.4.0.

---------

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jul 22, 2024
1 parent 3b71a0e commit b9f9a59
Show file tree
Hide file tree
Showing 11 changed files with 104 additions and 81 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
- `updateNeuron` to not change the neuron subaccount.
- `list_neurons` to use old `ListNeurons` type for hardware wallet compatibility.

## Build

- Upgrade `agent-js` dependencies to `v1.4.0`.

# 2024.06.11-1630Z

## Overview
Expand Down
127 changes: 73 additions & 54 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"homepage": "https://github.com/dfinity/ic-js#readme",
"peerDependencies": {
"@dfinity/agent": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/principal": "^1.3.0",
"@dfinity/agent": "^1.4.0",
"@dfinity/candid": "^1.4.0",
"@dfinity/principal": "^1.4.0",
"@dfinity/utils": "^2.3.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cketh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"homepage": "https://github.com/dfinity/ic-js#readme",
"peerDependencies": {
"@dfinity/agent": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/principal": "^1.3.0",
"@dfinity/agent": "^1.4.0",
"@dfinity/candid": "^1.4.0",
"@dfinity/principal": "^1.4.0",
"@dfinity/utils": "^2.3.1"
}
}
Loading

0 comments on commit b9f9a59

Please sign in to comment.