@commercetools-uikit/async-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.
@@ -403,8 +403,8 @@ utils.addStaticFields(AsyncSelectInput, _objectSpread(_objectSpread(_objectSprea
403
403
  }));
404
404
  var AsyncSelectInput$1 = AsyncSelectInput;
405
405
 
406
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
407
- var version = '12.2.4';
406
+ // NOTE: This string will be replaced on build time with the package version.
407
+ var version = "12.2.5";
408
408
 
409
409
  exports["default"] = AsyncSelectInput$1;
410
410
  exports.version = version;
@@ -189,8 +189,8 @@ utils.addStaticFields(AsyncSelectInput, _objectSpread(_objectSpread(_objectSprea
189
189
  }));
190
190
  var AsyncSelectInput$1 = AsyncSelectInput;
191
191
 
192
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
193
- var version = '12.2.4';
192
+ // NOTE: This string will be replaced on build time with the package version.
193
+ var version = "12.2.5";
194
194
 
195
195
  exports["default"] = AsyncSelectInput$1;
196
196
  exports.version = version;
@@ -383,7 +383,7 @@ addStaticFields(AsyncSelectInput, _objectSpread(_objectSpread(_objectSpread({},
383
383
  }));
384
384
  var AsyncSelectInput$1 = AsyncSelectInput;
385
385
 
386
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
387
- var version = '12.2.4';
386
+ // NOTE: This string will be replaced on build time with the package version.
387
+ var version = "12.2.5";
388
388
 
389
389
  export { AsyncSelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/async-select-input",
3
3
  "description": "An input component getting a selection from an asynchronously loaded list from 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,30 +9,33 @@
9
9
  "directory": "packages/components/inputs/async-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-select-input.cjs.js",
20
24
  "module": "dist/commercetools-uikit-async-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",
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",
36
39
  "@emotion/react": "^11.4.0",
37
40
  "@emotion/styled": "^11.3.0",
38
41
  "lodash": "4.17.21",
@@ -42,7 +45,7 @@
42
45
  "devDependencies": {
43
46
  "react": "17.0.2",
44
47
  "react-dom": "17.0.2",
45
- "react-intl": "5.20.12"
48
+ "react-intl": "5.21.2"
46
49
  },
47
50
  "peerDependencies": {
48
51
  "react": "17.x",