@purpurds/quantity-selector 5.34.2 → 5.34.3

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.
@@ -15,10 +15,10 @@ Done! Metadata generated for quantity-selector at /opt/actions-runner/_work/teli
15
15
  computing gzip size...
16
16
  dist/styles.css 2.71 kB │ gzip: 0.56 kB
17
17
  dist/quantity-selector.cjs.js 36.15 kB │ gzip: 6.81 kB │ map: 523.72 kB
18
- [vite:dts] Declaration files built in 3982ms.
18
+ [vite:dts] Declaration files built in 3596ms.
19
19
 
20
20
  Generating metadata for quantity-selector
21
21
  Done! Metadata generated for quantity-selector at /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector/dist/metadata.js
22
22
  dist/styles.css 2.71 kB │ gzip: 0.56 kB
23
23
  dist/quantity-selector.es.js 47.92 kB │ gzip: 7.79 kB │ map: 528.14 kB
24
- ✓ built in 6.08s
24
+ ✓ built in 5.43s
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 8543.419147
2
+ "nonCachedDurationMs": 8166.904129999999
3
3
  }
@@ -2,10 +2,10 @@ Invoking: vitest run --passWithNoTests
2
2
 
3
3
  RUN v2.1.8 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector
4
4
 
5
- ✓ src/quantity-selector.test.tsx (6 tests) 141ms
5
+ ✓ src/quantity-selector.test.tsx (6 tests) 90ms
6
6
 
7
7
  Test Files 1 passed (1)
8
8
  Tests 6 passed (6)
9
- Start at 15:09:23
10
- Duration 2.16s (transform 889ms, setup 0ms, collect 1.23s, tests 141ms, environment 456ms, prepare 81ms)
9
+ Start at 15:28:48
10
+ Duration 1.93s (transform 725ms, setup 0ms, collect 1.14s, tests 90ms, environment 409ms, prepare 78ms)
11
11
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 3852.6722940000036
2
+ "nonCachedDurationMs": 3486.675916
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/quantity-selector",
3
- "version": "5.34.2",
3
+ "version": "5.34.3",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/quantity-selector.cjs.js",
6
6
  "types": "./dist/quantity-selector.d.ts",
@@ -16,10 +16,10 @@
16
16
  "source": "src/quantity-selector.tsx",
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.0",
19
- "@purpurds/button": "5.34.2",
20
- "@purpurds/spinner": "5.34.2",
21
- "@purpurds/icon": "5.34.2",
22
- "@purpurds/text-field": "5.34.2"
19
+ "@purpurds/button": "5.34.3",
20
+ "@purpurds/icon": "5.34.3",
21
+ "@purpurds/spinner": "5.34.3",
22
+ "@purpurds/text-field": "5.34.3"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.10.0",