Skip to content

Commit

Permalink
fix(deps): bump swipl-wasm from 4.0.5 to 4.0.6 (#1307)
Browse files Browse the repository at this point in the history
Bumps [swipl-wasm](https://github.com/SWI-Prolog/npm-swipl-wasm) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/SWI-Prolog/npm-swipl-wasm/releases)
- [Commits](SWI-Prolog/npm-swipl-wasm@v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: swipl-wasm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 2bc6492 commit d824024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -151,7 +151,7 @@
},
"dependencies": {
"n3": "^1.16.3",
"swipl-wasm": "4.0.5"
"swipl-wasm": "4.0.6"
},
"peerDependencies": {
"@rdfjs/types": "^1.1.0"
Expand Down

1 comment on commit d824024

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'EYE JS Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: d824024 Previous: c18ca49 Ratio
Run deep taxonomy benchmark [100] 0.02 ops/sec (±2.55%) 0.03 ops/sec (±2.07%) 1.50
Run timbl + foaf + owl2rl rules 0.47 ops/sec (±3.24%) 0.52 ops/sec (±0.74%) 1.11
Run timbl + foaf + owl2rl rules [string] 0.48 ops/sec (±1.51%) 0.53 ops/sec (±0.77%) 1.10

This comment was automatically generated by workflow using github-action-benchmark.

CC: @jeswr

Please sign in to comment.