Skip to content

Commit 3901553

Browse files
authored
chore: add package metadata (#448)
* Add package license metadata * Add eslint plugin bugs metadata --------- Co-authored-by: 燕资伟 <>
1 parent fac1775 commit 3901553

13 files changed

Lines changed: 29 additions & 0 deletions

File tree

.changeset/add-license-metadata.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'@openapi-qraft/cli': patch
3+
'@openapi-qraft/plugin': patch
4+
'@openapi-qraft/openapi-typescript-plugin': patch
5+
'@openapi-qraft/react': patch
6+
'@openapi-qraft/tanstack-query-react-plugin': patch
7+
'@openapi-qraft/tanstack-query-react-types': patch
8+
'@qraft/asyncapi-plugin': patch
9+
'@qraft/asyncapi-typescript-plugin': patch
10+
'@qraft/cli': patch
11+
'@qraft/cli-utils': patch
12+
'@qraft/plugin': patch
13+
---
14+
15+
Add MIT license metadata to package manifests.

packages/asyncapi-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@qraft/asyncapi-plugin",
33
"version": "1.0.0-beta.8",
4+
"license": "MIT",
45
"packageManager": "yarn@4.0.2",
56
"type": "module",
67
"scripts": {

packages/asyncapi-typescript-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@qraft/asyncapi-typescript-plugin",
33
"version": "1.0.0-beta.8",
4+
"license": "MIT",
45
"type": "module",
56
"scripts": {
67
"build": "tsc --project tsconfig.build.json",

packages/cli-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@qraft/cli-utils",
33
"version": "1.0.0-beta.8",
4+
"license": "MIT",
45
"description": "Shared CLI utilities for Qraft code generation tools",
56
"scripts": {
67
"build": "tsc --project tsconfig.build.json",

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@qraft/cli",
33
"version": "1.0.0-beta.8",
4+
"license": "MIT",
45
"description": "CLI tool for generating type-safe code from OpenAPI and AsyncAPI specifications",
56
"scripts": {
67
"build": "tsc --project tsconfig.build.json",

packages/eslint-plugin-query/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"url": "git+https://github.com/OpenAPI-Qraft/openapi-qraft.git",
1414
"directory": "packages/eslint-plugin-query"
1515
},
16+
"bugs": {
17+
"url": "https://github.com/OpenAPI-Qraft/openapi-qraft/issues"
18+
},
1619
"scripts": {
1720
"build": "yarn clean && NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
1821
"typecheck": "tsc --noEmit",

packages/openapi-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openapi-qraft/cli",
33
"version": "2.15.0-beta.9",
4+
"license": "MIT",
45
"description": "CLI for generating typed TanStack Query React Hooks and services from OpenAPI Document, improving type safety in React apps",
56
"scripts": {
67
"build": "tsc --project tsconfig.build.json",

packages/openapi-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openapi-qraft/plugin",
33
"version": "2.15.0-beta.9",
4+
"license": "MIT",
45
"packageManager": "yarn@4.0.2",
56
"type": "module",
67
"scripts": {

packages/openapi-typescript-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openapi-qraft/openapi-typescript-plugin",
33
"version": "2.15.0-beta.9",
4+
"license": "MIT",
45
"type": "module",
56
"scripts": {
67
"build": "tsc --project tsconfig.build.json",

packages/plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@qraft/plugin",
33
"version": "1.0.0-beta.8",
4+
"license": "MIT",
45
"packageManager": "yarn@4.0.2",
56
"type": "module",
67
"scripts": {

0 commit comments

Comments
 (0)