Compare commits

..

2 Commits

Author SHA1 Message Date
dac5342a19 1.0.18 2022-01-24 04:40:22 +01:00
1829db1d82 fix(core): update 2022-01-24 04:40:21 +01:00
3 changed files with 4 additions and 3 deletions

View File

@ -36,6 +36,7 @@ auditProductionDependencies:
- npmci command npm audit --audit-level=high --only=prod --production
tags:
- docker
allow_failure: true
auditDevDependencies:
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/webstore",
"version": "1.0.17",
"version": "1.0.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/webstore",
"version": "1.0.17",
"version": "1.0.18",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/webstore",
"version": "1.0.17",
"version": "1.0.18",
"private": false,
"description": "high performance storage in the browser using indexed db",
"main": "dist_ts/index.js",