@3o3/date 0.2.13 → 0.2.14

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/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@3o3/date",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "sideEffects": false,
5
5
  "exports": {
6
6
  ".": {
7
- "require": "./dist/index.js",
8
- "import": "./esm/index.mjs",
9
- "types": "./dist/index.d.ts"
7
+ "require": "./src/index.ts",
8
+ "import": "./src/index.ts"
10
9
  },
11
10
  "./package.json": "./package.json"
12
11
  },
13
- "main": "./dist/index.js",
12
+ "main": "src/index.ts",
14
13
  "files": [
15
14
  "dist",
16
15
  "esm"
@@ -22,11 +21,11 @@
22
21
  "test": "yarn run -T jest --config ../../../jest.config.js --roots './packages/common/date/src'"
23
22
  },
24
23
  "dependencies": {
25
- "@3o3/utils": "^3.0.0",
24
+ "@3o3/utils": "workspace:^",
26
25
  "date-fns": "^2.25.0"
27
26
  },
28
27
  "devDependencies": {
29
- "@3o3/rollup-config": "^0.1.0",
28
+ "@3o3/rollup-config": "workspace:^",
30
29
  "@babel/core": "^7",
31
30
  "@babel/plugin-proposal-class-properties": "^7.14.5",
32
31
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
@@ -60,6 +59,5 @@
60
59
  "main": "./dist/index.js",
61
60
  "module": "./esm/index.mjs",
62
61
  "types": "./dist/index.d.ts"
63
- },
64
- "module": "./esm/index.mjs"
65
- }
62
+ }
63
+ }
package/src/index.ts ADDED
@@ -0,0 +1,2 @@
1
+ /** @3o3docs-ignore */
2
+ export * from './date'
package/CHANGELOG.md DELETED
@@ -1,164 +0,0 @@
1
- # @3o3/date
2
-
3
- ## 0.2.13
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [8a1c0c3]
8
- - @3o3/utils@3.0.0
9
-
10
- ## 0.2.12
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [6b69149]
15
- - @3o3/utils@2.2.5
16
-
17
- ## 0.2.11
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies [9991f3c]
22
- - @3o3/utils@2.2.4
23
-
24
- ## 0.2.10
25
-
26
- ### Patch Changes
27
-
28
- - Updated dependencies [559f894]
29
- - @3o3/utils@2.2.3
30
-
31
- ## 0.2.9
32
-
33
- ### Patch Changes
34
-
35
- - Updated dependencies [5ab8c8d]
36
- - @3o3/utils@2.2.2
37
-
38
- ## 0.2.8
39
-
40
- ### Patch Changes
41
-
42
- - Updated dependencies [5d82c8f]
43
- - @3o3/utils@2.2.1
44
-
45
- ## 0.2.7
46
-
47
- ### Patch Changes
48
-
49
- - Updated dependencies [a1f2eeb]
50
- - @3o3/utils@2.2.0
51
-
52
- ## 0.2.6
53
-
54
- ### Patch Changes
55
-
56
- - Updated dependencies [e5d3d44]
57
- - @3o3/utils@2.1.6
58
-
59
- ## 0.2.5
60
-
61
- ### Patch Changes
62
-
63
- - Updated dependencies [bfa0463]
64
- - @3o3/utils@2.1.5
65
-
66
- ## 0.2.4
67
-
68
- ### Patch Changes
69
-
70
- - Updated dependencies [5bc0d77]
71
- - @3o3/utils@2.1.4
72
-
73
- ## 0.2.3
74
-
75
- ### Patch Changes
76
-
77
- - Updated dependencies [2deaf4b]
78
- - @3o3/utils@2.1.3
79
-
80
- ## 0.2.2
81
-
82
- ### Patch Changes
83
-
84
- - Updated dependencies [e5bbbd2]
85
- - @3o3/utils@2.1.2
86
-
87
- ## 0.2.1
88
-
89
- ### Patch Changes
90
-
91
- - Updated dependencies [7221da9]
92
- - @3o3/utils@2.1.1
93
-
94
- ## 0.2.0
95
-
96
- ### Minor Changes
97
-
98
- - 52b9de6: Fix email validation and setup test environment
99
-
100
- ### Patch Changes
101
-
102
- - Updated dependencies [52b9de6]
103
- - @3o3/utils@2.1.0
104
-
105
- ## 0.1.7
106
-
107
- ### Patch Changes
108
-
109
- - Updated dependencies [60a1912]
110
- - @3o3/utils@2.0.5
111
-
112
- ## 0.1.6
113
-
114
- ### Patch Changes
115
-
116
- - Updated dependencies [faeaa3f]
117
- - @3o3/utils@2.0.4
118
-
119
- ## 0.1.5
120
-
121
- ### Patch Changes
122
-
123
- - Updated dependencies [1096ddf]
124
- - @3o3/utils@2.0.3
125
-
126
- ## 0.1.4
127
-
128
- ### Patch Changes
129
-
130
- - Updated dependencies [beb80c9]
131
- - @3o3/utils@2.0.2
132
-
133
- ## 0.1.3
134
-
135
- ### Patch Changes
136
-
137
- - b1c98ce: fix: 누락된 export 추가, localStorage 이름 명확하게 변경, sessionStorage fallback 추가
138
- - Updated dependencies [b1c98ce]
139
- - @3o3/utils@2.0.1
140
-
141
- ## 0.1.2
142
-
143
- ### Patch Changes
144
-
145
- - Updated dependencies [69b3652]
146
- - @3o3/utils@2.0.0
147
-
148
- ## 0.1.1
149
-
150
- ### Patch Changes
151
-
152
- - Updated dependencies [4fa1103]
153
- - @3o3/utils@1.0.0
154
-
155
- ## 0.1.0
156
-
157
- ### Minor Changes
158
-
159
- - cc4afa6: 0.0.1 version
160
-
161
- ### Patch Changes
162
-
163
- - Updated dependencies [cc4afa6]
164
- - @3o3/utils@0.1.0