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