@kevisual/cnb 0.0.6 → 0.0.7

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.
@@ -1,5 +1,5 @@
1
1
  import { app, appId } from '../app.ts';
2
- import './user/check.ts'
2
+ import './cnb-env/check.ts'
3
3
  import './repo/index.ts'
4
4
  import './workspace/index.ts'
5
5
  import './call/index.ts'
package/dist/opencode.js CHANGED
@@ -32167,7 +32167,7 @@ function tool2(input) {
32167
32167
  }
32168
32168
  tool2.schema = exports_external;
32169
32169
 
32170
- // agent/routes/user/check.ts
32170
+ // agent/routes/cnb-env/check.ts
32171
32171
  app.route({
32172
32172
  path: "cnb",
32173
32173
  key: "user-check",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cnb",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
File without changes