yuang-framework-ui-common 1.0.13 → 1.0.14

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.
@@ -97,6 +97,8 @@ export {
97
97
  getSsoLogoutUrl,
98
98
  getSsoLoginRoutePath,
99
99
 
100
+ getSsoEncrypt,
101
+
100
102
  getSsoAccessToken,
101
103
  setSsoAccessToken,
102
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
package/src/main.ts CHANGED
@@ -18,8 +18,8 @@ app.mount('#app')
18
18
  /*
19
19
  npm config get registry
20
20
 
21
- npm config set registry=https://registry.npmjs.org
22
- npm config set registry=https://registry.npmmirror.com
21
+ npm config set registry=https://registry.npmjs.org
22
+ npm config set registry=https://registry.npmmirror.com
23
23
 
24
24
 
25
25
  */