@purpurds/quantity-selector 5.31.0 → 5.32.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 +3 -3
- 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 +272 -327
- 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 +31 -31
- package/dist/quantity-selector.es.js.map +1 -1
- package/package.json +5 -5
|
@@ -12,9 +12,9 @@ rendering chunks...
|
|
|
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 36.03 kB │ gzip: 6.80 kB │ map: 523.
|
|
15
|
+
dist/quantity-selector.cjs.js 36.03 kB │ gzip: 6.80 kB │ map: 523.78 kB
|
|
16
16
|
[vite:dts] Declaration files built in 3739ms.
|
|
17
17
|
|
|
18
18
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
19
|
-
dist/quantity-selector.es.js 47.78 kB │ gzip: 7.78 kB │ map:
|
|
20
|
-
✓ built in 5.
|
|
19
|
+
dist/quantity-selector.es.js 47.78 kB │ gzip: 7.78 kB │ map: 528.14 kB
|
|
20
|
+
✓ built in 5.54s
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Invoking: vitest run --passWithNoTests
|
|
2
2
|
|
|
3
|
-
RUN v2.1.
|
|
3
|
+
RUN v2.1.8 /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) 146ms
|
|
6
6
|
|
|
7
7
|
Test Files 1 passed (1)
|
|
8
8
|
Tests 6 passed (6)
|
|
9
|
-
Start at
|
|
10
|
-
Duration 2.
|
|
9
|
+
Start at 09:04:39
|
|
10
|
+
Duration 2.45s (transform 991ms, setup 0ms, collect 1.40s, tests 146ms, environment 499ms, prepare 111ms)
|
|
11
11
|
|