Skip to content

Commit 2d332ee

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent e5d58dd commit 2d332ee

File tree

22 files changed

+82
-72
lines changed

22 files changed

+82
-72
lines changed

.changeset/breezy-keys-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fair-apples-float.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/rotten-rings-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-clouds-trade.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/conduit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hydrofoil/conduit
22

3+
## 0.1.47
4+
5+
### Patch Changes
6+
7+
- 03d7bcb: build(deps): bump @tpluscode/sparql-builder from 0.3.22 to 0.3.23
8+
- Updated dependencies [278f654]
9+
- Updated dependencies [03d7bcb]
10+
- Updated dependencies [323edb2]
11+
- @hydrofoil/knossos@0.9.4
12+
313
## 0.1.46
414

515
### Patch Changes

apps/conduit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hydrofoil/conduit",
33
"private": true,
4-
"version": "0.1.46",
4+
"version": "0.1.47",
55
"scripts": {
66
"resources": "../../packages/knossos/bin/knossos.ts init",
77
"bootstrap": "run-s bootstrap:*",
@@ -10,7 +10,7 @@
1010
"bootstrap:vocabs": "../../packages/talos/bin/talos.ts put-vocabs --apiDoc https://conduit.knossos.lndo.site/api --endpoint http://db.labyrinth.lndo.site/repositories/labyrinth --user minos --password password"
1111
},
1212
"dependencies": {
13-
"@hydrofoil/knossos": "0.9.3",
13+
"@hydrofoil/knossos": "0.9.4",
1414
"@rdfjs/term-set": "^1.1.0",
1515
"@tpluscode/rdf-ns-builders": "^2.0.0",
1616
"@tpluscode/sparql-builder": "^0.3.23",
@@ -25,7 +25,7 @@
2525
"rdf-ext": "^1.3.5"
2626
},
2727
"devDependencies": {
28-
"@hydrofoil/talos": "0.4.15",
28+
"@hydrofoil/talos": "0.4.16",
2929
"@types/express-unless": "^0.5.3",
3030
"@types/jsonwebtoken": "^8.5.8",
3131
"@types/node-fetch": "^2.5.12",

docs/talos/put-vocabs.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
Usage: talos put-vocabs [options]
2-
3-
Inserts vocabulary graphs into the database
4-
5-
Options:
6-
--apiDoc <apiDoc>
7-
--endpoint <endpoint>
8-
--token <token> System authentication token
9-
-u, --user <user>
10-
-p, --password <password>
11-
--extraVocabs <...extraVocab> Package name and (optionally) comma-separated
12-
prefixes
13-
-h, --help display help for command

docs/talos/put.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
Usage: talos put [options] [dirs...]
2-
3-
Initializes the database from local resource files
4-
5-
Options:
6-
--api <api>
7-
--endpoint <endpoint>
8-
--updateEndpoint <updateEndpoint>
9-
--token <token> System authentication token
10-
-u, --user <user>
11-
-p, --password <password>
12-
--apiPath <apiPath> The path of the API Documentation resource
13-
(default: "/api")
14-
-h, --help display help for command

packages/express-events/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hydrofoil/knossos-events
22

3+
## 0.3.12
4+
5+
### Patch Changes
6+
7+
- 03d7bcb: build(deps): bump @tpluscode/sparql-builder from 0.3.22 to 0.3.23
8+
- 323edb2: Missing package metadata
9+
310
## 0.3.11
411

512
### Patch Changes

packages/express-events/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/knossos-events",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"main": "index.js",
55
"scripts": {
66
"prepare": "tsc"
@@ -30,7 +30,7 @@
3030
"rdf-express-node-factory": "^1.1"
3131
},
3232
"devDependencies": {
33-
"@labyrinth/testing": "^0.0.15",
33+
"@labyrinth/testing": "^0.0.16",
3434
"chai": "^4.3.6",
3535
"debug": "^4.3.4",
3636
"express": "^4.18.1",

0 commit comments

Comments
 (0)