ncloudchat 1.0.48-beta2 → 1.0.48

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.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,8 +39,3 @@ yarn add ncloudchat
39
39
  Ncloud Chat JavaScript SDK Link
40
40
 
41
41
  <a target="_blank" href="https://guide.ncloud-docs.com/docs/bizapp-ncloudchat-javascriptsdk">https://guide.ncloud-docs.com/docs/bizapp-ncloudchat-javascriptsdk</a>
42
-
43
-
44
-
45
- ## 배포 방법
46
- npm publish --tag beta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ncloudchat",
3
- "version": "1.0.48-beta2",
3
+ "version": "1.0.48",
4
4
  "main": "ncloudchat.min.js",
5
5
  "types" : "ncloudchat.d.ts",
6
6
  "description": "The JavaScript SDK for NAVER Cloud Chat Platform",