Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changeset/add-license-metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@openapi-qraft/cli': patch
'@openapi-qraft/plugin': patch
'@openapi-qraft/openapi-typescript-plugin': patch
'@openapi-qraft/react': patch
'@openapi-qraft/tanstack-query-react-plugin': patch
'@openapi-qraft/tanstack-query-react-types': patch
'@qraft/asyncapi-plugin': patch
'@qraft/asyncapi-typescript-plugin': patch
'@qraft/cli': patch
'@qraft/cli-utils': patch
'@qraft/plugin': patch
---

Add MIT license metadata to package manifests.
1 change: 1 addition & 0 deletions packages/asyncapi-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@qraft/asyncapi-plugin",
"version": "1.0.0-beta.8",
"license": "MIT",
"packageManager": "yarn@4.0.2",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/asyncapi-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@qraft/asyncapi-typescript-plugin",
"version": "1.0.0-beta.8",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@qraft/cli-utils",
"version": "1.0.0-beta.8",
"license": "MIT",
"description": "Shared CLI utilities for Qraft code generation tools",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@qraft/cli",
"version": "1.0.0-beta.8",
"license": "MIT",
"description": "CLI tool for generating type-safe code from OpenAPI and AsyncAPI specifications",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"url": "git+https://github.com/OpenAPI-Qraft/openapi-qraft.git",
"directory": "packages/eslint-plugin-query"
},
"bugs": {
"url": "https://github.com/OpenAPI-Qraft/openapi-qraft/issues"
},
"scripts": {
"build": "yarn clean && NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
"typecheck": "tsc --noEmit",
Expand Down
1 change: 1 addition & 0 deletions packages/openapi-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@openapi-qraft/cli",
"version": "2.15.0-beta.9",
"license": "MIT",
"description": "CLI for generating typed TanStack Query React Hooks and services from OpenAPI Document, improving type safety in React apps",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions packages/openapi-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@openapi-qraft/plugin",
"version": "2.15.0-beta.9",
"license": "MIT",
"packageManager": "yarn@4.0.2",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/openapi-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@openapi-qraft/openapi-typescript-plugin",
"version": "2.15.0-beta.9",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@qraft/plugin",
"version": "1.0.0-beta.8",
"license": "MIT",
"packageManager": "yarn@4.0.2",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@openapi-qraft/react",
"version": "2.15.0-beta.9",
"license": "MIT",
"description": "OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.",
"scripts": {
"build": "NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
Expand Down
1 change: 1 addition & 0 deletions packages/tanstack-query-react-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@openapi-qraft/tanstack-query-react-plugin",
"version": "2.15.0-beta.9",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions packages/tanstack-query-react-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@openapi-qraft/tanstack-query-react-types",
"version": "2.15.0-beta.9",
"license": "MIT",
"scripts": {
"build": "yarn clean && NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
"dev": "yarn clean && tsc --project tsconfig.build.json --watch --outDir ./dist/esm --noEmitOnError false",
Expand Down
Loading