@yelon/util 18.0.0 → 18.0.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 (1) hide show
  1. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yelon/util",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "author": "yunzai-bot<yunzai-bot@outlook.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -59,18 +59,18 @@
59
59
  "esm": "./esm2022/date-time/date-time.mjs",
60
60
  "default": "./fesm2022/date-time.mjs"
61
61
  },
62
- "./form": {
63
- "types": "./form/index.d.ts",
64
- "esm2022": "./esm2022/form/form.mjs",
65
- "esm": "./esm2022/form/form.mjs",
66
- "default": "./fesm2022/form.mjs"
67
- },
68
62
  "./decorator": {
69
63
  "types": "./decorator/index.d.ts",
70
64
  "esm2022": "./esm2022/decorator/decorator.mjs",
71
65
  "esm": "./esm2022/decorator/decorator.mjs",
72
66
  "default": "./fesm2022/decorator.mjs"
73
67
  },
68
+ "./form": {
69
+ "types": "./form/index.d.ts",
70
+ "esm2022": "./esm2022/form/form.mjs",
71
+ "esm": "./esm2022/form/form.mjs",
72
+ "default": "./fesm2022/form.mjs"
73
+ },
74
74
  "./format": {
75
75
  "types": "./format/index.d.ts",
76
76
  "esm2022": "./esm2022/format/format.mjs",
@@ -95,6 +95,12 @@
95
95
  "esm": "./esm2022/mtypes/mtypes.mjs",
96
96
  "default": "./fesm2022/mtypes.mjs"
97
97
  },
98
+ "./other": {
99
+ "types": "./other/index.d.ts",
100
+ "esm2022": "./esm2022/other/other.mjs",
101
+ "esm": "./esm2022/other/other.mjs",
102
+ "default": "./fesm2022/other.mjs"
103
+ },
98
104
  "./pipes": {
99
105
  "types": "./pipes/index.d.ts",
100
106
  "esm2022": "./esm2022/pipes/pipes.mjs",
@@ -107,11 +113,11 @@
107
113
  "esm": "./esm2022/token/token.mjs",
108
114
  "default": "./fesm2022/token.mjs"
109
115
  },
110
- "./other": {
111
- "types": "./other/index.d.ts",
112
- "esm2022": "./esm2022/other/other.mjs",
113
- "esm": "./esm2022/other/other.mjs",
114
- "default": "./fesm2022/other.mjs"
116
+ "./pipes/currency": {
117
+ "types": "./pipes/currency/index.d.ts",
118
+ "esm2022": "./esm2022/pipes/currency/pipe-currency.mjs",
119
+ "esm": "./esm2022/pipes/currency/pipe-currency.mjs",
120
+ "default": "./fesm2022/pipe-currency.mjs"
115
121
  },
116
122
  "./pipes/filter": {
117
123
  "types": "./pipes/filter/index.d.ts",
@@ -119,12 +125,6 @@
119
125
  "esm": "./esm2022/pipes/filter/pipe-filter.mjs",
120
126
  "default": "./fesm2022/pipe-filter.mjs"
121
127
  },
122
- "./pipes/currency": {
123
- "types": "./pipes/currency/index.d.ts",
124
- "esm2022": "./esm2022/pipes/currency/pipe-currency.mjs",
125
- "esm": "./esm2022/pipes/currency/pipe-currency.mjs",
126
- "default": "./fesm2022/pipe-currency.mjs"
127
- },
128
128
  "./pipes/format": {
129
129
  "types": "./pipes/format/index.d.ts",
130
130
  "esm2022": "./esm2022/pipes/format/pipe-format.mjs",