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

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.36 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 3.3s
11
11
  
12
12
  ./src/index.ts → dist...
13
- created dist in 4.3s
13
+ created dist in 4.8s
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.36 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.36 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,17 @@
1
1
  # @milaboratories/milaboratories.monetization-test.model
2
2
 
3
+ ## 1.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - @platforma-sdk/model@1.48.2
8
+
9
+ ## 1.0.35
10
+
11
+ ### Patch Changes
12
+
13
+ - 557172d: Add eslint configuration files and lint scripts to published block model and UI packages
14
+
3
15
  ## 1.0.34
4
16
 
5
17
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -7358,7 +7358,7 @@
7358
7358
  }
7359
7359
  }
7360
7360
 
7361
- var version = "1.47.5";
7361
+ var version = "1.48.2";
7362
7362
 
7363
7363
  const PlatformaSDKVersion = version;
7364
7364
 
@@ -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) => {