Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
948957b03f | |||
cb69bf3585 | |||
3d27c0fada | |||
94672fd41c |
18
package-lock.json
generated
18
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@pushrocks/webstore",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@pushrocks/webstore",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@apiglobal/typedrequest-interfaces": "^1.0.15",
|
||||
@ -16,7 +16,7 @@
|
||||
"@pushrocks/smartpromise": "^3.1.6",
|
||||
"@pushrocks/smartrx": "^2.0.25",
|
||||
"fake-indexeddb": "^3.1.7",
|
||||
"idb": "^7.0.1"
|
||||
"idb": "7.0.1-fixed-02"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.63",
|
||||
@ -3506,9 +3506,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/idb": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/idb/-/idb-7.0.1.tgz",
|
||||
"integrity": "sha512-UUxlE7vGWK5RfB/fDwEGgRf84DY/ieqNha6msMV99UsEMQhJ1RwbCd8AYBj3QMgnE3VZnfQvm4oKVCJTYlqIgg==",
|
||||
"version": "7.0.1-fixed-02",
|
||||
"resolved": "https://verdaccio.lossless.one/idb/-/idb-7.0.1-fixed-02.tgz",
|
||||
"integrity": "sha512-CpfLuC2YkqUsagCR0NTY9JIbOK/jvD/lcyTnbr90FABzV76ZYw+54rG/KzavjSldwZUoZe06x/LofHVr4s6/wQ==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/ieee754": {
|
||||
@ -8491,9 +8491,9 @@
|
||||
}
|
||||
},
|
||||
"idb": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/idb/-/idb-7.0.1.tgz",
|
||||
"integrity": "sha512-UUxlE7vGWK5RfB/fDwEGgRf84DY/ieqNha6msMV99UsEMQhJ1RwbCd8AYBj3QMgnE3VZnfQvm4oKVCJTYlqIgg=="
|
||||
"version": "7.0.1-fixed-02",
|
||||
"resolved": "https://verdaccio.lossless.one/idb/-/idb-7.0.1-fixed-02.tgz",
|
||||
"integrity": "sha512-CpfLuC2YkqUsagCR0NTY9JIbOK/jvD/lcyTnbr90FABzV76ZYw+54rG/KzavjSldwZUoZe06x/LofHVr4s6/wQ=="
|
||||
},
|
||||
"ieee754": {
|
||||
"version": "1.2.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/webstore",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"private": false,
|
||||
"description": "high performance storage in the browser using indexed db",
|
||||
"main": "dist_ts/index.js",
|
||||
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web)"
|
||||
"build": "(tsbuild --web --allowimplicitany)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.63",
|
||||
@ -26,7 +26,7 @@
|
||||
"@pushrocks/smartpromise": "^3.1.6",
|
||||
"@pushrocks/smartrx": "^2.0.25",
|
||||
"fake-indexeddb": "^3.1.7",
|
||||
"idb": "^7.0.1"
|
||||
"idb": "7.0.1-fixed-02"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/webstore',
|
||||
version: '2.0.0',
|
||||
version: '2.0.2',
|
||||
description: 'high performance storage in the browser using indexed db'
|
||||
}
|
||||
|
Reference in New Issue
Block a user