@purpurds/quantity-selector 6.1.3 → 6.1.4

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.
@@ -13,8 +13,8 @@ rendering chunks...
13
13
  computing gzip size...
14
14
  dist/styles.css 2.71 kB │ gzip: 0.56 kB
15
15
  dist/quantity-selector.cjs.js 36.77 kB │ gzip: 7.05 kB │ map: 90.90 kB
16
- [vite:dts] Declaration files built in 2856ms.
16
+ [vite:dts] Declaration files built in 3123ms.
17
17
 
18
18
  dist/styles.css 2.71 kB │ gzip: 0.56 kB
19
19
  dist/quantity-selector.es.js 48.25 kB │ gzip: 7.91 kB │ map: 95.51 kB
20
- ✓ built in 4.39s
20
+ ✓ built in 4.65s
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 7051.718502
2
+ "nonCachedDurationMs": 7350.159032000001
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) 99ms
5
+ ✓ src/quantity-selector.test.tsx (6 tests) 105ms
6
6
 
7
7
  Test Files 1 passed (1)
8
8
  Tests 6 passed (6)
9
- Start at 18:21:51
10
- Duration 1.67s (transform 484ms, setup 0ms, collect 828ms, tests 99ms, environment 448ms, prepare 83ms)
9
+ Start at 09:42:57
10
+ Duration 1.98s (transform 712ms, setup 0ms, collect 1.07s, tests 105ms, environment 448ms, prepare 93ms)
11
11
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 3227.7804359999973
2
+ "nonCachedDurationMs": 3835.4045160000023
3
3
  }
package/dist/LICENSE.txt CHANGED
@@ -1,12 +1,12 @@
1
1
  Name: @purpurds/spinner
2
- Version: 6.1.2
2
+ Version: 6.1.3
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/text-field
9
- Version: 6.1.2
9
+ Version: 6.1.3
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
@@ -47,13 +47,13 @@ SOFTWARE.
47
47
  ---
48
48
 
49
49
  Name: @purpurds/button
50
- Version: 6.1.2
50
+ Version: 6.1.3
51
51
  License: AGPL-3.0-only
52
52
  Private: false
53
53
 
54
54
  ---
55
55
 
56
56
  Name: @purpurds/icon
57
- Version: 6.1.2
57
+ Version: 6.1.3
58
58
  License: AGPL-3.0-only
59
59
  Private: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/quantity-selector",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
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/icon": "6.1.3",
20
- "@purpurds/text-field": "6.1.3",
21
- "@purpurds/button": "6.1.3",
22
- "@purpurds/spinner": "6.1.3"
19
+ "@purpurds/button": "6.1.4",
20
+ "@purpurds/spinner": "6.1.4",
21
+ "@purpurds/icon": "6.1.4",
22
+ "@purpurds/text-field": "6.1.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.10.0",