@hydrofoil/talos 0.3.11 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @hydrofoil/talos
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f6ffb3c: build(deps): bump @tpluscode/sparql-builder from 0.3.14 to 0.3.18
8
+ - Updated dependencies [d1fe287]
9
+ - Updated dependencies [f6ffb3c]
10
+ - Updated dependencies [d289cd9]
11
+ - Updated dependencies [4ecd90a]
12
+ - @hydrofoil/knossos@0.6.0
13
+
14
+ ## 0.4.1
15
+
16
+ ### Patch Changes
17
+
18
+ - fadb644: build(deps): bump sparql-http-client from 2.2.3 to 2.4.0
19
+ - 1692ad1: build(deps): bump @tpluscode/rdf-ns-builders from 1.0.0 to 1.1.0
20
+ - Updated dependencies [fdc6d68]
21
+ - Updated dependencies [fadb644]
22
+ - Updated dependencies [ff74df9]
23
+ - Updated dependencies [1692ad1]
24
+ - @hydrofoil/knossos@0.5.2
25
+
26
+ ## 0.4.0
27
+
28
+ ### Minor Changes
29
+
30
+ - c226b3b: Update @hydrofoil/vocabularies
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [c226b3b]
35
+ - @hydrofoil/knossos@0.5.0
36
+
37
+ ## 0.3.12
38
+
39
+ ### Patch Changes
40
+
41
+ - 9905aae: Update `@tpluscode/rdf-string`
42
+ - Updated dependencies [be2ad8d]
43
+ - Updated dependencies [c95cfeb]
44
+ - Updated dependencies [9905aae]
45
+ - Updated dependencies [30417b2]
46
+ - @hydrofoil/knossos@0.4.6
47
+
3
48
  ## 0.3.11
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydrofoil/talos",
3
- "version": "0.3.11",
3
+ "version": "0.4.2",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "talos": "bin/talos.js"
@@ -15,14 +15,14 @@
15
15
  ],
16
16
  "dependencies": {
17
17
  "@fcostarodrigo/walk": "^5.0.1",
18
- "@hydrofoil/knossos": "^0.4.3",
19
- "@hydrofoil/vocabularies": "^0.2.0",
18
+ "@hydrofoil/knossos": "^0.6.0",
19
+ "@hydrofoil/vocabularies": "^0.3",
20
20
  "@rdfjs/formats-common": "^2.2.0",
21
- "@tpluscode/rdf-ns-builders": "^1.0.0",
22
- "@tpluscode/rdf-string": "^0.2.24",
23
- "@tpluscode/sparql-builder": "^0.3.12",
21
+ "@tpluscode/rdf-ns-builders": "^1.1.0",
22
+ "@tpluscode/rdf-string": "^0.2.25",
23
+ "@tpluscode/sparql-builder": "^0.3.18",
24
24
  "@zazuko/rdf-vocabularies": "*",
25
- "clownface": "^1.2.0",
25
+ "clownface": "^1.4.0",
26
26
  "commander": "^6.1.0",
27
27
  "debug": "^4.3.1",
28
28
  "is-absolute-url": "^3",
@@ -30,15 +30,15 @@
30
30
  "node-fetch": "^2.6.1",
31
31
  "rdf-ext": "^1.3.5",
32
32
  "replacestream": "^4.0.3",
33
- "sparql-http-client": "^2.2.3"
33
+ "sparql-http-client": "^2.4.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@rdfjs/namespace": "^1.1.0",
37
- "@types/mime-types": "^2.1.0",
37
+ "@types/mime-types": "^2.1.1",
38
38
  "@types/replacestream": "^4.0.1",
39
39
  "@wikibus/vocabularies": "^0.2.1",
40
40
  "chai": "^4.3.4",
41
- "mocha": "^9.1.3",
41
+ "mocha": "^9.1.4",
42
42
  "rdf-ext": "^1.3.5",
43
43
  "sinon": "^11"
44
44
  }