dirsql 0.0.5__tar.gz → 0.0.7__tar.gz

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.
@@ -260,16 +260,22 @@ jobs:
260
260
  if: steps.check.outputs.exists == 'true'
261
261
  uses: actions/setup-node@v4
262
262
  with:
263
- node-version: '20'
263
+ node-version: '22.x'
264
264
  registry-url: https://registry.npmjs.org
265
265
 
266
+ - name: Check npm version
267
+ if: steps.check.outputs.exists == 'true'
268
+ run: |
269
+ echo "Node: $(node --version)"
270
+ echo "npm: $(npm --version)"
271
+
266
272
  - name: Update package.json version
267
273
  if: steps.check.outputs.exists == 'true'
268
274
  run: npm version "${{ needs.tag.outputs.new_version }}" --no-git-tag-version
269
275
 
270
276
  - name: Publish to npm
271
277
  if: steps.check.outputs.exists == 'true'
272
- run: npm publish --provenance --access public
278
+ run: npm publish --access public
273
279
 
274
280
  github-release:
275
281
  needs: [tag, publish-pypi, publish-crates, publish-npm]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dirsql
3
- Version: 0.0.5
3
+ Version: 0.0.7
4
4
  Requires-Dist: pytest>=8 ; extra == 'dev'
5
5
  Requires-Dist: pytest-describe>=2 ; extra == 'dev'
6
6
  Requires-Dist: pytest-asyncio>=0.23 ; extra == 'dev'
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "dirsql"
7
- version = "0.0.5"
7
+ version = "0.0.7"
8
8
  description = "Ephemeral SQL index over a local directory"
9
9
  license = "MIT"
10
10
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes