@civic/auth 0.9.3-beta.4 → 0.9.4

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/CHANGELOG.md CHANGED
@@ -9,7 +9,6 @@
9
9
 
10
10
  - BUILD FAILED because of Civic Verify
11
11
 
12
- # 0.9.1 Optional client ID
13
12
  # 0.9.1 Optional client ID & Civic token verification library
14
13
 
15
14
  - server SDK: Make client ID optional when login url is provided
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@civic/auth:0.9.3-beta.4";
1
+ export declare const VERSION = "@civic/auth:0.9.4";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,6BAA6B,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,sBAAsB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // This is an auto-generated file. Do not edit.
2
- export const VERSION = "@civic/auth:0.9.3-beta.4";
2
+ export const VERSION = "@civic/auth:0.9.4";
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC","sourcesContent":["// This is an auto-generated file. Do not edit.\n\nexport const VERSION = \"@civic/auth:0.9.3-beta.4\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,mBAAmB,CAAC","sourcesContent":["// This is an auto-generated file. Do not edit.\n\nexport const VERSION = \"@civic/auth:0.9.4\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civic/auth",
3
- "version": "0.9.3-beta.4",
3
+ "version": "0.9.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -59,8 +59,8 @@
59
59
  "ts-deepmerge": "^7.0.2",
60
60
  "usehooks-ts": "^3.1.0",
61
61
  "uuid": "^10.0.0",
62
- "@civic/auth-verify": "0.0.4",
63
- "@civic/iframe-resizer": "0.1.2"
62
+ "@civic/iframe-resizer": "0.1.2",
63
+ "@civic/auth-verify": "0.0.4"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@rollup/plugin-typescript": "^12.1.1",