@milaboratories/milaboratories.ui-examples.model 1.1.16 → 1.1.17

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
- > @milaboratories/milaboratories.ui-examples.model@1.1.16 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.1.17 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/model
3
3
  > tsup && vite build && block-tools build-model
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,12 +12,12 @@
12
12
  ESM Build start
13
13
  ESM dist/index.js 3.06 KB
14
14
  ESM dist/index.js.map 7.28 KB
15
- ESM ⚡️ Build success in 72ms
15
+ ESM ⚡️ Build success in 77ms
16
16
  CJS dist/index.cjs 3.11 KB
17
17
  CJS dist/index.cjs.map 7.32 KB
18
- CJS ⚡️ Build success in 74ms
18
+ CJS ⚡️ Build success in 77ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 903ms
20
+ DTS ⚡️ Build success in 823ms
21
21
  DTS dist/index.d.cts 1.46 KB
22
22
  DTS dist/index.d.ts 1.46 KB
23
23
  vite v5.4.11 building for production...
@@ -27,4 +27,4 @@ rendering chunks...
27
27
  computing gzip size...
28
28
  dist/bundle.js 145.40 kB │ gzip: 26.65 kB │ map: 317.93 kB
29
29
  dist/bundle.js 155.64 kB │ gzip: 27.15 kB │ map: 319.06 kB
30
- ✓ built in 412ms
30
+ ✓ built in 389ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 19c273b: SDK Eslint config
8
+
3
9
  ## 1.1.16
4
10
 
5
11
  ### Patch Changes
package/eslint.config.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { base } from '@milaboratories/eslint-config';
1
+ import { model } from '@platforma-sdk/eslint-config';
2
2
 
3
3
  /** @type {import('eslint').Linter.Config[]} */
4
4
  export default [
5
5
  { ignores: ['*.d.ts', 'vite.config.mts', '**/dist'] },
6
- ...base,
6
+ ...model,
7
7
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.ui-examples.model",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "Block model",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -14,7 +14,7 @@
14
14
  "typescript": "~5.5.4",
15
15
  "vite": "^5.4.11",
16
16
  "tsup": "~8.3.5",
17
- "@platforma-sdk/block-tools": "2.5.8"
17
+ "@platforma-sdk/block-tools": "2.5.9"
18
18
  },
19
19
  "tsup": {
20
20
  "entry": [