@commercetools-uikit/async-creatable-select-input 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.
@@ -431,8 +431,8 @@ utils.addStaticFields(AsyncCreatableSelectInput, _objectSpread(_objectSpread(_ob
431
431
  }));
432
432
  var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
433
433
 
434
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
435
- var version = '12.2.4';
434
+ // NOTE: This string will be replaced on build time with the package version.
435
+ var version = "12.2.5";
436
436
 
437
437
  exports["default"] = AsyncCreatableSelectInput$1;
438
438
  exports.version = version;
@@ -191,8 +191,8 @@ utils.addStaticFields(AsyncCreatableSelectInput, _objectSpread(_objectSpread(_ob
191
191
  }));
192
192
  var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
193
193
 
194
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
195
- var version = '12.2.4';
194
+ // NOTE: This string will be replaced on build time with the package version.
195
+ var version = "12.2.5";
196
196
 
197
197
  exports["default"] = AsyncCreatableSelectInput$1;
198
198
  exports.version = version;
@@ -411,7 +411,7 @@ addStaticFields(AsyncCreatableSelectInput, _objectSpread(_objectSpread(_objectSp
411
411
  }));
412
412
  var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
413
413
 
414
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
415
- var version = '12.2.4';
414
+ // NOTE: This string will be replaced on build time with the package version.
415
+ var version = "12.2.5";
416
416
 
417
417
  export { AsyncCreatableSelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/async-creatable-select-input",
3
3
  "description": "An input component getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.",
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,31 +9,34 @@
9
9
  "directory": "packages/components/inputs/async-creatable-select-input"
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-async-creatable-select-input.cjs.js",
20
24
  "module": "dist/commercetools-uikit-async-creatable-select-input.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/icons": "12.2.4",
31
- "@commercetools-uikit/loading-spinner": "12.2.4",
32
- "@commercetools-uikit/select-utils": "12.2.4",
33
- "@commercetools-uikit/spacings": "12.2.4",
34
- "@commercetools-uikit/text": "12.2.4",
35
- "@commercetools-uikit/utils": "12.2.0",
36
- "@emotion/is-prop-valid": "1.1.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/icons": "12.2.5",
34
+ "@commercetools-uikit/loading-spinner": "12.2.5",
35
+ "@commercetools-uikit/select-utils": "12.2.5",
36
+ "@commercetools-uikit/spacings": "12.2.5",
37
+ "@commercetools-uikit/text": "12.2.5",
38
+ "@commercetools-uikit/utils": "12.2.5",
39
+ "@emotion/is-prop-valid": "1.1.1",
37
40
  "@emotion/react": "^11.4.0",
38
41
  "@emotion/styled": "^11.3.0",
39
42
  "lodash": "4.17.21",
@@ -43,7 +46,7 @@
43
46
  "devDependencies": {
44
47
  "react": "17.0.2",
45
48
  "react-dom": "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",