Skip to content

Commit 41121ad

Browse files
author
燕资伟
committed
Add package license metadata
1 parent 7ae1993 commit 41121ad

12 files changed

Lines changed: 26 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/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": {

packages/react-client/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/react",
33
"version": "2.15.0-beta.9",
4+
"license": "MIT",
45
"description": "OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.",
56
"scripts": {
67
"build": "NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",

0 commit comments

Comments
 (0)