@object-ui/runner 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/runner@3.1.4 build /home/runner/work/objectui/objectui/packages/runner
2
+ > @object-ui/runner@3.1.5 build /home/runner/work/objectui/objectui/packages/runner
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -17,7 +17,7 @@ dist/assets/BarChart-B-2dl14E.js 99.99 kB │ gzip: 26.30 kB
17
17
  dist/assets/Tooltip-vqI0Da0Z.js 267.95 kB │ gzip: 83.80 kB
18
18
  dist/assets/index-BfeSbj6K.js 1,523.31 kB │ gzip: 413.15 kB
19
19
 
20
- ✓ built in 4.00s
20
+ ✓ built in 6.19s
21
21
  [plugin builtin:vite-reporter]
22
22
  (!) Some chunks are larger than 500 kB after minification. Consider:
23
23
  - Using dynamic import() to code-split the application
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/runner
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/plugin-charts@3.1.5
10
+ - @object-ui/plugin-kanban@3.1.5
11
+ - @object-ui/types@3.1.5
12
+ - @object-ui/core@3.1.5
13
+
3
14
  ## 3.1.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@object-ui/runner",
3
3
  "private": false,
4
- "version": "3.1.4",
4
+ "version": "3.1.5",
5
5
  "description": "Universal Object UI Application Runner",
6
6
  "type": "module",
7
7
  "homepage": "https://www.objectui.org",
@@ -21,12 +21,12 @@
21
21
  "react-dom": "19.2.4",
22
22
  "tailwind-merge": "^3.5.0",
23
23
  "tailwindcss-animate": "^1.0.7",
24
- "@object-ui/components": "3.1.4",
25
- "@object-ui/core": "3.1.4",
26
- "@object-ui/plugin-charts": "3.1.4",
27
- "@object-ui/plugin-kanban": "3.1.4",
28
- "@object-ui/react": "3.1.4",
29
- "@object-ui/types": "3.1.4"
24
+ "@object-ui/components": "3.1.5",
25
+ "@object-ui/core": "3.1.5",
26
+ "@object-ui/plugin-charts": "3.1.5",
27
+ "@object-ui/plugin-kanban": "3.1.5",
28
+ "@object-ui/react": "3.1.5",
29
+ "@object-ui/types": "3.1.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@tailwindcss/postcss": "^4.2.2",