duckdb 1.1.2-dev2.0 → 1.1.2-dev4.0

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.
Files changed (2) hide show
  1. package/binding.gyp +4 -2
  2. package/package.json +1 -1
package/binding.gyp CHANGED
@@ -420,10 +420,12 @@
420
420
  },
421
421
  "msvs_settings": {
422
422
  "VCCLCompilerTool": {
423
- "ExceptionHandling": 1,
423
+ "ExceptionHandling": 1,
424
+ "RuntimeLibrary": 2,
424
425
  "AdditionalOptions": [
425
426
  "/bigobj",
426
- "/GR"
427
+ "/GR",
428
+ "/MD"
427
429
  ]
428
430
  }
429
431
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "duckdb",
3
3
  "main": "./lib/duckdb.js",
4
4
  "types": "./lib/duckdb.d.ts",
5
- "version": "1.1.2-dev2.0",
5
+ "version": "1.1.2-dev4.0",
6
6
  "description": "DuckDB node.js API",
7
7
  "gypfile": true,
8
8
  "dependencies": {