@das-fed/utils 7.0.7-hot.3 → 7.0.7-hot.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.
@@ -2012,7 +2012,8 @@ const Br = async () => {
2012
2012
  }, H = ne(!1), po = async (e) => {
2013
2013
  var o;
2014
2014
  if (e.public) return "";
2015
- if (Ut.value) return J({ ...v, redirect_uri: z });
2015
+ if (Ut.value)
2016
+ return J({ ...v, redirect_uri: z });
2016
2017
  if (H.value)
2017
2018
  return await new Promise(async (s) => {
2018
2019
  Oe(
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/utils",
3
- "version": "7.0.7-hot.3",
3
+ "version": "7.0.7-hot.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
11
  "@antv/x6": "^2.18.1",
12
- "@das-fed/utils": "7.0.7-hot.3",
12
+ "@das-fed/utils": "7.0.7-hot.4",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -21,8 +21,8 @@
21
21
  "vue": "^3.4.21"
22
22
  },
23
23
  "devDependencies": {
24
- "@das-fed/cli": "7.0.7-hot.3",
25
- "@das-fed/web": "7.0.7-hot.3",
24
+ "@das-fed/cli": "7.0.7-hot.4",
25
+ "@das-fed/web": "7.0.7-hot.4",
26
26
  "@types/js-cookie": "^3.0.6",
27
27
  "@types/lodash-es": "^4.17.12",
28
28
  "@types/qs": "^6.9.15",