We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed11f0 commit 58ffe08Copy full SHA for 58ffe08
README.md
@@ -23,7 +23,7 @@ yarn add node-sens
23
import { NCPClient } from 'node-sens';
24
25
const ncp = new NCPClient({
26
- phoneNumber: '000-0000-0000',
+ phoneNumber: '01012345678',
27
serviceId: 'serviceId',
28
secretKey: 'secretKey',
29
accessKey: 'accessKey',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-sens",
3
- "version": "1.2.2",
+ "version": "1.2.4",
4
"description": "Simple & Easy Notification Service client in NAVER CLOUD PLATFORM",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments