@invisibleloop/pulse 0.1.21 → 0.1.23

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.
@@ -35,7 +35,8 @@ jobs:
35
35
  run: |
36
36
  git config user.name "github-actions[bot]"
37
37
  git config user.email "github-actions[bot]@users.noreply.github.com"
38
+ git pull --rebase
38
39
  npm version ${{ inputs.bump }} -m "chore: release %s [skip ci]"
39
40
  git push --follow-tags
40
41
 
41
- - run: npm publish --provenance
42
+ - run: npm publish --provenance --access public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@invisibleloop/pulse",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "description": "AI-first frontend framework. The spec is the source of truth.",
6
6
  "license": "MIT",