ipld-schema-describer 3.0.6 → 3.0.7

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.0.7](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.6...v3.0.7) (2024-01-29)
2
+
3
+
4
+ ### Trivial Changes
5
+
6
+ * update dependencies ([928cb80](https://github.com/rvagg/js-ipld-schema-describer/commit/928cb8093c9434f4264ba36c063161ec86f9ab9b))
7
+
1
8
  ## [3.0.6](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.5...v3.0.6) (2024-01-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipld-schema-describer",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "IPLD Schema Describer",
5
5
  "main": "ipld-schema-describer.js",
6
6
  "type": "module",
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "homepage": "https://github.com/rvagg/js-ipld-schema-describer#readme",
36
36
  "devDependencies": {
37
- "c8": "^9.0.0",
38
- "chai": "^4.3.6",
39
- "mocha": "^10.0.0",
40
- "polendina": "^3.1.0",
41
- "standard": "^17.0.0",
42
- "typescript": "^5.0.2"
37
+ "c8": "^9.1.0",
38
+ "chai": "^5.0.3",
39
+ "mocha": "^10.2.0",
40
+ "polendina": "^3.2.1",
41
+ "standard": "^17.1.0",
42
+ "typescript": "^5.3.3"
43
43
  },
44
44
  "dependencies": {
45
- "ipld-schema": "^3.0.2"
45
+ "ipld-schema": "^3.0.3"
46
46
  },
47
47
  "typesVersions": {
48
48
  "*": {
@@ -1,9 +1,7 @@
1
1
  /* eslint-env mocha */
2
2
 
3
3
  import { describe as describeSchema } from 'ipld-schema-describer'
4
- import chai from 'chai'
5
-
6
- const { assert } = chai
4
+ import { assert } from 'chai'
7
5
 
8
6
  const fauxCID = {}
9
7
  fauxCID.asCID = fauxCID
@@ -1,9 +1,7 @@
1
1
  /* eslint-env mocha */
2
2
 
3
3
  import { describe as describeSchema } from 'ipld-schema-describer'
4
- import chai from 'chai'
5
-
6
- const { assert } = chai
4
+ import { assert } from 'chai'
7
5
 
8
6
  describe('Errors', () => {
9
7
  it('bad kind', () => {