@platforma-open/milaboratories.redefine-clonotypes.model 1.0.3 → 1.1.1

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,31 +1,16 @@
1
1
   WARN  Issue while reading "/home/runner/work/redefine-clonotypes/redefine-clonotypes/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.redefine-clonotypes.model@1.0.3 build /home/runner/work/redefine-clonotypes/redefine-clonotypes/model
4
- > vite build && BUILD_UMD=true vite build && block-tools build-model
3
+ > @platforma-open/milaboratories.redefine-clonotypes.model@1.1.1 build /home/runner/work/redefine-clonotypes/redefine-clonotypes/model
4
+ > ts-builder build --target block-model && block-tools build-model
5
5
 
6
- vite v6.3.5 building SSR bundle for production...
7
- transforming...
8
- ✓ 1 modules transformed.
9
- rendering chunks...
10
-
11
- [vite:dts] Start generate declaration files...
12
- dist/index.js 2.19 kB │ map: 4.23 kB
13
- [vite:dts] Start rollup declaration files...
14
- Analysis will use the bundled TypeScript version 5.8.2
15
- [vite:dts] Declaration files built in 3591ms.
16
-
17
- dist/index.cjs 2.28 kB │ map: 4.25 kB
18
- ✓ built in 3.66s
19
- vite v6.3.5 building for production...
20
- transforming...
21
- ✓ 77 modules transformed.
22
- rendering chunks...
23
-
24
- [vite:dts] Start generate declaration files...
25
- computing gzip size...
26
- [vite:dts] Start rollup declaration files...
27
- Analysis will use the bundled TypeScript version 5.8.2
28
- dist/bundle.js 225.02 kB │ gzip: 39.75 kB │ map: 454.84 kB
29
- [vite:dts] Declaration files built in 3345ms.
30
-
31
- ✓ built in 4.00s
6
+ Building block-model project...
7
+ ↳ rollup -c /home/runner/work/redefine-clonotypes/redefine-clonotypes/node_modules/.pnpm/@milaboratories+ts-builder@1.2.1_@microsoft+api-extractor@7.52.11_@types+node@24.5.2__@types+_xttaj5imildrru6ij65owlts3e/node_modules/@milaboratories/ts-builder/dist/configs/rollup.block-model.config.js
8
+ 
9
+ ./src/index.ts → dist, dist...
10
+ created dist, dist in 941ms
11
+ 
12
+ ./src/index.tsdist...
13
+ (!) Circular dependency
14
+ ../node_modules/.pnpm/@platforma-sdk+model@1.51.2/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.51.2/node_modules/@platforma-sdk/model/dist/pframe_utils/columns.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.51.2/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js
15
+ created dist in 1.7s
16
+ Build completed successfully
@@ -0,0 +1,5 @@
1
+  WARN  Issue while reading "/home/runner/work/redefine-clonotypes/redefine-clonotypes/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
+
3
+ > @platforma-open/milaboratories.redefine-clonotypes.model@1.1.1 lint /home/runner/work/redefine-clonotypes/redefine-clonotypes/model
4
+ > eslint .
5
+
@@ -0,0 +1,6 @@
1
+  WARN  Issue while reading "/home/runner/work/redefine-clonotypes/redefine-clonotypes/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
+
3
+ > @platforma-open/milaboratories.redefine-clonotypes.model@1.1.1 type-check /home/runner/work/redefine-clonotypes/redefine-clonotypes/model
4
+ > ts-builder types --target block-model
5
+
6
+ ↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.redefine-clonotypes.model
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c480a29: Migrate to new block template
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 92ae47a: fix normalized abundance columns and updating dependencies
14
+
3
15
  ## 1.0.3
4
16
 
5
17
  ### Patch Changes