Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 26, 2024
1 parent a9664d8 commit f1a2b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/core/env.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { createEnv } from '@rdfine/env'
import Environment from '@zazuko/env/Environment.js'
import RdfineEnv from '@rdfine/env'
import { ShFactory } from '@rdfine/shacl/Factory'
import { HydraFactory } from '@rdfine/hydra/Factory'

export default createEnv(
export default new Environment([
ShFactory,
HydraFactory,
)
], { parent: RdfineEnv })
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@rdfine/hydra": "^0.10.4",
"@rdfine/shacl": "^0.10.4",
"@rdfjs/namespace": "^2.0.0",
"@zazuko/env": "^2.0.3",
"@zazuko/vocabulary-extras": "^2.0.1"
}
}

0 comments on commit f1a2b89

Please sign in to comment.