@expresscsv/schemas 0.1.20 → 0.1.22
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.
- package/README.md +3 -3
- package/dist/index.d.cts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @expresscsv/schemas
|
|
2
2
|
|
|
3
|
-
Schema authoring and type inference for ExpressCSV, without the
|
|
3
|
+
Schema authoring and type inference for ExpressCSV, without the importer launcher.
|
|
4
4
|
|
|
5
|
-
Use this package when you want to define schemas in shared or backend code without pulling in any frontend,
|
|
5
|
+
Use this package when you want to define schemas in shared or backend code without pulling in any frontend, importer, or React dependencies.
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
@@ -129,4 +129,4 @@ app.post('/webhooks/csv-import', async (req, res) => {
|
|
|
129
129
|
|
|
130
130
|
## Not included
|
|
131
131
|
|
|
132
|
-
This package intentionally does not export the
|
|
132
|
+
This package intentionally does not export the importer launcher, React bindings, or importer configuration types. Use `@expresscsv/sdk` or `@expresscsv/react` for those integration surfaces.
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED