Skip to content

Commit

Permalink
chore: 🤖 update sdk refs to polymesh-private name
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Mar 6, 2024
1 parent 0a43d18 commit caea836
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
moduleNameMapper: {
'~/(.*)': '<rootDir>/src/$1',
'@polymeshassociation/polymesh-sdk(.*)':
'<rootDir>/node_modules/@polymeshassociation/confidential-polymesh-sdk$1',
'<rootDir>/node_modules/@polymeshassociation/polymesh-private-sdk$1',
},
testRegex: '.*\\.spec\\.ts$',
coverageDirectory: './coverage',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@polymeshassociation/fireblocks-signing-manager": "^2.3.0",
"@polymeshassociation/hashicorp-vault-signing-manager": "^3.1.0",
"@polymeshassociation/local-signing-manager": "^3.1.0",
"@polymeshassociation/confidential-polymesh-sdk": "^1.0.0-alpha.5",
"@polymeshassociation/polymesh-private-sdk": "^1.0.0-alpha.6",
"@polymeshassociation/signing-manager-types": "^3.1.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ApiQuery,
ApiTags,
} from '@nestjs/swagger';
import { ConfidentialTransaction } from '@polymeshassociation/confidential-polymesh-sdk/internal';
import { ConfidentialTransaction } from '@polymeshassociation/polymesh-private-sdk/internal';
import { BigNumber } from '@polymeshassociation/polymesh-sdk';

import { ApiArrayResponse } from '~/common/decorators/swagger';
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"paths": {
"~/*": ["src/*"],
"@polymeshassociation/polymesh-sdk": [
"node_modules/@polymeshassociation/confidential-polymesh-sdk"
"node_modules/@polymeshassociation/polymesh-private-sdk"
],
"@polymeshassociation/polymesh-sdk/*": [
"node_modules/@polymeshassociation/confidential-polymesh-sdk/*"
"node_modules/@polymeshassociation/polymesh-private-sdk/*"
]
},
"plugins": [
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1962,28 +1962,6 @@
tslib "^2.6.2"
ws "^8.14.2"

"@polymeshassociation/confidential-polymesh-sdk@^1.0.0-alpha.5":
version "1.0.0-alpha.5"
resolved "https://registry.yarnpkg.com/@polymeshassociation/confidential-polymesh-sdk/-/confidential-polymesh-sdk-1.0.0-alpha.5.tgz#4b9df0b8c44e422e26fff003d432943ca4d82442"
integrity sha512-SZXfidBHW5Kw6yhqVsbkAk1pwIJG7eXPxI4b1X0TwzP/akHGAq0I9YxLD8S9CFjpmRHBHqOTBz21y0oXWh58PA==
dependencies:
"@apollo/client" "^3.8.1"
"@polkadot/api" "10.9.1"
"@polkadot/util" "12.4.2"
"@polkadot/util-crypto" "12.4.2"
bignumber.js "9.0.1"
bluebird "^3.7.2"
cross-fetch "^4.0.0"
dayjs "1.11.9"
graphql "^16.8.0"
graphql-tag "2.12.6"
iso-7064 "^1.1.0"
json-stable-stringify "^1.0.2"
lodash "^4.17.21"
patch-package "^8.0.0"
semver "^7.5.4"
websocket "^1.0.34"

"@polymeshassociation/fireblocks-signing-manager@^2.3.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@polymeshassociation/fireblocks-signing-manager/-/fireblocks-signing-manager-2.4.0.tgz#950fe46caf09d605f50eddbece2c8be4993e5ae2"
Expand Down Expand Up @@ -2012,6 +1990,28 @@
dependencies:
"@polymeshassociation/signing-manager-types" "^3.2.0"

"@polymeshassociation/polymesh-private-sdk@^1.0.0-alpha.6":
version "1.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-private-sdk/-/polymesh-private-sdk-1.0.0-alpha.6.tgz#2c82452451a1d9cee4cb4f18397f3ca6458177bb"
integrity sha512-4jKuy1qYFxhVdDAHzIFSK18dODgmIl4oK63OwrvvM10xESJRpEg3/gQv0vChXMWB3SBTU8fI3mHAHtokaHaF9w==
dependencies:
"@apollo/client" "^3.8.1"
"@polkadot/api" "10.9.1"
"@polkadot/util" "12.4.2"
"@polkadot/util-crypto" "12.4.2"
bignumber.js "9.0.1"
bluebird "^3.7.2"
cross-fetch "^4.0.0"
dayjs "1.11.9"
graphql "^16.8.0"
graphql-tag "2.12.6"
iso-7064 "^1.1.0"
json-stable-stringify "^1.0.2"
lodash "^4.17.21"
patch-package "^8.0.0"
semver "^7.5.4"
websocket "^1.0.34"

"@polymeshassociation/signing-manager-types@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@polymeshassociation/signing-manager-types/-/signing-manager-types-3.1.0.tgz#645afd036af1666579be8b6cf6f7bf15390183e2"
Expand Down

0 comments on commit caea836

Please sign in to comment.