bump(version): 0.1.04161352 (#125)
Signed-off-by: Fouad Matin <fouad@openai.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openai/codex",
|
"name": "@openai/codex",
|
||||||
"version": "0.1.04161241",
|
"version": "0.1.04161352",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"codex": "dist/cli.js"
|
"codex": "dist/cli.js"
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"build:dev": "NODE_ENV=development node build.mjs --dev && NODE_OPTIONS=--enable-source-maps node dist/cli-dev.js",
|
"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: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 (MMDDHHmm format)'",
|
"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 (MMDDHHmm format)'",
|
||||||
"release": "npm run release:readme && npm run build && npm publish"
|
"release": "npm run release:readme && npm run release:version && npm run build && npm publish"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const CLI_VERSION = "0.1.04161241"; // Must be in sync with package.json.
|
export const CLI_VERSION = "0.1.04161352"; // Must be in sync with package.json.
|
||||||
export const ORIGIN = "codex_cli_ts";
|
export const ORIGIN = "codex_cli_ts";
|
||||||
|
|
||||||
export type TerminalChatSession = {
|
export type TerminalChatSession = {
|
||||||
|
|||||||
Reference in New Issue
Block a user