ue-softphone-sdk 3.0.17 → 3.0.18

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/Dockerfile +3 -1
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
- FROM ue-test.harbor.useasy.net/base/node:14.20.0-pm2-adduser as ue-builder
1
+ FROM ue-test.harbor.useasy.net/base/node:14.20.0-pm2-adduser-clashx as ue-builder
2
2
  ENV NODE_OPTIONS=--max_old_space_size=4096
3
+ RUN npm config set proxy "http://172.16.173.203:7890"
4
+ RUN npm config set https-proxy "http://172.16.173.203:7890"
3
5
  WORKDIR /app
4
6
  COPY package.json .
5
7
  RUN npm install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ue-softphone-sdk",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "ue-softphone-sdk",
5
5
  "main": "dist/ue-softphone-sdk.js",
6
6
  "types": "dist/types/index.d.ts",