@milaboratories/milaboratories.monetization-test.model 1.0.57 → 1.0.58

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.
package/.oxfmtrc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "extends": ["node_modules/@milaboratories/ts-builder/configs/oxfmt.json"],
3
+ "ignorePatterns": ["dist", "CHANGELOG.md"]
4
+ }
package/.oxlintrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": ["node_modules/@milaboratories/ts-builder/dist/configs/oxlint-block-model.json"]
3
+ }
@@ -1,16 +1,16 @@
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.57 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.58 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.4s
10
+ created dist, dist in 2.8s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
14
  ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/pframe_utils/columns.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
15
- created dist in 5s
15
+ created dist in 2.9s
16
16
  Build completed successfully
@@ -0,0 +1,12 @@
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.58 formatter:check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder formatter --check
5
+
6
+ Checking formatting...
7
+ ↳ oxfmt --check --config /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model/.oxfmtrc.json
8
+ Checking formatting...
9
+
10
+ All matched files use the correct format.
11
+ Finished in 418ms on 5 files using 8 threads.
12
+ Format check completed successfully
@@ -0,0 +1,10 @@
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.58 linter:check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder linter --check
5
+
6
+ Linting project...
7
+ ↳ oxlint --config /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model/.oxlintrc.json --deny-warnings
8
+ Found 0 warnings and 0 errors.
9
+ Finished in 6ms on 1 file with 100 rules using 8 threads.
10
+ Linting completed successfully
@@ -0,0 +1,6 @@
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.58 types:check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder type-check --target block-model
5
+
6
+ ↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @milaboratories/milaboratories.monetization-test.model
2
2
 
3
+ ## 1.0.58
4
+
5
+ ### Patch Changes
6
+
7
+ - f89a883: full integration oxc
8
+ - Updated dependencies [f89a883]
9
+ - @platforma-sdk/model@1.53.13
10
+
3
11
  ## 1.0.57
4
12
 
5
13
  ### Patch Changes