1
0
Форкнуть 0
* 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:
Guillermo Proano 2021-08-11 15:27:18 -07:00 коммит произвёл GitHub
Родитель 343b7085b6
Коммит 7553118dc0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 1112 добавлений и 6057 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -155,4 +155,3 @@ bld/
.vs
.user
/services/PouchDbClient/testdb
/.npmrc

2
.npmrc Normal file
Просмотреть файл

@ -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: |

7147
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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": [