ipld-schema-describer 3.0.15 → 3.0.16

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.
@@ -5,12 +5,12 @@ jobs:
5
5
  strategy:
6
6
  fail-fast: false
7
7
  matrix:
8
- node: [16.x, 18.x, lts/*, current]
8
+ node: [lts/*, current]
9
9
  os: [macos-latest, ubuntu-latest, windows-latest]
10
10
  runs-on: ${{ matrix.os }}
11
11
  steps:
12
12
  - name: Checkout Repository
13
- uses: actions/checkout@v4
13
+ uses: actions/checkout@v5
14
14
  - name: Use Node.js ${{ matrix.node }}
15
15
  uses: actions/setup-node@v4.4.0
16
16
  with:
@@ -28,7 +28,7 @@ jobs:
28
28
  if: github.event_name == 'push' && github.ref == 'refs/heads/master'
29
29
  steps:
30
30
  - name: Checkout
31
- uses: actions/checkout@v4
31
+ uses: actions/checkout@v5
32
32
  with:
33
33
  fetch-depth: 0
34
34
  - name: Setup Node.js
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.0.16](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.15...v3.0.16) (2025-08-13)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump actions/checkout from 4 to 5 ([#55](https://github.com/rvagg/js-ipld-schema-describer/issues/55)) ([08cd313](https://github.com/rvagg/js-ipld-schema-describer/commit/08cd3136595eae33aaa3aeef8ab45044220d4b25))
6
+ * remove specific node.js versions from CI ([06429a2](https://github.com/rvagg/js-ipld-schema-describer/commit/06429a27bed54d5bd808c0f8d1546b6b29787133))
7
+
1
8
  ## [3.0.15](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.14...v3.0.15) (2025-04-14)
2
9
 
3
10
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipld-schema-describer",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "IPLD Schema Describer",
5
5
  "main": "ipld-schema-describer.js",
6
6
  "type": "module",
@@ -1 +1 @@
1
- {"root":["../example.js","../ipld-schema-describer.js","../kind.js"],"version":"5.8.3"}
1
+ {"root":["../example.js","../ipld-schema-describer.js","../kind.js"],"version":"5.9.2"}