From 11e7ba2a90ab528cfed1183fb481dafb3b615221 Mon Sep 17 00:00:00 2001 From: azu Date: Sun, 12 Feb 2023 20:29:45 +0900 Subject: [PATCH] v0.13.0 --- lerna.json | 6 +- .../@textlint/config-inliner/package.json | 122 ++++++------ .../config-partial-parser/package.json | 126 ++++++------- .../@textlint/runtime-helper/package.json | 122 ++++++------ .../@textlint/script-compiler/package.json | 174 +++++++++--------- packages/@textlint/script-parser/package.json | 112 +++++------ .../@textlint/website-generator/package.json | 134 +++++++------- packages/textchecker-element/package.json | 164 ++++++++--------- packages/webextension/package.json | 88 ++++----- 9 files changed, 524 insertions(+), 524 deletions(-) diff --git a/lerna.json b/lerna.json index c570b28..fce9d38 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "useWorkspaces": true, - "npmClient": "yarn", - "version": "0.12.6" + "useWorkspaces": true, + "npmClient": "yarn", + "version": "0.13.0" } diff --git a/packages/@textlint/config-inliner/package.json b/packages/@textlint/config-inliner/package.json index bed1702..204ebcb 100644 --- a/packages/@textlint/config-inliner/package.json +++ b/packages/@textlint/config-inliner/package.json @@ -1,63 +1,63 @@ { - "name": "@textlint/config-inliner", - "version": "0.12.0", - "description": "Inlining config for supporting browser.", - "keywords": [ - "textlint" - ], - "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-inliner/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": false, - "main": "lib/config-inliner.js", - "module": "module/config-inliner.js", - "types": "lib/config-inliner.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "files": [ - "bin/", - "lib/", - "module/", - "src/" - ], - "scripts": { - "test": "mocha \"test/**/*.ts\"", - "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "build": "tsc -p . && tsc -p ./tsconfig.module.json", - "watch": "tsc -p . --watch", - "clean": "rimraf lib/ module/", - "prepublishOnly": "npm run clean && npm run build" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "dependencies": { - "@textlint/config-loader": "^13.3.0", - "untildify": "^4.0.0" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5" - }, - "publishConfig": { - "access": "public" - } + "name": "@textlint/config-inliner", + "version": "0.13.0", + "description": "Inlining config for supporting browser.", + "keywords": [ + "textlint" + ], + "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-inliner/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": false, + "main": "lib/config-inliner.js", + "module": "module/config-inliner.js", + "types": "lib/config-inliner.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "files": [ + "bin/", + "lib/", + "module/", + "src/" + ], + "scripts": { + "test": "mocha \"test/**/*.ts\"", + "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "build": "tsc -p . && tsc -p ./tsconfig.module.json", + "watch": "tsc -p . --watch", + "clean": "rimraf lib/ module/", + "prepublishOnly": "npm run clean && npm run build" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "dependencies": { + "@textlint/config-loader": "^13.3.0", + "untildify": "^4.0.0" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@textlint/config-partial-parser/package.json b/packages/@textlint/config-partial-parser/package.json index 5f8a4df..8af5ed8 100644 --- a/packages/@textlint/config-partial-parser/package.json +++ b/packages/@textlint/config-partial-parser/package.json @@ -1,65 +1,65 @@ { - "name": "@textlint/config-partial-parser", - "version": "0.12.0", - "description": "A partial parser for textlintrc", - "keywords": [ - "textlint", - "config" - ], - "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-partial-parser/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": false, - "main": "lib/index.js", - "module": "module/index.js", - "types": "lib/index.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "files": [ - "bin/", - "lib/", - "module" - ], - "scripts": { - "build": "tsc -p . && tsc -p ./tsconfig.module.json", - "clean": "rimraf lib/ module/", - "prepublishOnly": "npm run clean && npm run build", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "test": "mocha \"test/**/*.ts\"", - "watch": "tsc -p . --watch" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "dependencies": { - "@textlint/config-loader": "^13.3.0", - "@textlint/kernel": "^13.3.0", - "@textlint/types": "^13.3.0", - "@textlint/utils": "^13.3.0" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5" - }, - "publishConfig": { - "access": "public" - } + "name": "@textlint/config-partial-parser", + "version": "0.13.0", + "description": "A partial parser for textlintrc", + "keywords": [ + "textlint", + "config" + ], + "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-partial-parser/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": false, + "main": "lib/index.js", + "module": "module/index.js", + "types": "lib/index.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "files": [ + "bin/", + "lib/", + "module" + ], + "scripts": { + "build": "tsc -p . && tsc -p ./tsconfig.module.json", + "clean": "rimraf lib/ module/", + "prepublishOnly": "npm run clean && npm run build", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "test": "mocha \"test/**/*.ts\"", + "watch": "tsc -p . --watch" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "dependencies": { + "@textlint/config-loader": "^13.3.0", + "@textlint/kernel": "^13.3.0", + "@textlint/types": "^13.3.0", + "@textlint/utils": "^13.3.0" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@textlint/runtime-helper/package.json b/packages/@textlint/runtime-helper/package.json index ecc5ec0..f31e07c 100644 --- a/packages/@textlint/runtime-helper/package.json +++ b/packages/@textlint/runtime-helper/package.json @@ -1,63 +1,63 @@ { - "name": "@textlint/runtime-helper", - "version": "0.12.0", - "description": "A runtime helper", - "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/runtime-helper/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": false, - "main": "lib/index.js", - "module": "module/index.js", - "types": "lib/index.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "files": [ - "bin/", - "lib/", - "module" - ], - "scripts": { - "build": "tsc -p . && tsc --project ./tsconfig.module.json", - "clean": "rimraf lib/ module/", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "prepublish": "npm run --if-present build", - "test": "mocha \"test/**/*.ts\"", - "watch": "tsc -p . --watch" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "dependencies": { - "@kvs/env": "^1.1.0", - "@textlint/config-loader": "^13.3.0", - "@textlint/kernel": "^13.3.0", - "@textlint/module-interop": "^13.3.0", - "@textlint/types": "^13.3.0", - "@textlint/utils": "^13.3.0" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5" - }, - "publishConfig": { - "access": "public" - } + "name": "@textlint/runtime-helper", + "version": "0.13.0", + "description": "A runtime helper", + "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/runtime-helper/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": false, + "main": "lib/index.js", + "module": "module/index.js", + "types": "lib/index.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "files": [ + "bin/", + "lib/", + "module" + ], + "scripts": { + "build": "tsc -p . && tsc --project ./tsconfig.module.json", + "clean": "rimraf lib/ module/", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "prepublish": "npm run --if-present build", + "test": "mocha \"test/**/*.ts\"", + "watch": "tsc -p . --watch" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "dependencies": { + "@kvs/env": "^1.1.0", + "@textlint/config-loader": "^13.3.0", + "@textlint/kernel": "^13.3.0", + "@textlint/module-interop": "^13.3.0", + "@textlint/types": "^13.3.0", + "@textlint/utils": "^13.3.0" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@textlint/script-compiler/package.json b/packages/@textlint/script-compiler/package.json index b7e2b05..060aff4 100644 --- a/packages/@textlint/script-compiler/package.json +++ b/packages/@textlint/script-compiler/package.json @@ -1,89 +1,89 @@ { - "name": "@textlint/script-compiler", - "version": "0.12.1", - "description": "textlint script compiler tool", - "keywords": [ - "textlint", - "webpack", - "bundler", - "compiler" - ], - "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/script-compiler/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": false, - "main": "lib/index.js", - "module": "module/index.js", - "types": "lib/index.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "bin": { - "textlint-script-compiler": "./bin/cmd.js" - }, - "files": [ - "bin/", - "lib/", - "module/", - "patch/" - ], - "scripts": { - "build": "tsc -p . && tsc --project ./tsconfig.module.json", - "clean": "rimraf lib/ module/", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "prepublish": "npm run --if-present build", - "test": "npm run build:example", - "watch": "tsc -p . --watch", - "prebuild:example": "npm run build", - "build:example": "./bin/cmd.js --outputDir example/ --metadataName test --metadataNamespace example.com" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "dependencies": { - "@babel/core": "^7.12.10", - "@textlint/config-inliner": "^0.12.0", - "@textlint/config-loader": "^13.3.0", - "@textlint/config-partial-parser": "^0.12.0", - "@textlint/kernel": "^13.3.0", - "@textlint/runtime-helper": "^0.12.0", - "@textlint/script-parser": "^0.12.0", - "@textlint/textlint-plugin-markdown": "^13.3.0", - "@textlint/textlint-plugin-text": "^13.3.0", - "@textlint/types": "^13.3.0", - "babel-loader": "^8.2.2", - "babel-plugin-static-fs": "^3.0.0", - "meow": "^9.0.0", - "node-polyfill-webpack-plugin": "^2.0.1", - "read-pkg": "^5.2.0", - "rimraf": "^3.0.2", - "terser-webpack-plugin": "^5.3.6", - "webpack": "^5.75.0" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "@types/webpack": "^4.41.26", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "textlint-rule-no-dropping-the-ra": "^3.0.0", - "textlint-rule-preset-ja-technical-writing": "^6.0.0", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5" - }, - "publishConfig": { - "access": "public" - } + "name": "@textlint/script-compiler", + "version": "0.13.0", + "description": "textlint script compiler tool", + "keywords": [ + "textlint", + "webpack", + "bundler", + "compiler" + ], + "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/script-compiler/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": false, + "main": "lib/index.js", + "module": "module/index.js", + "types": "lib/index.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "bin": { + "textlint-script-compiler": "./bin/cmd.js" + }, + "files": [ + "bin/", + "lib/", + "module/", + "patch/" + ], + "scripts": { + "build": "tsc -p . && tsc --project ./tsconfig.module.json", + "clean": "rimraf lib/ module/", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "prepublish": "npm run --if-present build", + "test": "npm run build:example", + "watch": "tsc -p . --watch", + "prebuild:example": "npm run build", + "build:example": "./bin/cmd.js --outputDir example/ --metadataName test --metadataNamespace example.com" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "dependencies": { + "@babel/core": "^7.12.10", + "@textlint/config-inliner": "^0.13.0", + "@textlint/config-loader": "^13.3.0", + "@textlint/config-partial-parser": "^0.13.0", + "@textlint/kernel": "^13.3.0", + "@textlint/runtime-helper": "^0.13.0", + "@textlint/script-parser": "^0.13.0", + "@textlint/textlint-plugin-markdown": "^13.3.0", + "@textlint/textlint-plugin-text": "^13.3.0", + "@textlint/types": "^13.3.0", + "babel-loader": "^8.2.2", + "babel-plugin-static-fs": "^3.0.0", + "meow": "^9.0.0", + "node-polyfill-webpack-plugin": "^2.0.1", + "read-pkg": "^5.2.0", + "rimraf": "^3.0.2", + "terser-webpack-plugin": "^5.3.6", + "webpack": "^5.75.0" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "@types/webpack": "^4.41.26", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "textlint-rule-no-dropping-the-ra": "^3.0.0", + "textlint-rule-preset-ja-technical-writing": "^6.0.0", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@textlint/script-parser/package.json b/packages/@textlint/script-parser/package.json index e48e71f..27060e0 100644 --- a/packages/@textlint/script-parser/package.json +++ b/packages/@textlint/script-parser/package.json @@ -1,58 +1,58 @@ { - "name": "@textlint/script-parser", - "version": "0.12.0", - "description": "A parser for textlint script", - "keywords": [ - "textlint" - ], - "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/script-parser/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": false, - "main": "lib/script-parser.js", - "module": "module/script-parser.js", - "types": "lib/script-parser.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "files": [ - "bin/", - "lib/", - "module" - ], - "scripts": { - "build": "tsc -p . && tsc --project ./tsconfig.module.json", - "clean": "rimraf lib/ module/", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "prepublish": "npm run --if-present build", - "test": "mocha \"test/**/*.ts\"", - "watch": "tsc -p . --watch" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5" - }, - "publishConfig": { - "access": "public" - } + "name": "@textlint/script-parser", + "version": "0.13.0", + "description": "A parser for textlint script", + "keywords": [ + "textlint" + ], + "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/script-parser/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": false, + "main": "lib/script-parser.js", + "module": "module/script-parser.js", + "types": "lib/script-parser.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "files": [ + "bin/", + "lib/", + "module" + ], + "scripts": { + "build": "tsc -p . && tsc --project ./tsconfig.module.json", + "clean": "rimraf lib/ module/", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "prepublish": "npm run --if-present build", + "test": "mocha \"test/**/*.ts\"", + "watch": "tsc -p . --watch" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@textlint/website-generator/package.json b/packages/@textlint/website-generator/package.json index 70cc7b5..f1808fa 100644 --- a/packages/@textlint/website-generator/package.json +++ b/packages/@textlint/website-generator/package.json @@ -1,69 +1,69 @@ { - "name": "@textlint/website-generator", - "version": "0.12.1", - "description": "Website generator using @textlint/script-compiler", - "keywords": [ - "textlint" - ], - "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/website-generator/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": false, - "main": "lib/index.js", - "module": "module/index.js", - "types": "lib/index.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "bin": { - "textlint-website-generator": "./bin/cmd.js" - }, - "files": [ - "bin/", - "lib/", - "module", - "template" - ], - "scripts": { - "build": "tsc -p . && tsc --project ./tsconfig.module.json", - "clean": "rimraf lib/ module/", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "prepublish": "npm run --if-present build", - "test": "mocha \"test/**/*.ts\"", - "watch": "tsc -p . --watch" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "dependencies": { - "@textlint/script-compiler": "^0.12.1", - "meow": "^9.0.0", - "read-pkg": "^5.2.0", - "textchecker-element": "^0.12.1" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "@types/rimraf": "3.0.0", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5" - }, - "publishConfig": { - "access": "public" - } + "name": "@textlint/website-generator", + "version": "0.13.0", + "description": "Website generator using @textlint/script-compiler", + "keywords": [ + "textlint" + ], + "homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/website-generator/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": false, + "main": "lib/index.js", + "module": "module/index.js", + "types": "lib/index.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "bin": { + "textlint-website-generator": "./bin/cmd.js" + }, + "files": [ + "bin/", + "lib/", + "module", + "template" + ], + "scripts": { + "build": "tsc -p . && tsc --project ./tsconfig.module.json", + "clean": "rimraf lib/ module/", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "prepublish": "npm run --if-present build", + "test": "mocha \"test/**/*.ts\"", + "watch": "tsc -p . --watch" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "dependencies": { + "@textlint/script-compiler": "^0.13.0", + "meow": "^9.0.0", + "read-pkg": "^5.2.0", + "textchecker-element": "^0.13.0" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "@types/rimraf": "3.0.0", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/textchecker-element/package.json b/packages/textchecker-element/package.json index fb10196..45d50f7 100644 --- a/packages/textchecker-element/package.json +++ b/packages/textchecker-element/package.json @@ -1,84 +1,84 @@ { - "name": "textchecker-element", - "version": "0.12.1", - "description": "Overlay text checker web compoentns.", - "keywords": [ - "webcomponent", - "customelement", - "spellchecker" - ], - "homepage": "https://github.com/textlint/editor/tree/master/packages/textchecker-element/", - "bugs": { - "url": "https://github.com/textlint/editor/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/textlint/editor.git" - }, - "license": "MIT", - "author": "azu", - "sideEffects": [ - "lib/textchecker-element.js" - ], - "main": "lib/index.js", - "module": "module/index.js", - "types": "lib/index.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "files": [ - "bin/", - "lib/", - "module/", - "public-dist/" - ], - "scripts": { - "compile:textlint": "textlint-script-compiler --outputDir public --metadataName \"example\" --metadataNamespace \"https://github.com/textlint/editor\"", - "predev": "npm run compile:textlint", - "dev": "vite", - "website": "npm run compile:textlint && vite build", - "build": "tsc -p . && tsc --project ./tsconfig.module.json", - "build:public-lib": "vite build --config vite.lib.config.js", - "website-generator": "ts-node tools/website-generator.ts", - "clean": "rimraf lib/ module/", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "prepublishOnly": "npm run build:public-lib && npm run build && npm run website-generator", - "test": "mocha \"test/**/*.ts\"", - "watch": "tsc -p . --watch" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4, - "trailingComma": "none" - }, - "devDependencies": { - "@babel/core": "^7.12.10", - "@textlint/script-compiler": "^0.12.1", - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "@types/rimraf": "^3.0.0", - "mocha": "^8.4.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "textlint-rule-preset-ja-technical-writing": "^6.0.0", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^4.9.5", - "vite": "^2.1.5" - }, - "dependencies": { - "@textlint/source-code-fixer": "^13.3.0", - "delay": "^4.4.0", - "eventmit": "^1.1.0", - "lit-html": "^1.3.0", - "p-debounce": "^2.1.0", - "text-caret-pos": "^1.0.1", - "to-px": "^1.1.0" - }, - "browserslist": [ - "last 1 chrome version", - "last 1 firefox version" - ] + "name": "textchecker-element", + "version": "0.13.0", + "description": "Overlay text checker web compoentns.", + "keywords": [ + "webcomponent", + "customelement", + "spellchecker" + ], + "homepage": "https://github.com/textlint/editor/tree/master/packages/textchecker-element/", + "bugs": { + "url": "https://github.com/textlint/editor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/textlint/editor.git" + }, + "license": "MIT", + "author": "azu", + "sideEffects": [ + "lib/textchecker-element.js" + ], + "main": "lib/index.js", + "module": "module/index.js", + "types": "lib/index.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "files": [ + "bin/", + "lib/", + "module/", + "public-dist/" + ], + "scripts": { + "compile:textlint": "textlint-script-compiler --outputDir public --metadataName \"example\" --metadataNamespace \"https://github.com/textlint/editor\"", + "predev": "npm run compile:textlint", + "dev": "vite", + "website": "npm run compile:textlint && vite build", + "build": "tsc -p . && tsc --project ./tsconfig.module.json", + "build:public-lib": "vite build --config vite.lib.config.js", + "website-generator": "ts-node tools/website-generator.ts", + "clean": "rimraf lib/ module/", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "prepublishOnly": "npm run build:public-lib && npm run build && npm run website-generator", + "test": "mocha \"test/**/*.ts\"", + "watch": "tsc -p . --watch" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "none" + }, + "devDependencies": { + "@babel/core": "^7.12.10", + "@textlint/script-compiler": "^0.13.0", + "@types/mocha": "^10.0.1", + "@types/node": "^18.13.0", + "@types/rimraf": "^3.0.0", + "mocha": "^8.4.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "textlint-rule-preset-ja-technical-writing": "^6.0.0", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^4.9.5", + "vite": "^2.1.5" + }, + "dependencies": { + "@textlint/source-code-fixer": "^13.3.0", + "delay": "^4.4.0", + "eventmit": "^1.1.0", + "lit-html": "^1.3.0", + "p-debounce": "^2.1.0", + "text-caret-pos": "^1.0.1", + "to-px": "^1.1.0" + }, + "browserslist": [ + "last 1 chrome version", + "last 1 firefox version" + ] } diff --git a/packages/webextension/package.json b/packages/webextension/package.json index 64debe9..654fd43 100644 --- a/packages/webextension/package.json +++ b/packages/webextension/package.json @@ -1,46 +1,46 @@ { - "private": true, - "name": "@textlint/webextension", - "version": "0.12.6", - "description": "textlint editor", - "scripts": { - "dev": "webextension-toolbox dev", - "dist": "webextension-toolbox build", - "update-version": "node tools/sync-version.js && git add ./app/manifest.json && git commit -m 'chore(webextension): update version'" - }, - "devDependencies": { - "@types/codemirror": "^0.0.106", - "@types/minimatch": "^3.0.3", - "@types/reach__router": "^1.3.6", - "@types/react": "^17.0.0", - "@types/react-dom": "^17.0.0", - "copy-webpack-plugin": "^7.0.0", - "css-loader": "^5.0.1", - "style-loader": "^1.2.1", - "ts-loader": "^8.0.14", - "webextension-toolbox": "^3.0.0", - "webpack": "^4.44.0", - "webpack-watched-glob-entries-plugin": "^2.1.9" - }, - "dependencies": { - "@adobe/react-spectrum": "3.4.0", - "@kvs/env": "^1.1.0", - "@reach/router": "^1.3.4", - "@react-stately/data": "^3.1.2", - "@spectrum-icons/workflow": "^3.2.0", - "@textlint/config-loader": "^13.3.0", - "@textlint/script-parser": "^0.12.0", - "@textlint/types": "^13.3.0", - "codemirror": "^5.59.2", - "comlink": "^4.3.0", - "comlink-extension": "^1.0.8", - "enable-webcomponents-in-content-scripts": "^1.0.7", - "idb": "^5.0.4", - "minimatch": "^3.0.4", - "react": "^17.0.2", - "react-codemirror2": "^7.2.1", - "react-dom": "^17.0.2", - "textchecker-element": "^0.12.1", - "webextension-polyfill-ts": "^0.25.0" - } + "private": true, + "name": "@textlint/webextension", + "version": "0.13.0", + "description": "textlint editor", + "scripts": { + "dev": "webextension-toolbox dev", + "dist": "webextension-toolbox build", + "update-version": "node tools/sync-version.js && git add ./app/manifest.json && git commit -m 'chore(webextension): update version'" + }, + "devDependencies": { + "@types/codemirror": "^0.0.106", + "@types/minimatch": "^3.0.3", + "@types/reach__router": "^1.3.6", + "@types/react": "^17.0.0", + "@types/react-dom": "^17.0.0", + "copy-webpack-plugin": "^7.0.0", + "css-loader": "^5.0.1", + "style-loader": "^1.2.1", + "ts-loader": "^8.0.14", + "webextension-toolbox": "^3.0.0", + "webpack": "^4.44.0", + "webpack-watched-glob-entries-plugin": "^2.1.9" + }, + "dependencies": { + "@adobe/react-spectrum": "3.4.0", + "@kvs/env": "^1.1.0", + "@reach/router": "^1.3.4", + "@react-stately/data": "^3.1.2", + "@spectrum-icons/workflow": "^3.2.0", + "@textlint/config-loader": "^13.3.0", + "@textlint/script-parser": "^0.13.0", + "@textlint/types": "^13.3.0", + "codemirror": "^5.59.2", + "comlink": "^4.3.0", + "comlink-extension": "^1.0.8", + "enable-webcomponents-in-content-scripts": "^1.0.7", + "idb": "^5.0.4", + "minimatch": "^3.0.4", + "react": "^17.0.2", + "react-codemirror2": "^7.2.1", + "react-dom": "^17.0.2", + "textchecker-element": "^0.13.0", + "webextension-polyfill-ts": "^0.25.0" + } }