@papert-code/papert-code 0.2.5 → 0.3.1

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 (4) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +122 -227
  3. package/dist/cli.js +332863 -325652
  4. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papert-code/papert-code",
3
- "version": "0.2.5",
3
+ "version": "0.3.1",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -10,10 +10,10 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/PapertLM/papert-code.git"
13
+ "url": "git+https://github.com/azharlabs/papert-code.git"
14
14
  },
15
15
  "config": {
16
- "sandboxImageUri": "ghcr.io/papertlm/papert-code:0.2.5"
16
+ "sandboxImageUri": "ghcr.io/azharlabs/papert-code:0.4.0"
17
17
  },
18
18
  "scripts": {
19
19
  "start": "cross-env node scripts/start.js",
@@ -39,13 +39,14 @@
39
39
  "test:integration:sandbox:podman": "cross-env GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
40
40
  "test:terminal-bench": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests",
41
41
  "test:terminal-bench:oracle": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests -t 'oracle'",
42
- "test:terminal-bench:papert": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests -t 'papert'",
42
+ "test:terminal-bench:qwen": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests -t 'qwen'",
43
43
  "lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
44
44
  "lint:fix": "eslint . --fix && eslint integration-tests --fix",
45
45
  "lint:ci": "eslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0",
46
46
  "lint:all": "node scripts/lint.js",
47
47
  "format": "prettier --experimental-cli --write .",
48
48
  "typecheck": "npm run typecheck --workspaces --if-present",
49
+ "check-i18n": "npm run check-i18n --workspace=packages/cli",
49
50
  "preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
50
51
  "prepare": "husky && npm run bundle",
51
52
  "prepare:package": "node scripts/prepare-package.js",
@@ -109,10 +110,9 @@
109
110
  "yargs": "^17.7.2"
110
111
  },
111
112
  "dependencies": {
112
- "@papert-code/papert-code": "^0.2.5",
113
+ "@cfworker/json-schema": "^4.1.1",
113
114
  "@testing-library/dom": "^10.4.1",
114
- "simple-git": "^3.28.0",
115
- "tiktoken": "^1.0.21"
115
+ "simple-git": "^3.28.0"
116
116
  },
117
117
  "optionalDependencies": {
118
118
  "@lydell/node-pty": "1.1.0",