@object-ui/plugin-editor 3.1.4 → 3.1.5

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,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-editor@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-editor
2
+ > @object-ui/plugin-editor@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-editor
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -7,18 +7,18 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 21621ms.
11
- 
12
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
10
+ [vite:dts] Declaration files built in 12281ms.
13
11
  
14
12
  computing gzip size...
15
13
  dist/index.js 1.65 kB │ gzip: 0.74 kB
16
14
  dist/jsx-runtime-HjdTyiyb.js 7.81 kB │ gzip: 2.84 kB
17
15
  dist/MonacoImpl-BMgw4JKF.js 18.40 kB │ gzip: 5.69 kB
18
16
 
17
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
18
+ 
19
19
  
20
20
  rendering chunks...
21
21
  computing gzip size...
22
22
  dist/index.umd.cjs 22.90 kB │ gzip: 8.06 kB
23
23
 
24
- ✓ built in 23.55s
24
+ ✓ built in 13.06s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-editor
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/components@3.1.5
9
+ - @object-ui/types@3.1.5
10
+ - @object-ui/core@3.1.5
11
+
3
12
  ## 3.1.4
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-editor",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Rich text editor plugin for Object UI, powered by Monaco Editor",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@monaco-editor/react": "^4.7.0",
28
- "@object-ui/components": "3.1.4",
29
- "@object-ui/core": "3.1.4",
30
- "@object-ui/react": "3.1.4",
31
- "@object-ui/types": "3.1.4"
28
+ "@object-ui/components": "3.1.5",
29
+ "@object-ui/core": "3.1.5",
30
+ "@object-ui/react": "3.1.5",
31
+ "@object-ui/types": "3.1.5"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "^18.0.0 || ^19.0.0",