@warriorteam/redai-zalo-sdk 1.4.1 → 1.5.0

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,72 +1,72 @@
1
- {
2
- "name": "@warriorteam/redai-zalo-sdk",
3
- "version": "1.4.1",
4
- "description": "Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account, ZNS, Consultation Service, Group Messaging, and Social APIs",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "scripts": {
8
- "build": "tsc",
9
- "dev": "tsc --watch",
10
- "clean": "rimraf dist",
11
- "prepublishOnly": "npm run clean && npm run build",
12
- "publish:npm": "npm publish --access public",
13
- "publish:beta": "npm publish --tag beta --access public",
14
- "version:patch": "npm version patch",
15
- "version:minor": "npm version minor",
16
- "version:major": "npm version major",
17
- "test": "jest",
18
- "lint": "eslint src/**/*.ts",
19
- "lint:fix": "eslint src/**/*.ts --fix"
20
- },
21
- "keywords": [
22
- "zalo",
23
- "zalo-api",
24
- "zalo-oa",
25
- "zalo-zns",
26
- "zalo-sdk",
27
- "typescript",
28
- "official-account",
29
- "notification-service",
30
- "consultation-service",
31
- "customer-support",
32
- "messaging"
33
- ],
34
- "author": "RedAI Team",
35
- "license": "MIT",
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/warriorteam/redai-zalo-sdk.git"
39
- },
40
- "bugs": {
41
- "url": "https://github.com/redai/redai-zalo-sdk/issues"
42
- },
43
- "homepage": "https://github.com/redai/redai-zalo-sdk#readme",
44
- "dependencies": {
45
- "axios": "^1.11.0",
46
- "form-data": "^4.0.4"
47
- },
48
- "devDependencies": {
49
- "@types/jest": "^29.0.0",
50
- "@types/node": "^20.19.9",
51
- "@typescript-eslint/eslint-plugin": "^6.0.0",
52
- "@typescript-eslint/parser": "^6.0.0",
53
- "eslint": "^8.0.0",
54
- "jest": "^29.0.0",
55
- "rimraf": "^5.0.0",
56
- "ts-jest": "^29.0.0",
57
- "typescript": "^5.0.0"
58
- },
59
- "files": [
60
- "dist/**/*",
61
- "README.md",
62
- "LICENSE",
63
- "docs/**/*",
64
- "examples/**/*",
65
- "ARCHITECTURE.md",
66
- "SERVICES_ADDED.md",
67
- "CHANGELOG.md"
68
- ],
69
- "engines": {
70
- "node": ">=16.0.0"
71
- }
72
- }
1
+ {
2
+ "name": "@warriorteam/redai-zalo-sdk",
3
+ "version": "1.5.0",
4
+ "description": "Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account, ZNS, Consultation Service, Group Messaging, and Social APIs",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc",
9
+ "dev": "tsc --watch",
10
+ "clean": "rimraf dist",
11
+ "prepublishOnly": "npm run clean && npm run build",
12
+ "publish:npm": "npm publish --access public",
13
+ "publish:beta": "npm publish --tag beta --access public",
14
+ "version:patch": "npm version patch",
15
+ "version:minor": "npm version minor",
16
+ "version:major": "npm version major",
17
+ "test": "jest",
18
+ "lint": "eslint src/**/*.ts",
19
+ "lint:fix": "eslint src/**/*.ts --fix"
20
+ },
21
+ "keywords": [
22
+ "zalo",
23
+ "zalo-api",
24
+ "zalo-oa",
25
+ "zalo-zns",
26
+ "zalo-sdk",
27
+ "typescript",
28
+ "official-account",
29
+ "notification-service",
30
+ "consultation-service",
31
+ "customer-support",
32
+ "messaging"
33
+ ],
34
+ "author": "RedAI Team",
35
+ "license": "MIT",
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "https://github.com/warriorteam/redai-zalo-sdk.git"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/redai/redai-zalo-sdk/issues"
42
+ },
43
+ "homepage": "https://github.com/redai/redai-zalo-sdk#readme",
44
+ "dependencies": {
45
+ "axios": "^1.11.0",
46
+ "form-data": "^4.0.4"
47
+ },
48
+ "devDependencies": {
49
+ "@types/jest": "^29.0.0",
50
+ "@types/node": "^20.19.9",
51
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
52
+ "@typescript-eslint/parser": "^6.0.0",
53
+ "eslint": "^8.0.0",
54
+ "jest": "^29.0.0",
55
+ "rimraf": "^5.0.0",
56
+ "ts-jest": "^29.0.0",
57
+ "typescript": "^5.0.0"
58
+ },
59
+ "files": [
60
+ "dist/**/*",
61
+ "README.md",
62
+ "LICENSE",
63
+ "docs/**/*",
64
+ "examples/**/*",
65
+ "ARCHITECTURE.md",
66
+ "SERVICES_ADDED.md",
67
+ "CHANGELOG.md"
68
+ ],
69
+ "engines": {
70
+ "node": ">=16.0.0"
71
+ }
72
+ }