@zeedhi/zd-user-info-vue 3.0.1 → 3.0.3

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.
@@ -1611,7 +1611,7 @@ function fp(e) {
1611
1611
  ), a.response.headers = ta.from(a.response.headers))), Promise.reject(a);
1612
1612
  });
1613
1613
  }
1614
- const oC = "1.13.1", Nu = {};
1614
+ const oC = "1.13.2", Nu = {};
1615
1615
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1616
1616
  Nu[e] = function(a) {
1617
1617
  return typeof a === e || "a" + (t < 1 ? "n " : " ") + e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/zd-user-info-vue",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Powered by Zeedhi",
5
5
  "type": "module",
6
6
  "files": [
@@ -33,7 +33,7 @@
33
33
  "@vue/tsconfig": "^0.7.0",
34
34
  "@zeedhi/common": "^3.0.0",
35
35
  "@zeedhi/vuetify": "^3.0.0",
36
- "@zeedhi/zd-user-info-common": "^3.0.1",
36
+ "@zeedhi/zd-user-info-common": "^3.0.3",
37
37
  "sass": "^1.83.0",
38
38
  "typescript": "~5.6.2",
39
39
  "vite": "^5.4.0",
@@ -42,5 +42,8 @@
42
42
  "vue": "^3.5.13",
43
43
  "vue-tsc": "^2.1.10"
44
44
  },
45
- "gitHead": "2c2a25056f4faa91cf3d7a3227050ccde64d4fee"
45
+ "env": {
46
+ "NODE_ENV": "production"
47
+ },
48
+ "gitHead": "74df6628256108f698d432a92b9aef76a59918e5"
46
49
  }