@datapos/datapos-shared 0.3.42 → 0.3.45

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 +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Data Positioning Shared Library
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@datapos/datapos-shared.svg)](https://www.npmjs.com/package/@datapos/datapos-shared)
3
+ [![npm version](https://img.shields.io/npm/v/@datapos/datapos-shared.svg?cacheSeconds=0)](https://www.npmjs.com/package/@datapos/datapos-shared)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
5
5
  [![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](#)
6
6
 
@@ -28,8 +28,6 @@ let connectorConfig: ConnectorConfig;
28
28
  getComponentStatus('alpha');
29
29
  ```
30
30
 
31
- > ⚠️ This library is intended for TypeScript projects.
32
-
33
31
  ## Repository Management Commands
34
32
 
35
33
  The table below lists the repository management commands available in this project.
@@ -40,7 +38,7 @@ For detailed implementation, see the `scripts` section in `package.json`.
40
38
  | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
41
39
  | build | alt+ctrl+shift+b | Build the package using Vite. |
42
40
  | check | alt+ctrl+shift+c | List outdated dependencies. |
43
- | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. |
41
+ | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
44
42
  | format | alt+ctrl+shift+f | Enforce formatting style rules. |
45
43
  | lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
46
44
  | release | alt+ctrl+shift+r | Bump version, synchronise local repository with the main GitHub repository, build and publish to [npm](https://www.npmjs.com/). |
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@datapos/datapos-shared",
3
3
  "license": "MIT",
4
4
  "private": false,
5
- "version": "0.3.42",
5
+ "version": "0.3.45",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"