Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: npm install -g npm
# Needed for compatibility
- run: npm i @esbuild/linux-x64
# - run: npm run size-limit --workspaces --if-present

# commented out until the job can be configured
Expand Down
2 changes: 1 addition & 1 deletion demos/sample-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"esbuild": "^0.15.16",
"events": "^3.2.0",
"html-webpack-plugin": "^5.1.0",
"size-limit": "^8.1.0",
"size-limit": "^8.2.6",
"stream-browserify": "^3.0.0",
"ts-node": "^10.8.2",
"util": "^0.12.3",
Expand Down
7 changes: 7 additions & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ <h1>Agent-JS Changelog</h1>

<section>
<h2>Version x.x.x</h2>
<ul>
<li>
Feat: use webcrypto or node crypto instead of Math.random for nonce generation if
available
</li>
</ul>
<h2>Version 0.18.1</h2>
<ul>
<li>fix: fix composite query in actor.ts</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion e2e/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "^28.1.2",
"locus": "^2.0.4",
"node-webcrypto-p11": "^2.5.0",
"size-limit": "^8.1.0",
"size-limit": "^8.2.6",
"text-encoding": "^0.7.0",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
Expand Down
Loading