Compare commits

..

No commits in common. "master" and "v2.0.19" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/webstore",
"version": "2.0.20",
"version": "2.0.19",
"private": false,
"description": "A high-performance storage solution for web applications using IndexedDB.",
"main": "dist_ts/index.js",
@ -59,10 +59,5 @@
"performance optimization",
"API caching",
"efficient data management"
],
"homepage": "https://code.foss.global/push.rocks/webstore",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/webstore.git"
}
}
]
}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webstore',
version: '2.0.20',
version: '2.0.19',
description: 'A high-performance storage solution for web applications using IndexedDB.'
}