@milaboratories/milaboratories.monetization-test.model 1.0.4 → 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.
@@ -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.4 build /home/runner/work/platforma/platforma/etc/blocks/monetization-test/model
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
  CLI Building entry: src/index.ts
6
7
  CLI Using tsconfig: tsconfig.json
7
8
  CLI tsup v8.3.5
8
- CLI Using tsup config: /home/runner/work/platforma/platforma/etc/blocks/monetization-test/model/package.json
9
+ CLI Using tsup config: /opt/actions-runner/_work/platforma/platforma/etc/blocks/monetization-test/model/package.json
9
10
  CLI Target: es2022
10
11
  CLI Cleaning output folder
11
12
  CJS Build start
12
13
  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
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
19
20
  DTS Build start
20
- DTS ⚡️ Build success in 682ms
21
+ DTS ⚡️ Build success in 1083ms
21
22
  DTS dist/index.d.cts 884.00 B
22
23
  DTS dist/index.d.ts 884.00 B
23
24
  vite v5.4.11 building for production...
24
25
  transforming...
25
- ✓ 4 modules transformed.
26
+ ✓ 9 modules transformed.
26
27
  rendering chunks...
27
28
  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
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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 1.0.4
4
10
 
5
11
  ### Patch Changes