@asgardeo/vue 0.0.6 → 0.0.7

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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from 'vue';
2
- import { AsgardeoAuthException, BasicUserInfo, IdToken, HttpClientInstance, OIDCEndpoints, HttpRequestConfig, HttpResponse, Hooks, TokenExchangeRequestConfig, SignInConfig, AuthClientConfig, Config, AuthSPAClientConfig } from '@asgardeo/auth-spa';
2
+ import { AuthSPAClientConfig, AsgardeoAuthException, BasicUserInfo, IdToken, HttpClientInstance, OIDCEndpoints, HttpRequestConfig, HttpResponse, Hooks, TokenExchangeRequestConfig, SignInConfig, AuthClientConfig, Config } from '@asgardeo/auth-spa';
3
3
  export * from '@asgardeo/auth-spa';
4
4
 
5
5
  /**
@@ -155,5 +155,4 @@ declare const asgardeoPlugin: Plugin;
155
155
  */
156
156
  declare function useAsgardeo(): AuthContextInterface;
157
157
 
158
- export { asgardeoPlugin, useAsgardeo };
159
- export type { AuthContextInterface, AuthParams, AuthStateInterface, AuthVueConfig, VueConfig };
158
+ export { type AuthContextInterface, type AuthParams, type AuthStateInterface, type AuthVueConfig, type VueConfig, asgardeoPlugin, useAsgardeo };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgardeo/vue",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Vue SDK for Asgardeo - Authentication and Identity Management",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -35,45 +35,45 @@
35
35
  "identity-management"
36
36
  ],
37
37
  "devDependencies": {
38
- "@rollup/plugin-commonjs": "^25.0.7",
39
- "@rollup/plugin-image": "^3.0.3",
40
- "@rollup/plugin-node-resolve": "^15.2.3",
41
- "@rollup/plugin-typescript": "^11.1.6",
42
- "@types/node": "^20.12.7",
38
+ "@rollup/plugin-commonjs": "25.0.7",
39
+ "@rollup/plugin-image": "3.0.3",
40
+ "@rollup/plugin-node-resolve": "15.2.3",
41
+ "@rollup/plugin-typescript": "11.1.6",
42
+ "@types/node": "20.12.7",
43
43
  "@vitest/coverage-v8": "3.0.8",
44
- "@vitest/web-worker": "^3.0.8",
45
- "@vue/eslint-config-prettier": "^8.0.0",
46
- "@vue/eslint-config-typescript": "^12.0.0",
47
- "@vue/test-utils": "^2.4.6",
48
- "@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?a1fc6eb570653c999828aea9f5027cba06af4391",
49
- "@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?a1fc6eb570653c999828aea9f5027cba06af4391",
50
- "@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?a1fc6eb570653c999828aea9f5027cba06af4391",
44
+ "@vitest/web-worker": "3.0.8",
45
+ "@vue/eslint-config-prettier": "8.0.0",
46
+ "@vue/eslint-config-typescript": "12.0.0",
47
+ "@vue/test-utils": "2.4.6",
48
+ "@wso2/eslint-plugin": "git+https://github.com/brionmario/wso2-ui-configs.git#a1fc6eb570653c999828aea9f5027cba06af4391&path:packages/eslint-plugin",
49
+ "@wso2/prettier-config": "git+https://github.com/brionmario/wso2-ui-configs.git#a1fc6eb570653c999828aea9f5027cba06af4391&path:packages/prettier-config",
50
+ "@wso2/stylelint-config": "git+https://github.com/brionmario/wso2-ui-configs.git#a1fc6eb570653c999828aea9f5027cba06af4391&path:packages/stylelint-config",
51
51
  "eslint": "8.57.0",
52
- "prettier": "^3.2.5",
53
- "rollup": "^4.17.2",
54
- "rollup-plugin-dts": "^6.1.0",
55
- "rollup-plugin-polyfill-node": "^0.13.0",
56
- "rollup-plugin-styles": "^4.0.0",
57
- "sass": "^1.75.0",
52
+ "prettier": "3.2.5",
53
+ "rollup": "4.17.2",
54
+ "rollup-plugin-dts": "6.1.0",
55
+ "rollup-plugin-polyfill-node": "0.13.0",
56
+ "rollup-plugin-styles": "4.0.0",
57
+ "sass": "1.75.0",
58
58
  "stylelint": "15.1.0",
59
- "tslib": "^2.6.2",
59
+ "tslib": "2.6.2",
60
60
  "typescript": "5.1.6",
61
- "vitest": "^3.0.8",
62
- "vue-tsc": "^2.2.2"
61
+ "vitest": "3.0.8",
62
+ "vue-tsc": "2.2.2"
63
63
  },
64
64
  "dependencies": {
65
- "@asgardeo/auth-spa": "^3.1.4",
66
- "@asgardeo/js": "*",
67
- "@vitejs/plugin-vue": "^5.0.0",
68
- "base64url": "^3.0.1",
69
- "buffer": "^6.0.3",
70
- "clsx": "^2.1.1",
71
- "fast-sha256": "^1.3.0",
72
- "jose": "^5.3.0",
73
- "randombytes": "^2.1.0"
65
+ "@asgardeo/auth-spa": "3.3.2",
66
+ "@asgardeo/js": "0.1.3",
67
+ "@vitejs/plugin-vue": "5.0.0",
68
+ "base64url": "3.0.1",
69
+ "buffer": "6.0.3",
70
+ "clsx": "2.1.1",
71
+ "fast-sha256": "1.3.0",
72
+ "jose": "5.3.0",
73
+ "randombytes": "2.1.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "vue": ">=3.5.13"
76
+ "vue": "3.5.13"
77
77
  },
78
78
  "exports": {
79
79
  "types": "./dist/index.d.ts",