@wordpress/dom 4.11.0 → 4.12.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/dom",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.12.0",
|
4
4
|
"description": "DOM utilities module for WordPress.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -26,6 +26,7 @@
|
|
26
26
|
"main": "build/index.js",
|
27
27
|
"module": "build-module/index.js",
|
28
28
|
"react-native": "src/index",
|
29
|
+
"wpScript": true,
|
29
30
|
"types": "build-types",
|
30
31
|
"sideEffects": false,
|
31
32
|
"dependencies": {
|
@@ -35,6 +36,5 @@
|
|
35
36
|
"publishConfig": {
|
36
37
|
"access": "public"
|
37
38
|
},
|
38
|
-
"
|
39
|
-
"gitHead": "dcf4613b33b0eda14e203ac30f700ed0db70347f"
|
39
|
+
"gitHead": "510540d99f3d222a96f08d3d7b66c9e7a726f705"
|
40
40
|
}
|