Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit c8b54e7

Browse files
committed
[Hotfix] v0.1.10
* use latest SPA git branch Merge tag 'v0.1.10' into develop [Hotfix] v0.1.10 * use latest SPA git branch
2 parents dcaeabb + 18ef395 commit c8b54e7

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryptr-angular",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -31,7 +31,7 @@
3131
"@angular/platform-browser": "^10.2.4",
3232
"@angular/platform-browser-dynamic": "^10.2.4",
3333
"@angular/router": "^10.2.4",
34-
"@cryptr/cryptr-spa-js": "github:cryptr-auth/cryptr-spa-js#release/v0.1.5",
34+
"@cryptr/cryptr-spa-js": "github:cryptr-auth/cryptr-spa-js#master",
3535
"dotenv": "^8.2.0",
3636
"rxjs": "~6.6.0",
3737
"tslib": "^2.0.0",

projects/cryptr/cryptr-angular/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/cryptr/cryptr-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cryptr/cryptr-angular",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Cryptr SDK for Angular SPA",
55
"keywords": [
66
"cryptr",
@@ -21,7 +21,7 @@
2121
"make-badges": "istanbul-badges-readme"
2222
},
2323
"dependencies": {
24-
"@cryptr/cryptr-spa-js": "github:cryptr-auth/cryptr-spa-js#release/v0.1.5",
24+
"@cryptr/cryptr-spa-js": "github:cryptr-auth/cryptr-spa-js#master",
2525
"tslib": "^2.0.0"
2626
},
2727
"author": "Cryptr <[email protected]> (https://www.cryptr.co)",

0 commit comments

Comments
 (0)