@panda-agent/panda-cli 0.1.18 → 0.1.20
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 +1 -1
- package/bin/pandacli.mjs +1 -1
- package/dist/panda-cli-ink.bundle.mjs +234 -222
- package/package.json +11 -3
- package/vendor/panda-ink/dist/index.js +2921 -2184
- package/vendor/panda-ink/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"version": "0.1.0-vendored",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "panda-ink (Ink fork) — edit src/ here; run npm run vendor:panda-ink from panda-cli to build dist/.",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"exports": {
|