web-push-notifications 3.44.3 → 3.44.6

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
@@ -110,6 +110,8 @@ Release:npm:next:
110
110
  stage: release
111
111
  image: $CI_REGISTRY_IMAGE/npm:$CI_COMMIT_REF_SLUG-$CI_PIPELINE_ID
112
112
  script:
113
+ - pwd
114
+ - ls -lah
113
115
  - npm publish --tag next
114
116
  when: manual
115
117
  only:
package/ci/npm/Dockerfile CHANGED
@@ -8,7 +8,8 @@ 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
+ RUN echo "=== Files in /publish ===" && ls -lah /publish && echo "=== Recursive listing ===" && ls -R /publish
12
13
 
13
14
  COPY .npmrc /publish/.npmrc
14
15
  COPY package.json /publish/package.json
@@ -16,4 +17,6 @@ COPY package.json /publish/package.json
16
17
  COPY README.md /publish/README.md
17
18
  COPY LICENSE.md /publish/LICENSE.md
18
19
 
20
+ RUN echo "2=== Files in /publish ===" && ls -lah /publish && echo "1=== Recursive listing ===" && ls -R /publish
21
+
19
22
  WORKDIR /publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-push-notifications",
3
- "version": "3.44.3",
3
+ "version": "3.44.6",
4
4
  "description": "Pushwoosh web push notifications",
5
5
  "main": "npm.js",
6
6
  "types": "npm.d.ts",