ts-csv-builder
Advanced tools
Comparing version 1.0.5 to 1.0.6
# ts-csv-builder | ||
## 1.0.6 | ||
### Patch Changes | ||
- 2742dd1: Fix README typos | ||
## 1.0.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "ts-csv-builder", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Utility package for building CSV files.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -25,3 +25,3 @@ # CSVBuilder | ||
"Country and Capital": string; | ||
CapitalRiver: string | undefined; | ||
"Capital River": string | undefined; | ||
}; | ||
@@ -304,3 +304,3 @@ | ||
} & {[K in Subject as `${Subject} Final Mark`]: number} | ||
} & {[K in Subject as `${K} Final Mark`]: number} | ||
``` | ||
@@ -307,0 +307,0 @@ |
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
36871