@webneat/codewiki 0.0.5 → 0.0.6
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/README.md +173 -24
- package/dist/bin.cjs +54 -41
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +54 -41
- package/dist/bin.js.map +1 -1
- package/dist/cli.cjs +54 -41
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +54 -41
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -620,7 +620,7 @@ var symbols2 = {
|
|
|
620
620
|
where: {}
|
|
621
621
|
};
|
|
622
622
|
var external_dependencies2 = {
|
|
623
|
-
select: ["id", "package", "subpath", "name", "state", "error"],
|
|
623
|
+
select: ["id", "package", "subpath", "name", "is_builtin", "state", "error"],
|
|
624
624
|
order_by: ["id", "asc"],
|
|
625
625
|
limit: 20,
|
|
626
626
|
offset: 0,
|