Skip to content

Commit

Permalink
style: fix imports and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 30, 2023
1 parent 67504df commit 66216f5
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
5 changes: 4 additions & 1 deletion 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 packages/core/test/cloneTerm.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { notStrictEqual, strictEqual, throws } from 'assert'
import rdf from '@zazuko/env-node'
import rdf from 'barnard59-env'
import cloneTermUnbound from '../lib/cloneTerm.js'
import ns from './support/namespaces.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/loader/file.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as url from 'url'
import * as os from 'os'
import { expect } from 'chai'
import $rdf from '@zazuko/env-node'
import $rdf from 'barnard59-env'
import loader from '../../lib/loader/file.js'
import ns from '../support/namespaces.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/support/createPipelineDefinition.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import rdf from '@zazuko/env-node'
import rdf from 'barnard59-env'
import ns from './namespaces.js'

function createPipelineDefinition({
Expand Down
1 change: 1 addition & 0 deletions packages/csvw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"readable-stream": "^3.6.0"
},
"devDependencies": {
"barnard59-env": "^0.0.0",
"express-as-promise": "^1.2.0",
"get-stream": "^7.0.1",
"is-stream": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/formats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rdfxml-streaming-parser": "^1.2.0"
},
"devDependencies": {
"@zazuko/env-node": "^1.0.0",
"barnard59-env": "^0.0.0",
"chai": "^4.3.7"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/formats/test/jsonld.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs'
import rdf from '@zazuko/env'
import rdf from 'barnard59-env'
import { expect } from 'chai'
import { parse } from '../jsonld.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/formats/test/n3.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs'
import env from '@zazuko/env-node'
import env from 'barnard59-env'
import { expect } from 'chai'
import { parse } from '../n3.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/formats/test/rdf-xml.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs'
import env from '@zazuko/env-node'
import env from 'barnard59-env'
import { expect } from 'chai'
import { parse } from '../rdf-xml.js'

Expand Down

0 comments on commit 66216f5

Please sign in to comment.