@commercetools-uikit/password-field 12.2.4 → 12.2.5

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.
@@ -276,8 +276,8 @@ PasswordField.defaultProps = {
276
276
  };
277
277
  var PasswordField$1 = PasswordField;
278
278
 
279
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
280
- var version = '12.2.4';
279
+ // NOTE: This string will be replaced on build time with the package version.
280
+ var version = "12.2.5";
281
281
 
282
282
  exports["default"] = PasswordField$1;
283
283
  exports.version = version;
@@ -136,8 +136,8 @@ PasswordField.defaultProps = {
136
136
  };
137
137
  var PasswordField$1 = PasswordField;
138
138
 
139
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
140
- var version = '12.2.4';
139
+ // NOTE: This string will be replaced on build time with the package version.
140
+ var version = "12.2.5";
141
141
 
142
142
  exports["default"] = PasswordField$1;
143
143
  exports.version = version;
@@ -250,7 +250,7 @@ PasswordField.defaultProps = {
250
250
  };
251
251
  var PasswordField$1 = PasswordField;
252
252
 
253
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
254
- var version = '12.2.4';
253
+ // NOTE: This string will be replaced on build time with the package version.
254
+ var version = "12.2.5";
255
255
 
256
256
  export { PasswordField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/password-field",
3
3
  "description": "A controlled text input component for passwords with validation states.",
4
- "version": "12.2.4",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,33 +9,36 @@
9
9
  "directory": "packages/components/fields/password-field"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-password-field.cjs.js",
20
24
  "module": "dist/commercetools-uikit-password-field.esm.js",
21
- "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
+ "files": [
26
+ "dist"
27
+ ],
25
28
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/constraints": "12.2.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/field-errors": "12.2.4",
31
- "@commercetools-uikit/field-label": "12.2.4",
32
- "@commercetools-uikit/flat-button": "12.2.4",
33
- "@commercetools-uikit/hooks": "12.2.3",
34
- "@commercetools-uikit/icons": "12.2.4",
35
- "@commercetools-uikit/password-input": "12.2.4",
36
- "@commercetools-uikit/spacings-inline": "12.2.4",
37
- "@commercetools-uikit/spacings-stack": "12.2.4",
38
- "@commercetools-uikit/utils": "12.2.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/constraints": "12.2.5",
32
+ "@commercetools-uikit/design-system": "12.2.5",
33
+ "@commercetools-uikit/field-errors": "12.2.5",
34
+ "@commercetools-uikit/field-label": "12.2.5",
35
+ "@commercetools-uikit/flat-button": "12.2.5",
36
+ "@commercetools-uikit/hooks": "12.2.5",
37
+ "@commercetools-uikit/icons": "12.2.5",
38
+ "@commercetools-uikit/password-input": "12.2.5",
39
+ "@commercetools-uikit/spacings-inline": "12.2.5",
40
+ "@commercetools-uikit/spacings-stack": "12.2.5",
41
+ "@commercetools-uikit/utils": "12.2.5",
39
42
  "@emotion/react": "^11.4.0",
40
43
  "@emotion/styled": "^11.3.0",
41
44
  "prop-types": "15.7.2",
@@ -43,7 +46,7 @@
43
46
  },
44
47
  "devDependencies": {
45
48
  "react": "17.0.2",
46
- "react-intl": "5.20.12"
49
+ "react-intl": "5.21.2"
47
50
  },
48
51
  "peerDependencies": {
49
52
  "react": "17.x",