@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.
@@ -12,7 +12,7 @@
12
12
  "name": "ecosystem",
13
13
  "source": "./",
14
14
  "description": "Fill this out",
15
- "version": "0.7.1",
15
+ "version": "0.7.2",
16
16
  "author": {
17
17
  "name": "Onlooker Community"
18
18
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecosystem",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "TODO fill this out",
5
5
  "author": {
6
6
  "name": "Onlooker Community",
@@ -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
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.7.1"
2
+ ".": "0.7.2"
3
3
  }
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlooker-community/ecosystem",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Agents, skills, hooks, commands, rules, and MCP configurations that power [Onlooker](https://onlooker.dev)",
5
5
  "author": {
6
6
  "name": "Onlooker Community",