@ichaingo/table 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import { Popover as V, PopoverTrigger as K, PopoverContent as J } from "@ichaing
12
12
  import { useLocale as Or, useTranslations as Ne } from "next-intl";
13
13
  import { X as Z, Search as tt } from "lucide-react";
14
14
  import * as Q from "@radix-ui/react-slider";
15
- import ut from "@ichaingo/numberLike";
15
+ import ut from "@ichaingo/number-like";
16
16
  import W from "@ichaingo/translation";
17
17
  import Zt from "@ichaingo/request";
18
18
  import { Checkbox as er } from "@ichaingo/ui/checkbox";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichaingo/table",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -33,14 +33,14 @@
33
33
  "antd": "^5.24.2",
34
34
  "ahooks": "^3.8.4",
35
35
  "@radix-ui/react-slider": "^1.3.6",
36
- "@ichaingo/ui": "1.2.0",
37
- "@ichaingo/loading": "1.2.0",
38
- "@ichaingo/empty": "1.2.0",
39
- "@ichaingo/i18n": "1.2.0",
40
- "@ichaingo/image": "1.2.0",
41
- "@ichaingo/translation": "1.2.0",
42
- "@ichaingo/iconfont": "1.2.0",
43
- "@ichaingo/request": "1.2.0",
44
- "@ichaingo/numberLike": "1.2.0"
36
+ "@ichaingo/ui": "1.2.1",
37
+ "@ichaingo/empty": "1.2.1",
38
+ "@ichaingo/loading": "1.2.1",
39
+ "@ichaingo/image": "1.2.1",
40
+ "@ichaingo/i18n": "1.2.1",
41
+ "@ichaingo/translation": "1.2.1",
42
+ "@ichaingo/iconfont": "1.2.1",
43
+ "@ichaingo/request": "1.2.1",
44
+ "@ichaingo/number-like": "1.2.1"
45
45
  }
46
46
  }