@htmlbricks/hb-auth 0.15.15 → 0.15.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@htmlbricks/hb-auth",
3
3
  "displayName": "Svelte Boostrap Login and Register WebComponent",
4
4
  "description": "Svelte Boostrap Login and Register WebComponent",
5
- "version": "0.15.15",
5
+ "version": "0.15.20",
6
6
  "main": "release/release.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  "prepublish": "npm run build:release"
31
31
  },
32
32
  "devDependencies": {
33
- "@htmlbricks/hb-jsutils": "^0.15.15",
33
+ "@htmlbricks/hb-jsutils": "^0.15.20",
34
34
  "@htmlbricks/manifester": "^0.0.22",
35
35
  "@rollup/plugin-alias": "^3.1.2",
36
36
  "@rollup/plugin-commonjs": "^18.0.0",
@@ -76,5 +76,5 @@
76
76
  "html5-webcomponents"
77
77
  ],
78
78
  "contributors": [],
79
- "gitHead": "e9a5989b0269585c898754654e2e936c972d7fd3"
79
+ "gitHead": "703ac70aaad94bcb6179cffdba98a6312427d0af"
80
80
  }
@@ -13,6 +13,9 @@
13
13
  "provider": {
14
14
  "type": "string"
15
15
  },
16
+ "redirect_uri": {
17
+ "type": "string"
18
+ },
16
19
  "tmpCode": {
17
20
  "type": "string"
18
21
  },
@@ -565,5 +568,5 @@
565
568
  },
566
569
  "iifePath": "release/release.js",
567
570
  "repoName": "@htmlbricks/hb-auth",
568
- "version": "0.15.15"
571
+ "version": "0.15.20"
569
572
  }