mailerbot 0.1.0 → 0.1.1

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/package.json CHANGED
@@ -1,68 +1,67 @@
1
- {
2
- "name": "mailerbot",
3
- "version": "0.1.0",
4
- "description": "TypeScript SDK for the MailerBot direct mail API",
5
- "author": "MailerBot <dev@mailerbot.com>",
6
- "license": "MIT",
7
- "type": "module",
8
- "main": "./dist/index.cjs",
9
- "module": "./dist/index.js",
10
- "types": "./dist/index.d.ts",
11
- "exports": {
12
- ".": {
13
- "import": {
14
- "types": "./dist/index.d.ts",
15
- "default": "./dist/index.js"
16
- },
17
- "require": {
18
- "types": "./dist/index.d.cts",
19
- "default": "./dist/index.cjs"
20
- }
21
- }
22
- },
23
- "files": [
24
- "dist",
25
- "README.md"
26
- ],
27
- "sideEffects": false,
28
- "engines": {
29
- "node": ">=18.0.0"
30
- },
31
- "scripts": {
32
- "build": "tsup",
33
- "dev": "tsup --watch",
34
- "typecheck": "tsc --noEmit",
35
- "test": "vitest run",
36
- "test:local": "tsx test_local.ts",
37
- "prepublishOnly": "npm run build"
38
- },
39
- "keywords": [
40
- "mailerbot",
41
- "direct mail",
42
- "api",
43
- "sdk",
44
- "postal",
45
- "letters",
46
- "postcards"
47
- ],
48
- "homepage": "https://mailerbot.com",
49
- "repository": {
50
- "type": "git",
51
- "url": "https://github.com/mailerbot-hq/MailerBot.git",
52
- "directory": "sdk/typescript"
53
- },
54
- "bugs": {
55
- "url": "https://github.com/mailerbot-hq/MailerBot/issues"
56
- },
57
- "publishConfig": {
58
- "access": "public",
59
- "provenance": true
60
- },
61
- "devDependencies": {
62
- "@types/node": "^25.5.0",
63
- "tsup": "^8.0.0",
64
- "tsx": "^4.21.0",
65
- "typescript": "^5.7.0",
66
- "vitest": "^3.2.7"
67
- }
68
- }
1
+ {
2
+ "name": "mailerbot",
3
+ "version": "0.1.1",
4
+ "description": "TypeScript SDK for the MailerBot direct mail API",
5
+ "author": "MailerBot <dev@mailerbot.com>",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "main": "./dist/index.cjs",
9
+ "module": "./dist/index.js",
10
+ "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ ".": {
13
+ "import": {
14
+ "types": "./dist/index.d.ts",
15
+ "default": "./dist/index.js"
16
+ },
17
+ "require": {
18
+ "types": "./dist/index.d.cts",
19
+ "default": "./dist/index.cjs"
20
+ }
21
+ }
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "README.md"
26
+ ],
27
+ "sideEffects": false,
28
+ "engines": {
29
+ "node": ">=18.0.0"
30
+ },
31
+ "scripts": {
32
+ "build": "tsup",
33
+ "dev": "tsup --watch",
34
+ "typecheck": "tsc --noEmit",
35
+ "test": "vitest run",
36
+ "test:local": "tsx test_local.ts",
37
+ "prepublishOnly": "npm run build"
38
+ },
39
+ "keywords": [
40
+ "mailerbot",
41
+ "direct mail",
42
+ "api",
43
+ "sdk",
44
+ "postal",
45
+ "letters",
46
+ "postcards"
47
+ ],
48
+ "homepage": "https://mailerbot.com",
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/mailerbot-hq/MailerBot.git",
52
+ "directory": "sdk/typescript"
53
+ },
54
+ "bugs": {
55
+ "url": "https://github.com/mailerbot-hq/MailerBot/issues"
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
59
+ },
60
+ "devDependencies": {
61
+ "@types/node": "^25.5.0",
62
+ "tsup": "^8.0.0",
63
+ "tsx": "^4.21.0",
64
+ "typescript": "^5.7.0",
65
+ "vitest": "^3.2.7"
66
+ }
67
+ }