@giovannijecha/jecode 0.1.5-rc.2 → 0.1.5-rc.3

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 (2) hide show
  1. package/bin/jecode.js +0 -0
  2. package/package.json +2 -1
package/bin/jecode.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giovannijecha/jecode",
3
- "version": "0.1.5-rc.2",
3
+ "version": "0.1.5-rc.3",
4
4
  "description": "An owned coding agent with zero external runtime dependencies.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -44,6 +44,7 @@
44
44
  "typecheck": "tsc --noEmit",
45
45
  "test": "npm run build:release && node --test",
46
46
  "coverage": "npm run build:release && node --test --experimental-test-coverage --test-coverage-include=\"src/**/*.ts\" --test-coverage-lines=80 --test-coverage-branches=75 --test-coverage-functions=75",
47
+ "check:release-tag": "node dev/check-release-tag.ts",
47
48
  "check:package": "node dev/check-package.ts",
48
49
  "check:install": "node dev/check-installed-cli.ts",
49
50
  "check": "npm run typecheck && npm run coverage && npm run check:package && npm run check:install"