furnace-sql
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "furnace-sql", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"keywords": ["bun", "bun sqlit", "local sql"], | ||
"author": "Filip Danic <filipdanic7@gmail.com> (https://danicfilip.com)", | ||
"bugs": "https://github.com/filipdanic/furnace-sql/issues", | ||
"homepage": "https://www.thesoftwarelounge.com/crunch-data-with-furnace-sql/", | ||
"bugs": { | ||
"url": "https://github.com/filipdanic/furnace-sql/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:filipdanic/furnace-sql.git" | ||
}, | ||
"license": "MIT", | ||
@@ -11,4 +18,4 @@ "description": "a wrapper around bun:sqlite to let you crunch data in your local", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
@@ -15,0 +22,0 @@ "compile": "rm -rf dist && tsc" |
@@ -17,3 +17,3 @@ # furnace-sql | ||
```typescript | ||
import { executeTransformation } from "furnace-sql"; | ||
import { executeTransformation } from "furnace-sql/dist/src/index"; | ||
@@ -20,0 +20,0 @@ const t = await executeTransformation<MyType>( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
67741
0
1
1