nuxt-hs-ui 2.12.0 → 2.12.1

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.
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.15.0"
6
6
  },
7
- "version": "2.12.0",
7
+ "version": "2.12.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -249,7 +249,7 @@ const validCheck = (
249
249
  value: props.max,
250
250
  message: gt(props.uiText.validError.maxValue).replace(
251
251
  /\{value\}/g,
252
- String(props.min)
252
+ String(props.max)
253
253
  ),
254
254
  // message: `[${props.max}]以上の数値は入力できません`,
255
255
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",