Skip to content

Commit

Permalink
[package.json] use new react-web-sdk name and update package version (#4
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jacobleesinger authored Apr 23, 2021
1 parent b98bead commit e244aa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-redux": "^7.1.16",
"@unumid/demo-types": "git+ssh://[email protected]/UnumID/demo-types.git#v0.4.1",
"@unumid/types": "git+ssh://[email protected]/UnumID/types.git#1.4.1",
"@unumid/web-sdk": "git+ssh://[email protected]/UnumID/Verifier-Client-SDK.git#v1.0.0",
"@unumid/react-web-sdk": "git+ssh://[email protected]/UnumID/react-web-sdk.git#v1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FC, useEffect } from 'react';
import { useHistory } from 'react-router-dom';
import { CredentialRequest } from '@unumid/types';
import { DemoNoPresentationDto, DemoPresentationDto, DemoPresentationRequestCreateOptions } from '@unumid/demo-types';
import UnumIDWidget from '@unumid/web-sdk';
import UnumIDWidget from '@unumid/react-web-sdk';

import { config } from '../config';

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2203,6 +2203,12 @@
dependencies:
"@unumid/types" "git+ssh://[email protected]/UnumID/types.git#v1.2.1"

"@unumid/react-web-sdk@git+ssh://[email protected]/UnumID/react-web-sdk.git#v1.0.1":
version "1.0.0"
resolved "git+ssh://[email protected]/UnumID/react-web-sdk.git#300b4bdcd81c5a023a7ddb4c725f7f476305a631"
dependencies:
axios "^0.21.1"

"@unumid/types@git+ssh://[email protected]/UnumID/types.git#1.4.1":
version "1.4.1"
resolved "git+ssh://[email protected]/UnumID/types.git#55853e9b01d603e1c31cbb53f2170e94441cefa1"
Expand All @@ -2215,12 +2221,6 @@
dependencies:
runtypes "^6.0.0"

"@unumid/web-sdk@git+ssh://[email protected]/UnumID/Verifier-Client-SDK.git#v1.0.0":
version "1.0.0"
resolved "git+ssh://[email protected]/UnumID/Verifier-Client-SDK.git#7e1f6ed365f6c5d2694d696ffefc650aadbad18e"
dependencies:
axios "^0.21.1"

"@webassemblyjs/[email protected]":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
Expand Down

0 comments on commit e244aa8

Please sign in to comment.