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.
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/publish.yml +8 -2
- {dirsql-0.0.5 → dirsql-0.0.7}/PKG-INFO +1 -1
- {dirsql-0.0.5 → dirsql-0.0.7}/pyproject.toml +1 -1
- {dirsql-0.0.5 → dirsql-0.0.7}/.claude/CLAUDE.md +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/minor-release.yml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/patch-release.yml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/pr-monitor.yml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/python-lint.yml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/python-test.yml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.github/workflows/rust-test.yml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/.gitignore +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/Cargo.lock +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/Cargo.toml +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/LICENSE +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/SUMMARY.md +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/index.js +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/justfile +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/package.json +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/src/db.rs +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/src/differ.rs +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/src/lib.rs +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/src/matcher.rs +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/src/scanner.rs +0 -0
- {dirsql-0.0.5 → dirsql-0.0.7}/src/watcher.rs +0 -0
|
@@ -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: '
|
|
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 --
|
|
278
|
+
run: npm publish --access public
|
|
273
279
|
|
|
274
280
|
github-release:
|
|
275
281
|
needs: [tag, publish-pypi, publish-crates, publish-npm]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|