@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.
- package/.turbo/turbo-build.log +18 -28
- package/.turbo/turbo-type-check.log +6 -0
- package/CHANGELOG.md +14 -0
- package/dist/bundle.js +6865 -4589
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +26 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +8 -12
- package/dist/index.js +26 -19
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +7 -20
- package/src/index.ts +4 -0
- package/tsconfig.json +11 -15
- package/dist/index.d.cts +0 -27
- package/vite.config.mts +0 -20
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
3
|
-
>
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
|
|
18
|
-
[
|
|
19
|
-
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in 682ms
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m884.00 B[39m
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m884.00 B[39m
|
|
23
|
-
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
24
|
-
transforming...
|
|
25
|
-
[32m✓[39m 4 modules transformed.
|
|
26
|
-
rendering chunks...
|
|
27
|
-
computing gzip size...
|
|
28
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m141.27 kB[22m[1m[22m[2m │ gzip: 25.56 kB[22m[2m │ map: 312.43 kB[22m
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m151.24 kB[22m[1m[22m[2m │ gzip: 26.03 kB[22m[2m │ map: 313.51 kB[22m
|
|
30
|
-
[32m✓ built in 455ms[39m
|
|
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
|
+
[36m
|
|
9
|
+
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
+
[1m[36m[plugin unplugin-dts]
|
|
11
|
+
[unplugin:dts] Start generate declaration files...[39m[22m
|
|
12
|
+
[1m[36m[plugin unplugin-dts] [unplugin:dts] Declaration files built in 6143ms.
|
|
13
|
+
[39m[22m
|
|
14
|
+
[32mcreated [1mdist, dist[22m in [1m16.2s[22m[39m
|
|
15
|
+
[36m
|
|
16
|
+
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
17
|
+
[1m[33m(!) Circular dependency[39m[22m
|
|
18
|
+
../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
|
|
19
|
+
[32mcreated [1mdist[22m in [1m8.1s[22m[39m
|
|
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
|