Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into negated-set
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 24, 2024
2 parents 7543715 + 4ebdf67 commit 53ad1d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# clownface-shacl-path

## 2.3.0

### Minor Changes

- d4af8b4: Allow calling `toSparql` with a path object

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clownface-shacl-path",
"description": "Find nodes in graph by following SHACL Paths",
"version": "2.2.0",
"version": "2.3.0",
"main": "index.js",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ describe('clownface-shacl-path', () => {
})

describe('toSparql', () => {
it('accepts existing pat object', () => {
it('accepts existing path object', () => {
// given
const path = new PredicatePath(schema.knows)

Expand Down

0 comments on commit 53ad1d7

Please sign in to comment.