diff --git a/packages/agents-a365-notifications/package.json b/packages/agents-a365-notifications/package.json index ac9e1d84..bec4d327 100644 --- a/packages/agents-a365-notifications/package.json +++ b/packages/agents-a365-notifications/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "ai", @@ -26,7 +26,7 @@ "typescript" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -54,6 +54,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] } diff --git a/packages/agents-a365-observability-extensions-openai/package.json b/packages/agents-a365-observability-extensions-openai/package.json index 6a1864d2..9167af2c 100644 --- a/packages/agents-a365-observability-extensions-openai/package.json +++ b/packages/agents-a365-observability-extensions-openai/package.json @@ -28,7 +28,8 @@ "files": [ "dist", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ], "scripts": { "build": "npm run build:cjs && npm run build:esm", @@ -41,7 +42,7 @@ "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "dependencies": { "@microsoft/agents-a365-observability": "workspace:*", diff --git a/packages/agents-a365-observability/package.json b/packages/agents-a365-observability/package.json index 4519a511..0a127fa1 100644 --- a/packages/agents-a365-observability/package.json +++ b/packages/agents-a365-observability/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "Agent365", @@ -30,7 +30,7 @@ "typescript" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -64,6 +64,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] } diff --git a/packages/agents-a365-runtime/package.json b/packages/agents-a365-runtime/package.json index 7db80b43..0df37fd0 100644 --- a/packages/agents-a365-runtime/package.json +++ b/packages/agents-a365-runtime/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "ai", @@ -26,7 +26,7 @@ "typescript" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -55,6 +55,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] } diff --git a/packages/agents-a365-tooling-extensions-claude/package.json b/packages/agents-a365-tooling-extensions-claude/package.json index e63946a6..2652ee51 100644 --- a/packages/agents-a365-tooling-extensions-claude/package.json +++ b/packages/agents-a365-tooling-extensions-claude/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "ai", @@ -27,7 +27,7 @@ "claude" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -57,6 +57,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] } diff --git a/packages/agents-a365-tooling-extensions-langchain/package.json b/packages/agents-a365-tooling-extensions-langchain/package.json index bdc3abab..d06af514 100644 --- a/packages/agents-a365-tooling-extensions-langchain/package.json +++ b/packages/agents-a365-tooling-extensions-langchain/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "ai", @@ -27,7 +27,7 @@ "langchain" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -57,6 +57,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] } diff --git a/packages/agents-a365-tooling-extensions-openai/package.json b/packages/agents-a365-tooling-extensions-openai/package.json index 6886704f..25703ba9 100644 --- a/packages/agents-a365-tooling-extensions-openai/package.json +++ b/packages/agents-a365-tooling-extensions-openai/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "ai", @@ -27,7 +27,7 @@ "openai" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -56,6 +56,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] } diff --git a/packages/agents-a365-tooling/package.json b/packages/agents-a365-tooling/package.json index 35260783..e4e81b99 100644 --- a/packages/agents-a365-tooling/package.json +++ b/packages/agents-a365-tooling/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run clean && npm run build", "ci": "npm ci", - "pack": "npm pack --pack-destination=../" + "pack": "cp ../../CHANGELOG.md . && cp ../../LICENSE.md . && npm pack --pack-destination=../" }, "keywords": [ "ai", @@ -26,7 +26,7 @@ "typescript" ], "author": "Microsoft Corporation", - "license": "See license file", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/Agent365-nodejs.git", @@ -55,6 +55,7 @@ "files": [ "dist/**/*", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE.md" ] }