@object-ui/plugin-calendar 3.1.3 → 3.1.4

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.
@@ -1,16 +1,22 @@
1
1
 
2
- > @object-ui/plugin-calendar@3.1.3 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-calendar
3
3
  > vite build
4
4
 
5
- vite v7.3.1 building client environment for production...
6
- transforming...
7
- ✓ 77 modules transformed.
5
+ vite v8.0.1 building client environment for production...
6
+ 
8
7
  rendering chunks...
9
8
  
10
9
  [vite:dts] Start generate declaration files...
10
+ [vite:dts] Declaration files built in 19138ms.
11
+ 
11
12
  computing gzip size...
12
- dist/index.js 50.27 kB │ gzip: 13.72 kB
13
- [vite:dts] Declaration files built in 20133ms.
13
+ dist/index.js 45.84 kB │ gzip: 13.28 kB
14
+
15
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
14
16
  
15
- dist/index.umd.cjs 34.61 kB │ gzip: 12.03 kB
16
- ✓ built in 23.84s
17
+ 
18
+ rendering chunks...
19
+ computing gzip size...
20
+ dist/index.umd.cjs 35.04 kB │ gzip: 11.68 kB
21
+
22
+ ✓ built in 21.05s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.1.4
8
+ - @object-ui/core@3.1.4
9
+ - @object-ui/i18n@3.1.4
10
+ - @object-ui/react@3.1.4
11
+ - @object-ui/components@3.1.4
12
+ - @object-ui/fields@3.1.4
13
+ - @object-ui/mobile@3.1.4
14
+
3
15
  ## 3.1.3
4
16
 
5
17
  ### Patch Changes