bump(version): 0.1.2504161551 (#254)
Bump version --------- Signed-off-by: Fouad Matin <fouad@openai.com> Co-authored-by: Jon Church <me@jonchurch.com>
This commit is contained in:
4
codex-cli/package-lock.json
generated
4
codex-cli/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@openai/codex",
|
||||
"version": "0.1.2504161510",
|
||||
"version": "0.1.2504161551",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@openai/codex",
|
||||
"version": "0.1.2504161510",
|
||||
"version": "0.1.2504161551",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@inkjs/ui": "^2.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openai/codex",
|
||||
"version": "0.1.2504161510",
|
||||
"version": "0.1.2504161551",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"codex": "bin/codex"
|
||||
@@ -22,7 +22,8 @@
|
||||
"build:dev": "NODE_ENV=development node build.mjs --dev && NODE_OPTIONS=--enable-source-maps node dist/cli-dev.js",
|
||||
"release:readme": "cp ../README.md ./README.md",
|
||||
"release:version": "codex -a full-auto 'update the CLI_VERSION in codex-cli/src/utils/session.ts and the version in package.json to use the current timestamp (YYMMDDHHmm format)'",
|
||||
"release": "npm run release:readme && npm run release:version && npm run build && npm publish",
|
||||
"release:build-and-publish": "npm run build && npm publish",
|
||||
"release": "npm run release:readme && npm run release:version && npm run release:build-and-publish",
|
||||
"prepare": "husky",
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const CLI_VERSION = "0.1.2504161510"; // Must be in sync with package.json.
|
||||
export const CLI_VERSION = "0.1.2504161551"; // Must be in sync with package.json.
|
||||
export const ORIGIN = "codex_cli_ts";
|
||||
|
||||
export type TerminalChatSession = {
|
||||
|
||||
Reference in New Issue
Block a user