aamp-sdk 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @byted-meego/aamp-sdk
1
+ # aamp-sdk
2
2
 
3
3
  Node.js SDK for connecting agents and services to AAMP.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @byted-meego/aamp-sdk
8
+ npm install aamp-sdk
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```ts
14
- import { AampClient } from '@byted-meego/aamp-sdk'
14
+ import { AampClient } from 'aamp-sdk'
15
15
 
16
16
  const client = new AampClient({
17
17
  email: 'agent@example.com',
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @byted-meego/aamp-sdk — Node.js SDK for AAMP Service
2
+ * aamp-sdk — Node.js SDK for AAMP Service
3
3
  *
4
4
  * Main exports:
5
5
  * - AampClient: combined JMAP push receiver + SMTP sender
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @byted-meego/aamp-sdk — Node.js SDK for AAMP Service
2
+ * aamp-sdk — Node.js SDK for AAMP Service
3
3
  *
4
4
  * Main exports:
5
5
  * - AampClient: combined JMAP push receiver + SMTP sender
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dist"
5
5
  ],
6
6
  "license": "MIT",
7
- "version": "0.1.5",
7
+ "version": "0.1.6",
8
8
  "description": "AAMP SDK — Node.js client for Agent-to-Agent task collaboration over email",
9
9
  "type": "module",
10
10
  "main": "dist/index.js",