@onlooker-community/ecosystem 0.7.1 → 0.7.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.
|
@@ -11,6 +11,7 @@ on:
|
|
|
11
11
|
permissions:
|
|
12
12
|
contents: write
|
|
13
13
|
pull-requests: write
|
|
14
|
+
issues: write
|
|
14
15
|
# Required for npm publish --provenance (OIDC attestation)
|
|
15
16
|
id-token: write
|
|
16
17
|
|
|
@@ -43,6 +44,7 @@ jobs:
|
|
|
43
44
|
if: ${{ steps.release.outputs.releases_created == 'true'}}
|
|
44
45
|
with:
|
|
45
46
|
node-version: '22'
|
|
47
|
+
registry-url: https://registry.npmjs.org
|
|
46
48
|
cache: npm
|
|
47
49
|
|
|
48
50
|
- name: Publish tools packages to npm
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.2](https://github.com/onlooker-community/ecosystem/compare/v0.7.1...v0.7.2) (2026-05-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **ci:** grant id-token write for npm provenance on publish ([c78c9f0](https://github.com/onlooker-community/ecosystem/commit/c78c9f054c1d48ca8a83d0d26b76ce991fffe51b))
|
|
9
|
+
|
|
3
10
|
## [0.7.1](https://github.com/onlooker-community/ecosystem/compare/v0.7.0...v0.7.1) (2026-05-22)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED