@purpurds/quantity-selector 6.3.0 → 6.4.0
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/.rush/temp/operation/ci_build/all.log +6 -6
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +4 -4
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +296 -270
- package/dist/LICENSE.txt +4 -4
- package/dist/quantity-selector.cjs.js +15 -15
- package/dist/quantity-selector.cjs.js.map +1 -1
- package/dist/quantity-selector.es.js +806 -786
- package/dist/quantity-selector.es.js.map +1 -1
- package/package.json +11 -11
|
@@ -4,17 +4,17 @@ Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/
|
|
|
4
4
|
Rush Multi-Project Build Tool 5.110.1 - Node.js 20.12.2 (LTS)
|
|
5
5
|
> "vite build"
|
|
6
6
|
|
|
7
|
-
vite
|
|
7
|
+
vite v6.2.1 building for production...
|
|
8
8
|
transforming...
|
|
9
|
-
✓
|
|
9
|
+
✓ 14 modules transformed.
|
|
10
10
|
rendering chunks...
|
|
11
11
|
|
|
12
12
|
[vite:dts] Start generate declaration files...
|
|
13
13
|
computing gzip size...
|
|
14
14
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
15
|
-
dist/quantity-selector.cjs.js
|
|
16
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
dist/quantity-selector.cjs.js 37.18 kB │ gzip: 7.30 kB │ map: 92.89 kB
|
|
16
|
+
[vite:dts] Declaration files built in 3002ms.
|
|
17
17
|
|
|
18
18
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
19
|
-
dist/quantity-selector.es.js
|
|
20
|
-
✓ built in 4.
|
|
19
|
+
dist/quantity-selector.es.js 49.56 kB │ gzip: 8.66 kB │ map: 97.47 kB
|
|
20
|
+
✓ built in 4.54s
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Invoking: vitest run --passWithNoTests
|
|
2
2
|
|
|
3
|
-
RUN v2.1.
|
|
3
|
+
RUN v2.1.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector
|
|
4
4
|
|
|
5
|
-
✓ src/quantity-selector.test.tsx
|
|
5
|
+
✓ src/quantity-selector.test.tsx (6 tests) 136ms
|
|
6
6
|
|
|
7
7
|
Test Files 1 passed (1)
|
|
8
8
|
Tests 6 passed (6)
|
|
9
|
-
Start at
|
|
10
|
-
Duration 1.
|
|
9
|
+
Start at 15:44:56
|
|
10
|
+
Duration 1.71s (transform 472ms, setup 0ms, collect 680ms, tests 136ms, environment 543ms, prepare 101ms)
|
|
11
11
|
|