skybridge 0.2.0 → 0.2.2

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.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skybridge",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Skybridge is a framework for building ChatGPT apps",
5
5
  "type": "module",
6
6
  "files": [
@@ -19,7 +19,10 @@
19
19
  "scripts": {
20
20
  "build": "tsc && pnpm run build:templates",
21
21
  "build:templates": "cp -r src/server/templates dist/src/server/",
22
- "test": "vitest run --silent"
22
+ "test": "vitest run --silent",
23
+ "docs:dev": "pnpm --filter @skybridge/docs start",
24
+ "docs:build": "pnpm --filter @skybridge/docs build",
25
+ "docs:serve": "pnpm --filter @skybridge/docs serve"
23
26
  },
24
27
  "keywords": [
25
28
  "chatgpt",