@datapos/datapos-development 0.3.65 → 0.3.69
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 +1 -1
- package/dist/datapos-development.es.js +475 -463
- package/dist/types/src/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ For detailed implementation, see the `scripts` section in the `package.json` fil
|
|
|
73
73
|
## TODO
|
|
74
74
|
|
|
75
75
|
1. Enhance `uploadDirectoryToR2`to batch upload files so more efficient and performant.
|
|
76
|
-
1. Replace regex with TypeScript AST in `buildConnectorConfig`.
|
|
76
|
+
1. Replace regex with TypeScript AST in `buildConnectorConfig`. Extracting method names from index.ts via regex is fragile — breaks with decorators, comments, or new syntax (e.g., class fields). AST parsing (via @babel/parser or typescript) would be safer.
|
|
77
77
|
1. Implement zod to validate config schemas.
|
|
78
78
|
|
|
79
79
|
## Compliance
|