@veryfront/ext-parser-babel 0.1.1166 → 0.1.1167
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.
- package/esm/index.js +1 -1
- package/package.json +2 -2
package/esm/index.js
CHANGED
|
@@ -117,7 +117,7 @@ const extBabel = () => {
|
|
|
117
117
|
capabilities: [],
|
|
118
118
|
setup(ctx) {
|
|
119
119
|
ctx.provide("CodeParser", impl);
|
|
120
|
-
ctx.logger.
|
|
120
|
+
ctx.logger.debug("[ext-parser-babel] CodeParser registered");
|
|
121
121
|
},
|
|
122
122
|
teardown() {
|
|
123
123
|
// No resources to release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veryfront/ext-parser-babel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1167",
|
|
4
4
|
"description": "Veryfront first-party extension package for ext-parser-babel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"veryfront",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@babel/types": "7.29.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"veryfront": "^0.1.
|
|
51
|
+
"veryfront": "^0.1.1167"
|
|
52
52
|
},
|
|
53
53
|
"type": "module",
|
|
54
54
|
"types": "./esm/index.d.ts",
|