web-push-notifications 3.44.1 → 3.44.3

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/.gitlab-ci.yml CHANGED
@@ -82,6 +82,7 @@ Build:npm:
82
82
  before_script:
83
83
  - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
84
84
  script:
85
+ - ls -la
85
86
  - >
86
87
  docker build --pull
87
88
  -t $CI_REGISTRY_IMAGE/npm:$CI_COMMIT_REF_SLUG-$CI_PIPELINE_ID
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.3",
4
4
  "description": "Pushwoosh web push notifications",
5
5
  "main": "npm.js",
6
6
  "types": "npm.d.ts",