Skip to content

Commit

Permalink
fix: šŸ› use latest json-pack implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 27, 2024
1 parent adc6570 commit de54ab5
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 2,171 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,16 @@
}
},
"dependencies": {
"@jsonjoy.com/json-pack": "^1.0.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@types/jest": "^29.0.0",
"@types/node": "^10.17.60",
"@types/mime": "^3.0.0",
"@types/node": "^10.17.60",
"app-root-path": "^3.1.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions src/fsa-to-node/json.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CborEncoder } from '../json-joy/json-pack/cbor/CborEncoder';
import { CborDecoder } from '../json-joy/json-pack/cbor/CborDecoder';
import { CborEncoder } from '@jsonjoy.com/json-pack/lib/cbor/CborEncoder';
import { CborDecoder } from '@jsonjoy.com/json-pack/lib/cbor/CborDecoder';

export const encoder = new CborEncoder();
export const decoder = new CborDecoder();
11 changes: 0 additions & 11 deletions src/json-joy/json-pack/JsonPackExtension.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/json-joy/json-pack/JsonPackValue.ts

This file was deleted.

Loading

0 comments on commit de54ab5

Please sign in to comment.