@tapni/auth 0.0.43 → 0.0.44

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
@@ -399,9 +399,9 @@ export default {
399
399
  this.$storage.username = '';
400
400
  this.$storage.ssoUser = '';
401
401
  this.$storage.UserId = '';
402
- this.setLoggedInUserId(null);
403
- this.setToken(null);
404
- this.setRefreshToken(null);
402
+ this.setLoggedInUserId('');
403
+ this.setToken('');
404
+ this.setRefreshToken('');
405
405
 
406
406
  if (this.refreshToken) {
407
407
  Object.keys(this.loggedInAccounts).forEach((username) => {
package/dist/.gitkeep DELETED
File without changes
@@ -1,11 +0,0 @@
1
- {
2
- "src/install.js": {
3
- "file": "TapniAuth.umd.js",
4
- "src": "src/install.js",
5
- "isEntry": true
6
- },
7
- "style.css": {
8
- "file": "style.css",
9
- "src": "style.css"
10
- }
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "applinks": {
3
- "apps": [],
4
- "details": [
5
- {
6
- "appID": "J7PL58C44N.co.tapni.app",
7
- "paths": ["*"]
8
- }
9
- ]
10
- }
11
- }
@@ -1,12 +0,0 @@
1
- [{
2
- "relation": ["delegate_permission/common.handle_all_urls"],
3
- "target": {
4
- "namespace": "android_app",
5
- "package_name": "co.tapni.app",
6
- "sha256_cert_fingerprints":
7
- [
8
- "B5:E6:1C:2F:E6:57:A8:A8:53:E9:10:4D:40:7C:A4:1C:61:A6:05:B1:67:19:3B:87:BA:5D:FD:F7:62:1B:E7:94",
9
- "54:D6:D1:9A:91:74:AD:8E:51:C3:63:53:55:CB:A1:B3:D2:A4:79:AF:5E:93:A0:DC:9E:01:8A:4E:60:4D:C3:60"
10
- ]
11
- }
12
- }]
@@ -1,7 +0,0 @@
1
- {
2
- "associatedApplications": [
3
- {
4
- "applicationId": "6c0662cb-3333-436d-a092-b5a37c50599e"
5
- }
6
- ]
7
- }