@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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. 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
- This badge reflects FOSSA's assessment of this repository's open-source license compliance.
62
+ The following badge reflects FOSSA's assessment of this repository's open-source license compliance.
67
63
 
68
64
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-development.svg?type=large&issueType=license)](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
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "index.js",
7
- "version": "0.3.22",
7
+ "version": "0.3.25",
8
8
  "devDependencies": {
9
9
  "eslint": "^9.36.0",
10
10
  "license-report": "^6.8.0",