@milaboratories/milaboratories.monetization-test.model 1.0.4 → 1.0.6

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,30 +1,20 @@
1
+  WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
1
2
 
2
- > @milaboratories/milaboratories.monetization-test.model@1.0.4 build /home/runner/work/platforma/platforma/etc/blocks/monetization-test/model
3
- > tsup && vite build && block-tools build-model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.6 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder build --target block-model && block-tools build-model
4
5
 
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.5
8
- CLI Using tsup config: /home/runner/work/platforma/platforma/etc/blocks/monetization-test/model/package.json
9
- CLI Target: es2022
10
- CLI Cleaning output folder
11
- CJS Build start
12
- ESM Build start
13
- CJS dist/index.cjs 1.13 KB
14
- CJS dist/index.cjs.map 2.74 KB
15
- CJS ⚡️ Build success in 68ms
16
- ESM dist/index.js 1.10 KB
17
- ESM dist/index.js.map 2.72 KB
18
- ESM ⚡️ Build success in 69ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 682ms
21
- DTS dist/index.d.cts 884.00 B
22
- DTS dist/index.d.ts 884.00 B
23
- vite v5.4.11 building for production...
24
- transforming...
25
- ✓ 4 modules transformed.
26
- rendering chunks...
27
- computing gzip size...
28
- dist/bundle.js 141.27 kB │ gzip: 25.56 kB │ map: 312.43 kB
29
- dist/bundle.js 151.24 kB │ gzip: 26.03 kB │ map: 313.51 kB
30
- ✓ built in 455ms
6
+ Building block-model project...
7
+ Using default config: /home/runner/_work/platforma/platforma/tools/ts-builder/dist/configs/rollup.block-model.config.js
8
+ 
9
+ ./src/index.ts dist, dist...
10
+ [plugin unplugin-dts]
11
+ [unplugin:dts] Start generate declaration files...
12
+ [plugin unplugin-dts] [unplugin:dts] Declaration files built in 6143ms.
13
+ 
14
+ created dist, dist in 16.2s
15
+ 
16
+ ./src/index.ts dist...
17
+ (!) Circular dependency
18
+ ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
19
+ created dist in 8.1s
20
+ 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.6 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
+ > ts-builder types --target block-model
5
+
6
+ Type checking with ./tsconfig.json...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.monetization-test.model
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3f93434: Packages configuration normalization
8
+ - Updated dependencies [3f93434]
9
+ - @platforma-sdk/model@1.42.20
10
+
11
+ ## 1.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 7cd6249: Rename “Monetization” to “Subscription” and small fixes
16
+
3
17
  ## 1.0.4
4
18
 
5
19
  ### Patch Changes