@moser-inc/moser-labs-custom-elements 2.3.7 → 2.3.8
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.
|
@@ -1084,7 +1084,7 @@ var xn = nu(), Ae = {
|
|
|
1084
1084
|
DATE_AFTER: "dateAfter"
|
|
1085
1085
|
};
|
|
1086
1086
|
/**
|
|
1087
|
-
* @vue/shared v3.5.
|
|
1087
|
+
* @vue/shared v3.5.16
|
|
1088
1088
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
1089
1089
|
* @license MIT
|
|
1090
1090
|
**/
|
|
@@ -1190,7 +1190,7 @@ const zs = (t) => !!(t && t.__v_isRef === !0), ot = (t) => de(t) ? t : t == null
|
|
|
1190
1190
|
);
|
|
1191
1191
|
};
|
|
1192
1192
|
/**
|
|
1193
|
-
* @vue/reactivity v3.5.
|
|
1193
|
+
* @vue/reactivity v3.5.16
|
|
1194
1194
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
1195
1195
|
* @license MIT
|
|
1196
1196
|
**/
|
|
@@ -2276,7 +2276,7 @@ function St(t, e = 1 / 0, n) {
|
|
|
2276
2276
|
return t;
|
|
2277
2277
|
}
|
|
2278
2278
|
/**
|
|
2279
|
-
* @vue/runtime-core v3.5.
|
|
2279
|
+
* @vue/runtime-core v3.5.16
|
|
2280
2280
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
2281
2281
|
* @license MIT
|
|
2282
2282
|
**/
|
|
@@ -6216,11 +6216,11 @@ function jd() {
|
|
|
6216
6216
|
}
|
|
6217
6217
|
window.devtoolsFormatters ? window.devtoolsFormatters.push(r) : window.devtoolsFormatters = [r];
|
|
6218
6218
|
}
|
|
6219
|
-
const ts = "3.5.
|
|
6219
|
+
const ts = "3.5.16", Je = process.env.NODE_ENV !== "production" ? _ : we;
|
|
6220
6220
|
process.env.NODE_ENV;
|
|
6221
6221
|
process.env.NODE_ENV;
|
|
6222
6222
|
/**
|
|
6223
|
-
* @vue/runtime-dom v3.5.
|
|
6223
|
+
* @vue/runtime-dom v3.5.16
|
|
6224
6224
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
6225
6225
|
* @license MIT
|
|
6226
6226
|
**/
|
|
@@ -6925,7 +6925,7 @@ function _f(t) {
|
|
|
6925
6925
|
), t;
|
|
6926
6926
|
}
|
|
6927
6927
|
/**
|
|
6928
|
-
* vue v3.5.
|
|
6928
|
+
* vue v3.5.16
|
|
6929
6929
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
6930
6930
|
* @license MIT
|
|
6931
6931
|
**/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moser-inc/moser-labs-custom-elements",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8",
|
|
4
4
|
"description": "Custom elements based components for use across frameworks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@moser-inc/eslint-config-vue": "^3.0.2",
|
|
57
57
|
"@moser-inc/unocss-preset-moser-labs": "^2.2.1",
|
|
58
58
|
"@tsconfig/node22": "^22.0.2",
|
|
59
|
-
"@types/node": "~22.15.
|
|
60
|
-
"@unocss/eslint-config": "^66.1.
|
|
59
|
+
"@types/node": "~22.15.27",
|
|
60
|
+
"@unocss/eslint-config": "^66.1.3",
|
|
61
61
|
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
|
62
62
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
63
63
|
"@vue/tsconfig": "^0.7.0",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"prettier": "^3.5.3",
|
|
70
70
|
"primevue": "~3.46.0",
|
|
71
71
|
"typescript": "~5.8.3",
|
|
72
|
-
"unocss": "^66.1.
|
|
72
|
+
"unocss": "^66.1.3",
|
|
73
73
|
"vite": "^6.3.5",
|
|
74
74
|
"vite-plugin-dts": "^4.5.4",
|
|
75
|
-
"vue": "^3.5.
|
|
75
|
+
"vue": "^3.5.16",
|
|
76
76
|
"vue-tsc": "^2.2.10"
|
|
77
77
|
}
|
|
78
78
|
}
|