@datapos/datapos-development 0.3.56 → 0.3.58

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 +16 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,21 +54,22 @@ The `src/index.ts' file exposes the following utilities:
54
54
  The table below lists the repository management commands available in this project.
55
55
  For detailed implementation, see the `scripts` section in the `package.json` file.
56
56
 
57
- | Name | Key Code | Notes |
58
- | ------------------ | ---------------- | ---------------------------------------------------------------------------------------------------------- |
59
- | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
60
- | build | alt+ctrl+shift+b | Build the package using Vite. |
61
- | build...Config | | ❌ Not implemented. |
62
- | bumpVersion | alt+ctrl+shift+v | |
63
- | check | alt+ctrl+shift+c | List outdated dependencies and run retire scanner. |
64
- | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
65
- | format | alt+ctrl+shift+f | Enforce formatting style rules. |
66
- | lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
67
- | publishToNPM | alt+ctrl+shift+p | |
68
- | release | alt+ctrl+shift+r | Bump version, synchronise local repository with the main GitHub repository and publish to npm. |
69
- | syncWithGitHub | alt+ctrl+shift+s | Bump version and synchronise local repository with the main GitHub repository. |
70
- | test | alt+ctrl+shift+t | Not implemented. |
71
- | updateDependencies | alt+ctrl+shift+u | ❌ Not implemented. |
57
+ | Name | Key Code | Notes |
58
+ | -------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------- |
59
+ | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
60
+ | build | alt+ctrl+shift+b | Build the package using Vite. |
61
+ | build...Config | | ❌ Not implemented. |
62
+ | bumpVersion | alt+ctrl+shift+v | |
63
+ | check | alt+ctrl+shift+c | List outdated dependencies and run retire scanner. |
64
+ | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
65
+ | format | alt+ctrl+shift+f | Enforce formatting style rules. |
66
+ | lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
67
+ | publishToNPM | alt+ctrl+shift+p | |
68
+ | release | alt+ctrl+shift+r | Bump version, synchronise local repository with the main GitHub repository and publish to npm. |
69
+ | sendDeploymentNotice | | Not implemented. |
70
+ | syncWithGitHub | alt+ctrl+shift+s | Bump version and synchronise local repository with the main GitHub repository. |
71
+ | test | alt+ctrl+shift+t | ❌ Not implemented. |
72
+ | updateDependencies | alt+ctrl+shift+u | ❌ Not implemented. |
72
73
 
73
74
  ## Compliance
74
75
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "license": "MIT",
4
4
  "private": false,
5
5
  "type": "module",
6
- "version": "0.3.56",
6
+ "version": "0.3.58",
7
7
  "files": [
8
8
  "dist"
9
9
  ],