@wordpress/babel-plugin-makepot 4.1.3 → 4.2.1-next.33ec3857e2.0

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/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -117,7 +117,7 @@ function getNodeAsString( node ) {
117
117
  *
118
118
  * @param {Object} path Traversal path.
119
119
  * @param {number} _originalNodeLine Private: In recursion, line number of
120
- * the original node passed.
120
+ * the original node passed.
121
121
  *
122
122
  * @return {?string} Extracted comment.
123
123
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-plugin-makepot",
3
- "version": "4.1.3",
3
+ "version": "4.2.1-next.33ec3857e2.0",
4
4
  "description": "WordPress Babel internationalization (i18n) plugin.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,10 +32,10 @@
32
32
  "lodash": "^4.17.21"
33
33
  },
34
34
  "peerDependencies": {
35
- "@babel/core": "^7.0.0"
35
+ "@babel/core": "^7.12.9"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "0c80fbada8b86cd8e4b4892460caa3a5d0e5f583"
40
+ "gitHead": "51c7917ea7fac72953702f24d6daac87d99e7617"
41
41
  }