Skip to content

Commit 3acd6f8

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent dd368d1 commit 3acd6f8

File tree

10 files changed

+27
-43
lines changed

10 files changed

+27
-43
lines changed

.changeset/ninety-numbers-carry.md

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

.changeset/thirty-pianos-promise.md

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

apps/conduit/CHANGELOG.md

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

3+
## 0.1.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dd368d1]
8+
- @hydrofoil/knossos@0.9.7
9+
310
## 0.1.49
411

512
### 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.49",
4+
"version": "0.1.50",
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.6",
13+
"@hydrofoil/knossos": "0.9.7",
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.16",
28+
"@hydrofoil/talos": "0.4.17",
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/knossos/CHANGELOG.md

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

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- dd368d1: build(deps): bump camouflage-rewrite from 1.2.0 to 1.4.0
8+
39
## 0.9.6
410

511
### Patch Changes

packages/knossos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/knossos",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"bin": {
55
"knossos": "bin/knossos.js",
66
"knossos-ts": "bin/knossos-ts.js"

packages/talos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hydrofoil/talos
22

3+
## 0.4.17
4+
5+
### Patch Changes
6+
7+
- 0792046: Option to skip resources which already exist
8+
- Updated dependencies [dd368d1]
9+
- @hydrofoil/knossos@0.9.7
10+
311
## 0.4.16
412

513
### Patch Changes

packages/talos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/talos",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"main": "index.js",
55
"bin": {
66
"talos": "bin/talos.js"
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@fcostarodrigo/walk": "^5.0.1",
23-
"@hydrofoil/knossos": "^0.9.4",
23+
"@hydrofoil/knossos": "^0.9.7",
2424
"@hydrofoil/vocabularies": "^0.3",
2525
"@rdfjs/formats-common": "^2.2.0",
2626
"@rdfjs/term-map": "^1",

0 commit comments

Comments
 (0)