@datapos/datapos-development 0.3.64 → 0.3.65

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
@@ -42,10 +42,11 @@ The `src/index.ts' file exposes the following utilities:
42
42
  | buildPresenterConfig | Build the presenter config.json file for the repository. |
43
43
  | buildPublicDirectoryIndex | Build an index for the repositories public directory. |
44
44
  | bumpVersion | Bump the repositories version number. |
45
+ | echoScriptNotImplemented | Echo script not implemented message to console.. |
45
46
  | sendDeploymentNotice | Send a deployment notice for the repository. |
46
47
  | syncWithGitHub | Synchronise the local repository with the main GitHub repository. |
47
48
  | uploadDirectoryToR2 | Upload a directory to Cloudflare R2 storage. |
48
- | uploadModuleConfig | Upload a modules configuration to the Cloudflare `state` durable object. |
49
+ | uploadModuleConfigToDO | Upload a modules configuration to the Cloudflare `state` durable object. |
49
50
  | uploadModuleToR2 | Upload a module to Cloudflare R2 storage. |
50
51
 
51
52
  ## Repository Common Management Commands
@@ -69,6 +70,12 @@ For detailed implementation, see the `scripts` section in the `package.json` fil
69
70
  | test | alt+ctrl+shift+t | ❌ Not implemented. |
70
71
  | update:dataPosDeps | alt+ctrl+shift+u | Install the latest version of all Data Positioning dependencies. |
71
72
 
73
+ ## TODO
74
+
75
+ 1. Enhance `uploadDirectoryToR2`to batch upload files so more efficient and performant.
76
+ 1. Replace regex with TypeScript AST in `buildConnectorConfig`. More accurate.
77
+ 1. Implement zod to validate config schemas.
78
+
72
79
  ## Compliance
73
80
 
74
81
  The following badge reflects FOSSA's assessment of this repository's open-source license compliance.