ipld-schema-describer 3.0.12 → 3.0.13

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,9 @@
1
+ ## [3.0.13](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.12...v3.0.13) (2024-12-03)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump mocha from 10.8.2 to 11.0.1 ([b386d94](https://github.com/rvagg/js-ipld-schema-describer/commit/b386d9413f4c73f590f3f9860004fc06add82db6))
6
+
1
7
  ## [3.0.12](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.11...v3.0.12) (2024-10-25)
2
8
 
3
9
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipld-schema-describer",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "IPLD Schema Describer",
5
5
  "main": "ipld-schema-describer.js",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "c8": "^10.0.0",
38
38
  "chai": "^5.0.3",
39
- "mocha": "^10.2.0",
39
+ "mocha": "^11.0.1",
40
40
  "polendina": "^3.2.1",
41
41
  "standard": "^17.1.0",
42
42
  "typescript": "^5.3.3"
@@ -1 +1 @@
1
- {"root":["../example.js","../ipld-schema-describer.js","../kind.js"],"version":"5.6.3"}
1
+ {"root":["../example.js","../ipld-schema-describer.js","../kind.js"],"version":"5.7.2"}