@ticatec/batch-data-uploader 0.0.9 → 0.0.10

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticatec/batch-data-uploader",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A reusable Svelte component for batch uploading Excel data with support for error handling, multi-language, and preprocessing.",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -48,18 +48,18 @@
48
48
  "import": "./dist/BaseUploadTemplate.js"
49
49
  },
50
50
  "./BaseEncodingTemplate": {
51
- "types": "./dist/BaseEncodingTemplate.ts.d.ts",
52
- "import": "./dist/BaseEncodingTemplate.ts.js"
51
+ "types": "./dist/BaseEncodingTemplate.d.ts",
52
+ "import": "./dist/BaseEncodingTemplate.js"
53
53
  },
54
54
  "./DataColumn": {
55
55
  "types": "./dist/DataColumn.d.ts",
56
56
  "import": "./dist/DataColumn.js"
57
57
  },
58
- "./FileUploadWizard.svelte": {
58
+ "./FileUploadWizard": {
59
59
  "types": "./dist/FileUploadWizard.svelte.d.ts",
60
60
  "import": "./dist/FileUploadWizard.svelte"
61
61
  },
62
- "./EncodingWizard.svelte.svelte": {
62
+ "./EncodingWizard": {
63
63
  "types": "./dist/EncodingWizard.svelte.d.ts",
64
64
  "import": "./dist/EncodingWizard.svelte"
65
65
  }