ncloudchat 1.0.60 → 1.0.62

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,7 +1,7 @@
1
1
  {
2
2
  "name": "ncloudchat",
3
3
  "jsName": "ncloudchat",
4
- "version": "1.0.60",
4
+ "version": "1.0.62",
5
5
  "private": false,
6
6
  "description": "",
7
7
  "keywords": [
@@ -48,6 +48,7 @@
48
48
  "core-js": "^2.6.12",
49
49
  "graphql": "^16.6.0",
50
50
  "is-base64": "^1.1.0",
51
+ "ncloudchat": "^1.0.61",
51
52
  "socket.io-client": "^4.6.1"
52
53
  }
53
54
  }
package/deploy.sh.bak DELETED
@@ -1,20 +0,0 @@
1
- VERSION='';
2
- re="\"(version)\": \"([^\"]*)\"";
3
-
4
- while read -r l; do
5
- if [[ $l =~ $re ]]; then
6
- value="${BASH_REMATCH[2]}";
7
- VERSION="$value";
8
- fi
9
- done < package.json;
10
-
11
- if [ "dev" == "$1" ]; then
12
- npm run build
13
- aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp dist/ncloudchat-${VERSION}.min.js s3://ncloudchat/dev/ --acl public-read
14
- aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp dist/ncloudchat-${VERSION}.min.js s3://ncloudchat/dev/ncloudchat-lastest.min.js --acl public-read
15
-
16
- elif [ "release" = "$1" ]; then
17
- npm run build
18
- aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp dist/ncloudchat-${VERSION}.min.js s3://ncloudchat/ --acl public-read
19
- # aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp dist/ncloudchat-${VERSION}.min.js s3://ncloudchat/ncloudchat-lastest.min.js --acl public-read
20
- fi
Binary file