ipld-schema-describer
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -0,1 +1,8 @@ | ||
## [3.0.7](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.6...v3.0.7) (2024-01-29) | ||
### Trivial Changes | ||
* update dependencies ([928cb80](https://github.com/rvagg/js-ipld-schema-describer/commit/928cb8093c9434f4264ba36c063161ec86f9ab9b)) | ||
## [3.0.6](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.5...v3.0.6) (2024-01-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "ipld-schema-describer", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "IPLD Schema Describer", | ||
@@ -37,11 +37,11 @@ "main": "ipld-schema-describer.js", | ||
"devDependencies": { | ||
"c8": "^9.0.0", | ||
"chai": "^4.3.6", | ||
"mocha": "^10.0.0", | ||
"polendina": "^3.1.0", | ||
"standard": "^17.0.0", | ||
"typescript": "^5.0.2" | ||
"c8": "^9.1.0", | ||
"chai": "^5.0.3", | ||
"mocha": "^10.2.0", | ||
"polendina": "^3.2.1", | ||
"standard": "^17.1.0", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"ipld-schema": "^3.0.2" | ||
"ipld-schema": "^3.0.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "typesVersions": { |
/* eslint-env mocha */ | ||
import { describe as describeSchema } from 'ipld-schema-describer' | ||
import chai from 'chai' | ||
import { assert } from 'chai' | ||
const { assert } = chai | ||
const fauxCID = {} | ||
@@ -9,0 +7,0 @@ fauxCID.asCID = fauxCID |
/* eslint-env mocha */ | ||
import { describe as describeSchema } from 'ipld-schema-describer' | ||
import chai from 'chai' | ||
import { assert } from 'chai' | ||
const { assert } = chai | ||
describe('Errors', () => { | ||
@@ -9,0 +7,0 @@ it('bad kind', () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33542
501
Updatedipld-schema@^3.0.3