snap-records 1.1.2 → 1.1.4
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 +2 -2
- package/package.json +12 -3
- /package/{LICENSE.txt → LICENSE} +0 -0
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
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
|
|
9
|
+
<a href="./LICENSE"><img src="https://img.shields.io/npm/l/snap-records.svg?style=flat&color=blue" alt="License"></a>
|
|
10
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>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/BUILD.md">Build Guide</a></strong> |
|
|
18
18
|
<strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/KEYBOARD.md">Keyboard Navigation</a></strong> |
|
|
19
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
|
|
20
|
+
<strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/LICENSE">License</a></strong> |
|
|
21
21
|
<strong><a href="https://github.com/lbassuncao/SnapRecords/blob/main/docs/COC.md">Code of Conduct</a></strong>
|
|
22
22
|
</p>
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": [
|
|
3
|
-
"dist"
|
|
3
|
+
"dist",
|
|
4
|
+
"LICENSE"
|
|
4
5
|
],
|
|
5
6
|
"keywords": [
|
|
6
7
|
"datatable",
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
"jquery-dynatable"
|
|
21
22
|
],
|
|
22
23
|
"type": "module",
|
|
23
|
-
"version": "1.1.
|
|
24
|
+
"version": "1.1.4",
|
|
24
25
|
"name": "snap-records",
|
|
25
26
|
"dependencies": {
|
|
26
27
|
"dexie": "^4.0.11",
|
|
@@ -73,5 +74,13 @@
|
|
|
73
74
|
"build:css": "sass src/scss/SnapRecords.scss dist/snap-records.css --style=compressed --source-map"
|
|
74
75
|
},
|
|
75
76
|
"description": "A powerful and flexible TypeScript data grid component for modern web applications. Features server-side data handling, multiple rendering modes, extensive customization, and full accessibility support.",
|
|
76
|
-
"license": "MIT"
|
|
77
|
+
"license": "MIT",
|
|
78
|
+
"repository": {
|
|
79
|
+
"type": "git",
|
|
80
|
+
"url": "git+https://github.com/lbassuncao/SnapRecords.git"
|
|
81
|
+
},
|
|
82
|
+
"bugs": {
|
|
83
|
+
"url": "https://github.com/lbassuncao/SnapRecords/issues"
|
|
84
|
+
},
|
|
85
|
+
"homepage": "https://github.com/lbassuncao/SnapRecords#readme"
|
|
77
86
|
}
|
/package/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|