@milaboratories/milaboratories.monetization-test.model 1.0.34 → 1.0.35

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.monetization-test.model@1.0.34 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.35 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/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 3.2s
10
+ created dist, dist in 2.7s
11
11
  
12
12
  ./src/index.ts → dist...
13
- created dist in 4.3s
13
+ created dist in 4.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.monetization-test.model@1.0.35 lint /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/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.monetization-test.model@1.0.34 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.35 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/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.monetization-test.model
2
2
 
3
+ ## 1.0.35
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.34
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -7610,7 +7610,7 @@
7610
7610
  const model = BlockModel.create()
7611
7611
  .withArgs({
7612
7612
  // a fake product key so our mnz client response with a fake response without changing prod db.
7613
- productKey: "PRODUCT:XTOKAYPLQDZWSPPUTFNHPAJQQZKKSPTCDOORHFJIOYICTRDA",
7613
+ productKey: 'PRODUCT:XTOKAYPLQDZWSPPUTFNHPAJQQZKKSPTCDOORHFJIOYICTRDA',
7614
7614
  inputHandles: [],
7615
7615
  shouldAddRunPerFile: false,
7616
7616
  __mnzDate: new Date().toISOString(), // It's OK
@@ -7623,7 +7623,7 @@
7623
7623
  .output('tokens', (ctx) => ctx.outputs?.resolve('token')?.listInputFields().map((field) => {
7624
7624
  return {
7625
7625
  name: field,
7626
- value: ctx.outputs?.resolve('token', field)?.getDataAsString()
7626
+ value: ctx.outputs?.resolve('token', field)?.getDataAsString(),
7627
7627
  };
7628
7628
  }))
7629
7629
  .output('progresses', (ctx) => {