Comparing version 4.0.6 to 4.0.7
@@ -0,1 +1,9 @@ | ||
## [4.0.7](https://github.com/rvagg/cborg/compare/v4.0.6...v4.0.7) (2024-01-10) | ||
### Trivial Changes | ||
* **deps-dev:** bump chai from 4.3.10 to 5.0.0 ([e6ec5a8](https://github.com/rvagg/cborg/commit/e6ec5a87df8512b5902c9500841137b431d22c07)) | ||
* **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 ([e61b03e](https://github.com/rvagg/cborg/commit/e61b03eb47d916c8da5f2bbeec3687d82880a0e8)) | ||
## [4.0.6](https://github.com/rvagg/cborg/compare/v4.0.5...v4.0.6) (2024-01-04) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "cborg", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Fast CBOR with a focus on strictness", | ||
@@ -32,12 +32,12 @@ "main": "cborg.js", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^11.0.0", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^9.0.6", | ||
"@semantic-release/npm": "^11.0.0", | ||
"@semantic-release/release-notes-generator": "^12.0.0", | ||
"@types/chai": "^4.3.6", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.6.2", | ||
"@semantic-release/github": "^9.2.6", | ||
"@semantic-release/npm": "^11.0.2", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"@types/chai": "^4.3.11", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.8", | ||
"c8": "^9.0.0", | ||
"chai": "^4.3.8", | ||
"chai": "^5.0.0", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
@@ -47,5 +47,5 @@ "ipld-garbage": "^5.0.0", | ||
"polendina": "^3.2.1", | ||
"semantic-release": "^22.0.0", | ||
"semantic-release": "^22.0.12", | ||
"standard": "^17.1.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -52,0 +52,0 @@ "exports": { |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
import { exec } from 'child_process' | ||
@@ -5,0 +5,0 @@ import process from 'process' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { Token, Type } from '../lib/token.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
import { Bl } from '../lib/bl.js' | ||
@@ -5,0 +5,0 @@ |
/* eslint-env mocha,es2020 */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode, encode } from '../cborg.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -5,0 +5,0 @@ import { decode } from '../cborg.js' |
@@ -5,3 +5,3 @@ /* eslint-env mocha */ | ||
import { decode, encode } from '../cborg.js' | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
@@ -8,0 +8,0 @@ const { assert } = chai |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
import { garbage } from 'ipld-garbage' | ||
@@ -5,0 +5,0 @@ import { uintBoundaries } from '../lib/0uint.js' |
/* eslint-env mocha */ | ||
import chai from 'chai' | ||
import * as chai from 'chai' | ||
import { garbage } from 'ipld-garbage' | ||
@@ -5,0 +5,0 @@ import { uintBoundaries } from '../lib/0uint.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
331091