@milaboratories/milaboratories.pool-explorer.model 1.0.114 → 1.0.115

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,14 +1,14 @@
1
1
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.pool-explorer.model@1.0.114 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.115 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > ts-builder build --target block-model && block-tools build-model
5
5
 
6
6
  Building block-model project...
7
7
  ↳ rollup -c /configs/rollup.block-model.config.js
8
8
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 9.1s
10
+ created dist, dist in 2.2s
11
11
  
12
12
  ./src/index.ts → dist...
13
- created dist in 12.2s
13
+ created dist in 3.5s
14
14
  Build completed successfully
@@ -0,0 +1,5 @@
1
+  WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
+
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.115 lint /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
+ > eslint .
5
+
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.pool-explorer.model@1.0.114 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.115 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > ts-builder types --target block-model
5
5
 
6
- ↳ tsc --noEmit --project ./tsconfig.json
6
+ ↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.model
2
2
 
3
+ ## 1.0.115
4
+
5
+ ### Patch Changes
6
+
7
+ - 557172d: Add eslint configuration files and lint scripts to published block model and UI packages
8
+
3
9
  ## 1.0.114
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -7610,10 +7610,10 @@
7610
7610
  const platforma = BlockModel.create('Heavy')
7611
7611
  .withArgs({ titleArg: 'The title' })
7612
7612
  .output('allSpecs', (ctx) => ctx.resultPool.getSpecs())
7613
- .sections((ctx) => {
7613
+ .sections((_ctx) => {
7614
7614
  return [{ type: 'link', href: '/', label: 'Main' }];
7615
7615
  })
7616
- .title((ctx) => 'Pool explorer')
7616
+ .title((_ctx) => 'Pool explorer')
7617
7617
  .done();
7618
7618
 
7619
7619
  exports.platforma = platforma;