applay-utils 1.2.16 → 1.2.17

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.
@@ -9,7 +9,6 @@ jobs:
9
9
  with:
10
10
  node-version: '16.x'
11
11
  registry-url: 'https://registry.npmjs.org'
12
- - run: npm ci
13
- - run: npm publish
12
+ - run: npm publish --access=public
14
13
  env:
15
14
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applay-utils",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Utilitary tools for Applay applications",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"