@expresscsv/schemas 0.1.21 → 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 CHANGED
@@ -1,8 +1,8 @@
1
1
  # @expresscsv/schemas
2
2
 
3
- Schema authoring and type inference for ExpressCSV, without the widget launcher.
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, widget, or React dependencies.
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 widget launcher, React bindings, or importer configuration types. Use `@expresscsv/sdk` or `@expresscsv/react` for those integration surfaces.
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
@@ -3325,7 +3325,6 @@ declare interface ValidatorCheck {
3325
3325
  }
3326
3326
 
3327
3327
  export declare interface WebhookDelivery {
3328
- publishableKey: string;
3329
3328
  environmentName: string;
3330
3329
  environmentType: string;
3331
3330
  teamSlug: string;
package/dist/index.d.mts CHANGED
@@ -3325,7 +3325,6 @@ declare interface ValidatorCheck {
3325
3325
  }
3326
3326
 
3327
3327
  export declare interface WebhookDelivery {
3328
- publishableKey: string;
3329
3328
  environmentName: string;
3330
3329
  environmentType: string;
3331
3330
  teamSlug: string;
package/dist/index.d.ts CHANGED
@@ -3325,7 +3325,6 @@ declare interface ValidatorCheck {
3325
3325
  }
3326
3326
 
3327
3327
  export declare interface WebhookDelivery {
3328
- publishableKey: string;
3329
3328
  environmentName: string;
3330
3329
  environmentType: string;
3331
3330
  teamSlug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expresscsv/schemas",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Schema authoring and type inference package for ExpressCSV",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",