Update crypto sdk (#138)
* Update crypto sdk * force build * update crypto sdk * access to internal repo * add new line * try this Co-authored-by: Guillermo Proano <gproano@microsoft.com>
This commit is contained in:
Родитель
343b7085b6
Коммит
7553118dc0
|
@ -155,4 +155,3 @@ bld/
|
|||
.vs
|
||||
.user
|
||||
/services/PouchDbClient/testdb
|
||||
/.npmrc
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
registry= https://pkgs.dev.azure.com/msazure/_packaging/AD-DID-Packages/npm/registry/
|
||||
always-auth=true
|
|
@ -1,3 +1,9 @@
|
|||
# version 0.12.1-preview.60
|
||||
## Update crypto sdk dependency
|
||||
**Type of change:** Engineering
|
||||
**Customer impact:** low
|
||||
- Updates crypto sdk dependency to use latest version.
|
||||
|
||||
# version 0.12.1-preview.51
|
||||
## Update crypto sdk dependency
|
||||
**Type of change:** Engineering
|
||||
|
|
|
@ -178,8 +178,7 @@ npm run build
|
|||
|
||||
### Test
|
||||
|
||||
npm run test
|
||||
|
||||
npm run test
|
||||
|
||||
|
||||
# Publishing the package to npmjs
|
||||
|
|
|
@ -12,7 +12,7 @@ pool:
|
|||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '>=14.15.0 <15.0.0'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "verifiablecredentials-verification-sdk-typescript",
|
||||
"version": "0.12.1-preview.51",
|
||||
"version": "0.12.1-preview.60",
|
||||
"description": "Typescript SDK for verifiable credentials",
|
||||
"main": "dist/lib/index.js",
|
||||
"types": "dist/lib/index.d.ts",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "3.6.3",
|
||||
"@types/node": "12.0.0",
|
||||
"@types/node": "14.6.2",
|
||||
"@types/node-fetch": "2.5.5",
|
||||
"@types/uuid": "3.4.4",
|
||||
"delay": "^4.4.0",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"jasmine": "^3.6.3",
|
||||
"jasmine-reporters": "^2.3.2",
|
||||
"jasmine-spec-reporter": "^4.2.1",
|
||||
"jasmine-ts": "0.3.0",
|
||||
"jasmine-ts": "0.4.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"nyc": "^15.1.0",
|
||||
"source-map-support": "0.5.12",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"jsonpath": "1.1.1",
|
||||
"multihashes": "0.4.14",
|
||||
"uuid": "7.0.1",
|
||||
"verifiablecredentials-crypto-sdk-typescript": "1.1.12-preview.3"
|
||||
"verifiablecredentials-crypto-sdk-typescript": "1.1.12-preview.12"
|
||||
},
|
||||
"nyc": {
|
||||
"extension": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче