@milaboratories/milaboratories.monetization-test.model 1.0.5 → 1.0.7

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
-  WARN  Issue while reading "/opt/actions-runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
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.5 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
- > tsup && vite build && block-tools build-model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.7 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder build --target block-model && block-tools build-model
5
5
 
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.3.5
9
- CLI Using tsup config: /opt/actions-runner/_work/platforma/platforma/etc/blocks/monetization-test/model/package.json
10
- CLI Target: es2022
11
- CLI Cleaning output folder
12
- CJS Build start
13
- ESM Build start
14
- CJS dist/index.cjs 1.18 KB
15
- CJS dist/index.cjs.map 2.88 KB
16
- CJS ⚡️ Build success in 75ms
17
- ESM dist/index.js 1.15 KB
18
- ESM dist/index.js.map 2.87 KB
19
- ESM ⚡️ Build success in 74ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 1083ms
22
- DTS dist/index.d.cts 884.00 B
23
- DTS dist/index.d.ts 884.00 B
24
- vite v5.4.11 building for production...
25
- transforming...
26
- ✓ 9 modules transformed.
27
- rendering chunks...
28
- computing gzip size...
29
- dist/bundle.js 176.61 kB │ gzip: 33.76 kB │ map: 378.76 kB
30
- dist/bundle.js 188.72 kB │ gzip: 34.35 kB │ map: 380.22 kB
31
- ✓ built in 474ms
6
+ Building block-model project...
7
+ rollup -c /configs/rollup.block-model.config.js
8
+ 
9
+ ./src/index.ts dist, dist...
10
+ created dist, dist in 891ms
11
+ 
12
+ ./src/index.ts dist...
13
+ (!) Circular dependency
14
+ ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
15
+ created dist in 994ms
16
+ Build 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.7 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder types --target block-model
5
+
6
+ ↳ tsc --noEmit --project ./tsconfig.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @milaboratories/milaboratories.monetization-test.model
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5714f79: Fix Monetization sidebar appearance
8
+ - 5714f79: Fix "Run per file mode"
9
+
10
+ ## 1.0.6
11
+
12
+ ### Patch Changes
13
+
14
+ - 3f93434: Packages configuration normalization
15
+ - Updated dependencies [3f93434]
16
+ - @platforma-sdk/model@1.42.20
17
+
3
18
  ## 1.0.5
4
19
 
5
20
  ### Patch Changes