-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# hydra-box | ||
# @kopflos/core | ||
|
||
## 0.7.0 | ||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- edc3783: Convert package to ESM | ||
- 2643a0a: Source changes to TypeScript | ||
- First release, renamed from `hydra-box` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
{ | ||
"name": "hydra-box", | ||
"description": "Hydra Box middleware", | ||
"version": "0.7.0", | ||
"name": "@kopflos/core", | ||
"description": "Hydra middleware for web APIs", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"lint": "eslint . --quiet --ignore-path .gitignore", | ||
"test": "c8 --all --reporter lcovonly --reporter text mocha", | ||
"build": "tsc", | ||
"preblog": "npm run build", | ||
"blog": "(cd examples/blog; bash init.sh --keep; DEBUG=hydra-box* nodemon --ext ttl,js,json --exec node --inspect=0.0.0.0:9001 server.js)", | ||
"blog": "(cd examples/blog; bash init.sh --keep; DEBUG=kopflos:core* nodemon --ext ttl,js,json --exec node --inspect=0.0.0.0:9001 server.js)", | ||
"prepack": "npm run build", | ||
"release": "changeset publish" | ||
}, | ||
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)", | ||
"author": "Zazuko GmbH", | ||
"contributors": [ | ||
{ | ||
"name": "Thomas Bergwinkl", | ||
"email": "[email protected]", | ||
"url": "https://www.bergnet.org/people/bergi/card#me" | ||
} | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/zazuko/hydra-box.git" | ||
"url": "git://github.com/zazuko/kopflos.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zazuko/hydra-box/issues" | ||
"url": "https://github.com/zazuko/kopflos/issues" | ||
}, | ||
"homepage": "https://github.com/zazuko/hydra-box", | ||
"homepage": "https://github.com/zazuko/kopflos", | ||
"dependencies": { | ||
"@rdfjs/express-handler": "^2.0.0", | ||
"@zazuko/env-node": "^2.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters