ipld-schema-describer 3.0.22 → 3.0.24

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.
@@ -10,9 +10,9 @@ jobs:
10
10
  runs-on: ${{ matrix.os }}
11
11
  steps:
12
12
  - name: Checkout Repository
13
- uses: actions/checkout@v6
13
+ uses: actions/checkout@v7
14
14
  - name: Use Node.js ${{ matrix.node }}
15
- uses: actions/setup-node@v6.3.0
15
+ uses: actions/setup-node@v6.4.0
16
16
  with:
17
17
  node-version: ${{ matrix.node }}
18
18
  - name: Install Dependencies
@@ -31,11 +31,11 @@ jobs:
31
31
  id-token: write
32
32
  steps:
33
33
  - name: Checkout
34
- uses: actions/checkout@v6
34
+ uses: actions/checkout@v7
35
35
  with:
36
36
  fetch-depth: 0
37
37
  - name: Setup Node.js
38
- uses: actions/setup-node@v6.3.0
38
+ uses: actions/setup-node@v6.4.0
39
39
  with:
40
40
  node-version: lts/*
41
41
  registry-url: 'https://registry.npmjs.org'
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [3.0.24](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.23...v3.0.24) (2026-06-22)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump actions/checkout from 6 to 7 ([#67](https://github.com/rvagg/js-ipld-schema-describer/issues/67)) ([de4515c](https://github.com/rvagg/js-ipld-schema-describer/commit/de4515c6fc0b20451e443efec2a90be0ce9e2c69))
6
+
7
+ ## [3.0.23](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.22...v3.0.23) (2026-04-28)
8
+
9
+ ### Trivial Changes
10
+
11
+ * **deps:** bump actions/setup-node from 6.3.0 to 6.4.0 ([#66](https://github.com/rvagg/js-ipld-schema-describer/issues/66)) ([45d97ba](https://github.com/rvagg/js-ipld-schema-describer/commit/45d97ba33389133edf0309c2304798b9069dbb3d))
12
+
1
13
  ## [3.0.22](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.21...v3.0.22) (2026-03-30)
2
14
 
3
15
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipld-schema-describer",
3
- "version": "3.0.22",
3
+ "version": "3.0.24",
4
4
  "description": "IPLD Schema Describer",
5
5
  "main": "ipld-schema-describer.js",
6
6
  "type": "module",