@wordpress/data-controls 2.2.2 → 2.2.6

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -12,7 +12,7 @@ Install the module
12
12
  npm install @wordpress/data-controls --save
13
13
  ```
14
14
 
15
- _This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._
15
+ _This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for such language features and APIs, you should include [the polyfill shipped in `@wordpress/babel-preset-default`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default#polyfill) in your code._
16
16
 
17
17
  The following controls are available on the object returned by the module:
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/data-controls",
3
- "version": "2.2.2",
3
+ "version": "2.2.6",
4
4
  "description": "A set of common controls for the @wordpress/data api.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,12 +27,12 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.13.10",
30
- "@wordpress/api-fetch": "^5.2.1",
31
- "@wordpress/data": "^6.0.1",
32
- "@wordpress/deprecated": "^3.2.1"
30
+ "@wordpress/api-fetch": "^5.2.5",
31
+ "@wordpress/data": "^6.1.3",
32
+ "@wordpress/deprecated": "^3.2.2"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "8b67fbd424bc67f81c2d825877f0fae726d6363a"
37
+ "gitHead": "393c2b5533837fd637e998d23f0124c081a10df0"
38
38
  }