@asgardeo/vue 0.0.4 → 0.0.5
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.
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
* specific language governing permissions and limitations
|
|
16
16
|
* under the License.
|
|
17
17
|
*/
|
|
18
|
-
declare const _default: import("vite").UserConfig;
|
|
18
|
+
declare const _default: import("vite").UserConfig & Promise<import("vite").UserConfig> & import("vitest/dist/config").UserConfigFnObject & import("vitest/dist/config").UserConfigExport;
|
|
19
19
|
export default _default;
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
* specific language governing permissions and limitations
|
|
16
16
|
* under the License.
|
|
17
17
|
*/
|
|
18
|
-
declare const _default: import("vite").UserConfig;
|
|
18
|
+
declare const _default: import("vite").UserConfig & Promise<import("vite").UserConfig> & import("vitest/dist/config").UserConfigFnObject & import("vitest/dist/config").UserConfigExport;
|
|
19
19
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
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",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"LICENSE",
|
|
14
14
|
"README.md"
|
|
15
15
|
],
|
|
16
|
-
"homepage": "https://github.com/asgardeo/
|
|
16
|
+
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/vue#readme",
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/asgardeo/
|
|
18
|
+
"url": "https://github.com/asgardeo/javascript/issues"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/asgardeo/
|
|
22
|
+
"url": "https://github.com/asgardeo/javascript",
|
|
23
23
|
"directory": "packages/vue"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|