@milaboratories/milaboratories.monetization-test.model 1.0.3 → 1.0.5
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 +14 -13
- package/CHANGELOG.md +12 -0
- package/dist/bundle.js +1424 -357
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +4 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
|
+
WARN Issue while reading "/opt/actions-runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @milaboratories/milaboratories.monetization-test.model@1.0.
|
|
3
|
+
> @milaboratories/milaboratories.monetization-test.model@1.0.5 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/monetization-test/model
|
|
3
4
|
> tsup && vite build && block-tools build-model
|
|
4
5
|
|
|
5
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
7
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
8
|
[34mCLI[39m tsup v8.3.5
|
|
8
|
-
[34mCLI[39m Using tsup config: /
|
|
9
|
+
[34mCLI[39m Using tsup config: /opt/actions-runner/_work/platforma/platforma/etc/blocks/monetization-test/model/package.json
|
|
9
10
|
[34mCLI[39m Target: es2022
|
|
10
11
|
[34mCLI[39m Cleaning output folder
|
|
11
12
|
[34mCJS[39m Build start
|
|
12
13
|
[34mESM[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m1.
|
|
14
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
-
[32mESM[39m [1mdist/index.js [22m[32m1.
|
|
17
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m2.
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m1.18 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.88 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 75ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m1.15 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m2.87 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 74ms
|
|
19
20
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 1083ms
|
|
21
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m884.00 B[39m
|
|
22
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m884.00 B[39m
|
|
23
24
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
24
25
|
transforming...
|
|
25
|
-
[32m✓[39m
|
|
26
|
+
[32m✓[39m 9 modules transformed.
|
|
26
27
|
rendering chunks...
|
|
27
28
|
computing gzip size...
|
|
28
|
-
[2mdist/[22m[36mbundle.js [39m[1m[
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[
|
|
30
|
-
[32m✓ built in
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m176.61 kB[22m[1m[22m[2m │ gzip: 33.76 kB[22m[2m │ map: 378.76 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m188.72 kB[22m[1m[22m[2m │ gzip: 34.35 kB[22m[2m │ map: 380.22 kB[22m
|
|
31
|
+
[32m✓ built in 474ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.monetization-test.model
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7cd6249: Rename “Monetization” to “Subscription” and small fixes
|
|
8
|
+
|
|
9
|
+
## 1.0.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 14b832c: fix mnz-client in edge cases like empty arg list, empty runs
|
|
14
|
+
|
|
3
15
|
## 1.0.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|