@datapos/datapos-development 0.3.22 → 0.3.25
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,10 +39,10 @@ The 'index.js' file exposes the following operations:
|
|
|
39
39
|
| uploadModuleConfig | Upload a modules configuration to the Cloudflare `state` durable object. |
|
|
40
40
|
| uploadModuleToR2 | Upload a module to Cloudflare R2 storage. |
|
|
41
41
|
|
|
42
|
-
## Repository Management Commands
|
|
42
|
+
## Repository Common Management Commands
|
|
43
43
|
|
|
44
44
|
The table below lists the repository management commands available in this project.
|
|
45
|
-
For detailed implementation, see the `scripts` section in `package.json
|
|
45
|
+
For detailed implementation, see the `scripts` section in the `package.json` file.
|
|
46
46
|
|
|
47
47
|
| Name | Key Code | Notes |
|
|
48
48
|
| ------------------ | ---------------- | ---------------------------------------------------------------------------------------------------------- |
|
|
@@ -57,12 +57,12 @@ For detailed implementation, see the `scripts` section in `package.json`.
|
|
|
57
57
|
| test | alt+ctrl+shift+t | NOT implemented. |
|
|
58
58
|
| updateDependencies | alt+ctrl+shift+u | NOT implemented. |
|
|
59
59
|
|
|
60
|
-
## License
|
|
61
|
-
|
|
62
|
-
[MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
|
|
63
|
-
|
|
64
60
|
## Compliance
|
|
65
61
|
|
|
66
|
-
|
|
62
|
+
The following badge reflects FOSSA's assessment of this repository's open-source license compliance.
|
|
67
63
|
|
|
68
64
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-development?ref=badge_large&issueType=license)
|
|
65
|
+
|
|
66
|
+
## License
|
|
67
|
+
|
|
68
|
+
[MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
|