@xylabs/indexed-db 6.0.10 → 6.1.1
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 +6 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
1
3
|
# @xylabs/indexed-db
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -853,8 +855,12 @@ const IndexSeparator: "-" = '-';
|
|
|
853
855
|
|
|
854
856
|
Separator used between key names when building standard index names.
|
|
855
857
|
|
|
858
|
+
## Credits
|
|
859
|
+
|
|
860
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
856
861
|
|
|
857
862
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/indexed-db.svg
|
|
858
863
|
[npm-link]: https://www.npmjs.com/package/@xylabs/indexed-db
|
|
859
864
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/indexed-db.svg
|
|
860
865
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
866
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/indexed-db",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hex",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"README.md"
|
|
66
66
|
],
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@xylabs/exists": "~6.
|
|
69
|
-
"@xylabs/
|
|
70
|
-
"@xylabs/
|
|
71
|
-
"@xylabs/
|
|
68
|
+
"@xylabs/exists": "~6.1.1",
|
|
69
|
+
"@xylabs/logger": "~6.1.1",
|
|
70
|
+
"@xylabs/object": "~6.1.1",
|
|
71
|
+
"@xylabs/storage": "~6.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@xylabs/toolchain": "^8.1.
|
|
75
|
-
"@xylabs/tsconfig": "^8.1.
|
|
76
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
74
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
75
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
76
|
+
"@xylabs/tsconfig-dom": "^8.1.20",
|
|
77
77
|
"async-mutex": "^0.5.0",
|
|
78
78
|
"eslint": "^10.4.1",
|
|
79
79
|
"fake-indexeddb": "^6.2.5",
|