@kvass/widgets 1.2.1 → 1.2.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.
@@ -12,7 +12,7 @@ jobs:
12
12
  with:
13
13
  node-version: '20'
14
14
  - name: Authenticate with private NPM package
15
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC_TOKEN }}" > ~/.npmrc
15
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
16
16
  - run: npm install
17
17
  - name: Release
18
18
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvass/widgets",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",