@veryfront/ext-sandbox-shell-tools 0.1.1166 → 0.1.1168
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
|
@@ -22,7 +22,7 @@ const extSandboxShellTools = () => ({
|
|
|
22
22
|
],
|
|
23
23
|
setup(ctx) {
|
|
24
24
|
ctx.provide(SandboxShellToolsProviderName, provider);
|
|
25
|
-
ctx.logger.
|
|
25
|
+
ctx.logger.debug("[ext-sandbox-shell-tools] Sandbox shell tools provider registered");
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
export default extSandboxShellTools;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veryfront/ext-sandbox-shell-tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1168",
|
|
4
4
|
"description": "Veryfront first-party extension package for ext-sandbox-shell-tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"veryfront",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"just-bash": "2.14.5"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"veryfront": "^0.1.
|
|
57
|
+
"veryfront": "^0.1.1168"
|
|
58
58
|
},
|
|
59
59
|
"type": "module",
|
|
60
60
|
"types": "./esm/index.d.ts",
|