duckdb-tinyorm 1.0.24 → 1.0.25

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.
@@ -18,6 +18,8 @@ jobs:
18
18
  with:
19
19
  node-version: '22' # Use the version you prefer
20
20
  cache: 'npm'
21
+ registry-url: "https://registry.npmjs.org"
22
+ always-auth: true
21
23
 
22
24
  - name: Install dependencies
23
25
  run: npm install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duckdb-tinyorm",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "TinyORM for Duckdb, easy setup",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",