@purpurds/password-field 8.10.1 → 8.10.2

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.
Files changed (2) hide show
  1. package/dist/LICENSE.txt +4 -4
  2. package/package.json +9 -9
package/dist/LICENSE.txt CHANGED
@@ -1,19 +1,19 @@
1
1
  Name: @purpurds/button
2
- Version: 8.10.0
2
+ Version: 8.10.1
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/icon
9
- Version: 8.10.0
9
+ Version: 8.10.1
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
13
13
  ---
14
14
 
15
15
  Name: @purpurds/text-field
16
- Version: 8.10.0
16
+ Version: 8.10.1
17
17
  License: AGPL-3.0-only
18
18
  Private: false
19
19
 
@@ -54,7 +54,7 @@ SOFTWARE.
54
54
  ---
55
55
 
56
56
  Name: @purpurds/paragraph
57
- Version: 8.10.0
57
+ Version: 8.10.1
58
58
  License: AGPL-3.0-only
59
59
  Private: false
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/password-field",
3
- "version": "8.10.1",
3
+ "version": "8.10.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/password-field.cjs.js",
6
6
  "types": "./dist/password-field.d.ts",
@@ -17,13 +17,13 @@
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.1",
19
19
  "zxcvbn": "~4.4.2",
20
- "@purpurds/button": "8.10.1",
21
- "@purpurds/field-error-text": "8.10.1",
22
- "@purpurds/common-types": "8.10.1",
23
- "@purpurds/icon": "8.10.1",
24
- "@purpurds/paragraph": "8.10.1",
25
- "@purpurds/text-field": "8.10.1",
26
- "@purpurds/tokens": "8.10.1"
20
+ "@purpurds/button": "8.10.2",
21
+ "@purpurds/common-types": "8.10.2",
22
+ "@purpurds/field-error-text": "8.10.2",
23
+ "@purpurds/icon": "8.10.2",
24
+ "@purpurds/paragraph": "8.10.2",
25
+ "@purpurds/tokens": "8.10.2",
26
+ "@purpurds/text-field": "8.10.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@storybook/react-vite": "^10.0.8",
@@ -46,7 +46,7 @@
46
46
  "vite": "^7.2.2",
47
47
  "vitest": "^4.0.10",
48
48
  "@purpurds/component-rig": "1.0.0",
49
- "@purpurds/heading": "8.10.1"
49
+ "@purpurds/heading": "8.10.2"
50
50
  },
51
51
  "scripts": {
52
52
  "build:dev": "vite",