Skip to content
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions packages/agents-a365-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/agents-a365-notifications",
"version": "0.0.0-placeholder",
"description": "Agent 365 Notifications SDK for AI agents built with TypeScript/Node.js",
"description": "Microsoft Agent 365 Notifications SDK for AI agents built with TypeScript/Node.js",
Comment thread
pontemonti marked this conversation as resolved.
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"license": "See license file",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/Agent365.git",
"directory": "nodejs/packages/agents-a365-notifications"
"url": "https://github.com/microsoft/Agent365-nodejs.git",
"directory": "packages/agents-a365-notifications"
},
"dependencies": {
"@microsoft/agents-a365-runtime": "workspace:*",
Expand Down
Loading