Skip to content

Commit

Permalink
chore(deps): externalize @cfworker/json-schema dep (#920)
Browse files Browse the repository at this point in the history
contributed by @jdanyow
  • Loading branch information
jdanyow authored Dec 6, 2024
1 parent a5e05f3 commit feeaa7a
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 1,738 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const common = {
'SDKErrors.ts',
'Did.rpc.ts',
// third party code copied to this repo
'packages/utils/src/json-schema/',
'jsonabc.ts',
],
}
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@cfworker/json-schema": "^4.0.2",
"@kiltprotocol/eddsa-jcs-2022": "^0.1.0",
"@kiltprotocol/es256k-jcs-2023": "^0.1.0",
"@kiltprotocol/jcs-data-integrity-proofs-common": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export * as Crypto from './Crypto.js'
export * as UUID from './UUID.js'
export * as DataUtils from './DataUtils.js'
export * as SDKErrors from './SDKErrors.js'
export * as JsonSchema from './json-schema/index.js'
export * as JsonSchema from '@cfworker/json-schema'
export * as Signers from './Signers.js'
export * as Multikey from './Multikey.js'
export { Caip19, Caip2 } from './CAIP/index.js'
Expand Down
2 changes: 0 additions & 2 deletions packages/utils/src/json-schema/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions packages/utils/src/json-schema/deep-compare-strict.ts

This file was deleted.

186 changes: 0 additions & 186 deletions packages/utils/src/json-schema/dereference.ts

This file was deleted.

Loading

0 comments on commit feeaa7a

Please sign in to comment.