okengine 0.2.5 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "okengine",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "One law. Eight elements. Ten exports. One package. One manifest. Every backend need is derived, never added.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "site:build": "bun run --cwd site build",
31
31
  "ci": "bun run bench && bun run typecheck && bun run test && bun run budgets && bun run gate && bun run site:build && bun run test:integration",
32
32
  "bump": "bun run scripts/bump-version.ts",
33
- "publish": "bun run scripts/publish.ts",
33
+ "release": "bun run scripts/publish.ts",
34
34
  "g": "gflows"
35
35
  },
36
36
  "dependencies": {