release: v1.1.2

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-07-01 18:31:38 +05:30
parent 765371c2fd
commit 70d49ebcda
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
3 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bravo68web/eslint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "The official ESLint configuration for bravo68web projects",
"license": "MIT",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
@ -65,10 +65,10 @@
},
"exports": {
".": {
"import": "./dist/default.mjs",
"require": "./dist/default.cjs"
"import": "./dist/backend.mjs",
"require": "./dist/backend.cjs"
},
"./default": {
"./muti-base": {
"import": "./dist/default.mjs",
"require": "./dist/default.cjs"
},
@ -79,6 +79,10 @@
"./typescript-strict": {
"import": "./dist/typescript-strict.mjs",
"require": "./dist/typescript-strict.cjs"
},
"./backend": {
"import": "./dist/backend.mjs",
"require": "./dist/backend.cjs"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@bravo68web/prettier-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "The official Prettier configuration for bravo68web projects",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/nodejs-config#readme",

View File

@ -1,6 +1,6 @@
{
"name": "@bravo68web/tsconfig",
"version": "1.1.1",
"version": "1.1.2",
"description": "Typescript config for bravo68web, ensure the consistency of code quality.",
"license": "MIT",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
@ -11,6 +11,9 @@
},
"files": [
"base.json",
"default.json",
"nobuild.json",
"non-strict.json",
"web.json"
],
"peerDependencies": {