web-push-notifications 3.44.1 → 3.44.2

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/ci/npm/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:10-alpine
1
+ FROM node:18-alpine
2
2
 
3
3
  LABEL vendor="Pushwoosh Inc." \
4
4
  name="WebSDK" \
@@ -8,7 +8,7 @@ ARG NPM_TOKEN
8
8
 
9
9
  ENV NPM_TOKEN=${NPM_TOKEN}
10
10
 
11
- COPY output/npm /publish/
11
+ # COPY output/npm /publish/
12
12
 
13
13
  COPY .npmrc /publish/.npmrc
14
14
  COPY package.json /publish/package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-push-notifications",
3
- "version": "3.44.1",
3
+ "version": "3.44.2",
4
4
  "description": "Pushwoosh web push notifications",
5
5
  "main": "npm.js",
6
6
  "types": "npm.d.ts",