From cdb0940c98a4bad9388f9a44f8917fb00df2423c Mon Sep 17 00:00:00 2001 From: Erik Bremen Date: Sun, 10 Nov 2024 15:17:11 -0800 Subject: [PATCH] bump version to 1.1.2 --- package.json | 110 +++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index a89affa..c4037cc 100644 --- a/package.json +++ b/package.json @@ -1,57 +1,57 @@ { - "name": "xterm-readline", - "version": "1.1.1", - "description": "xterm-js readline addon", - "keywords": [ - "xterm", - "readline", - "cli", - "terminal" - ], - "author": "Erik Bremen ", - "license": "MIT", - "homepage": "https://github.com/strtok/xterm-readline", - "bugs": "https://github.com/strtok/xterm-readline/issues", - "repository": { - "type": "git", - "url": "git+https://github.com/strtok/xterm-readline.git" - }, - "main": "lib/readline.js", - "types": "lib/readline.d.ts", - "scripts": { - "start": "npm run build:live", - "dev": "tsc --watch -p .", - "build": "tsc -p .", - "build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/readline.ts", - "format": "prettier --write \"src/**/*.ts\"", - "lint": "eslint .", - "prepare": "npm run build", - "preversion": "npm run lint", - "package": "../../node_modules/.bin/webpack", - "prepublish": "tsc", - "prepublishOnly": "npm test && npm run lint", - "test": "jest" - }, - "devDependencies": { - "@types/jest": "^29.2.4", - "@types/node": "^22.9.0", - "@typescript-eslint/eslint-plugin": "^8.13.0", - "@typescript-eslint/parser": "^8.13.0", - "@xterm/xterm": "^5.5.0", - "babel-jest": "^29.7.0", - "eslint": "^9.0.0", - "jest": "^29.7.0", - "jest-environment-jsdom": "^29.7.0", - "nodemon": "^3.1.7", - "prettier": "^3.3.0", - "ts-jest": "^29.2.5", - "ts-node": "^10.9.2", - "typescript": "^5.6.3" - }, - "dependencies": { - "string-width": "^4" - }, - "peerDependencies": { - "@xterm/xterm": "^5.5.0" - } + "name": "xterm-readline", + "version": "1.1.2", + "description": "xterm-js readline addon", + "keywords": [ + "xterm", + "readline", + "cli", + "terminal" + ], + "author": "Erik Bremen ", + "license": "MIT", + "homepage": "https://github.com/strtok/xterm-readline", + "bugs": "https://github.com/strtok/xterm-readline/issues", + "repository": { + "type": "git", + "url": "git+https://github.com/strtok/xterm-readline.git" + }, + "main": "lib/readline.js", + "types": "lib/readline.d.ts", + "scripts": { + "start": "npm run build:live", + "dev": "tsc --watch -p .", + "build": "tsc -p .", + "build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/readline.ts", + "format": "prettier --write \"src/**/*.ts\"", + "lint": "eslint .", + "prepare": "npm run build", + "preversion": "npm run lint", + "package": "../../node_modules/.bin/webpack", + "prepublish": "tsc", + "prepublishOnly": "npm test && npm run lint", + "test": "jest" + }, + "devDependencies": { + "@types/jest": "^29.2.4", + "@types/node": "^22.9.0", + "@typescript-eslint/eslint-plugin": "^8.13.0", + "@typescript-eslint/parser": "^8.13.0", + "@xterm/xterm": "^5.5.0", + "babel-jest": "^29.7.0", + "eslint": "^9.0.0", + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0", + "nodemon": "^3.1.7", + "prettier": "^3.3.0", + "ts-jest": "^29.2.5", + "ts-node": "^10.9.2", + "typescript": "^5.6.3" + }, + "dependencies": { + "string-width": "^4" + }, + "peerDependencies": { + "@xterm/xterm": "^5.5.0" + } }