snap-records 1.1.5 → 1.1.7

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.
@@ -0,0 +1,31 @@
1
+ # Contributing to SnapRecords
2
+
3
+ > By participating in this project, you agree to abide by its [Code of Conduct](./docs/COC.md).
4
+
5
+ First off, thank you for considering contributing to SnapRecords! It's people like you that make open source such a great community.
6
+
7
+ ## How Can I Contribute?
8
+
9
+ ### Reporting Bugs
10
+
11
+ - Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/your-username/snap-records/issues).
12
+ - If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/your-username/snap-records/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
13
+
14
+ ### Suggesting Enhancements
15
+
16
+ - Open a new issue to suggest an enhancement. Please provide a clear description of the enhancement and its potential benefits.
17
+
18
+ ### Pull Request Process
19
+
20
+ 1. Fork the repo and create your branch from `main`.
21
+ 2. If you've added code that should be tested, add tests.
22
+ 3. If you've changed APIs, update the documentation.
23
+ 4. Ensure the test suite passes (`npm test`).
24
+ 5. Make sure your code lints (`npm run lint`).
25
+ 6. Issue that pull request!
26
+
27
+ We will review your pull request as soon as possible.
28
+
29
+ ## Code of Conduct
30
+
31
+ This project and everyone participating in it is governed by the [SnapRecords Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
package/README.md CHANGED
@@ -5,20 +5,20 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <a href="https://www.npmjs.com/package/snap-records"><img src="https://img.shields.io/npm/v/snap-records.svg?style=flat&color=blue" alt="NPM Version"></a>
9
- <a href="./LICENSE"><img src="https://img.shields.io/npm/l/snap-records.svg?style=flat&color=blue" alt="License"></a>
10
- <a href="https://github.com/lbassuncao/SnapRecords/actions/workflows/ci.yml"><img src="https://github.com/lbassuncao/SnapRecords/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a>
8
+ <a href="https://www.npmjs.com/package/snap-records" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/v/snap-records.svg?style=flat-square&color=007acc" alt="NPM Version"></a>
9
+ <a href="https://github.com/lbassuncao/SnapRecords/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/l/snap-records.svg?style=flat-square&color=007acc" alt="License"></a>
10
+ <a href="https://github.com/lbassuncao/SnapRecords/actions/workflows/ci.yml" target="_blank" rel="noopener noreferrer"><img src="https://github.com/lbassuncao/SnapRecords/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a>
11
11
  </p>
12
12
 
13
13
  <br>
14
14
 
15
15
  <p align="center" style="font-size: 1.15rem">
16
- <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/CONFIG.md">Configuration</a></strong> |
17
- <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/BUILD.md">Build Guide</a></strong> |
18
- <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/KEYBOARD.md">Keyboard Navigation</a></strong> |
19
- <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/CONTRIBUTING.md">Contributing</a></strong> |
20
- <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/LICENSE">License</a></strong> |
21
- <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/COC.md">Code of Conduct</a></strong>
16
+ <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/CONFIG.md" target="_blank" rel="noopener noreferrer">Configuration</a></strong> |
17
+ <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/BUILD.md" target="_blank" rel="noopener noreferrer">Build Guide</a></strong> |
18
+ <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/KEYBOARD.md" target="_blank" rel="noopener noreferrer">Keyboard Navigation</a></strong> |
19
+ <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">Contributing</a></strong> |
20
+ <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">License</a></strong> |
21
+ <strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/COC.md" target="_blank" rel="noopener noreferrer">Code of Conduct</a></strong>
22
22
  </p>
23
23
 
24
24
  <br>
package/package.json CHANGED
@@ -1,9 +1,4 @@
1
1
  {
2
- "files": [
3
- "dist",
4
- "LICENSE",
5
- "README.md"
6
- ],
7
2
  "keywords": [
8
3
  "datatable",
9
4
  "data-grid",
@@ -22,7 +17,7 @@
22
17
  "jquery-dynatable"
23
18
  ],
24
19
  "type": "module",
25
- "version": "1.1.5",
20
+ "version": "1.1.7",
26
21
  "name": "snap-records",
27
22
  "dependencies": {
28
23
  "dexie": "^4.0.11",