Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
12119192cf | |||
ed0f497ac9 | |||
7f7c4a28ee |
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/webstore",
|
"name": "@push.rocks/webstore",
|
||||||
"version": "2.0.19",
|
"version": "2.0.20",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A high-performance storage solution for web applications using IndexedDB.",
|
"description": "A high-performance storage solution for web applications using IndexedDB.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@ -59,5 +59,10 @@
|
|||||||
"performance optimization",
|
"performance optimization",
|
||||||
"API caching",
|
"API caching",
|
||||||
"efficient data management"
|
"efficient data management"
|
||||||
]
|
],
|
||||||
}
|
"homepage": "https://code.foss.global/push.rocks/webstore",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://code.foss.global/push.rocks/webstore.git"
|
||||||
|
}
|
||||||
|
}
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/webstore',
|
name: '@push.rocks/webstore',
|
||||||
version: '2.0.19',
|
version: '2.0.20',
|
||||||
description: 'A high-performance storage solution for web applications using IndexedDB.'
|
description: 'A high-performance storage solution for web applications using IndexedDB.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user