pragma-local-storage
Advanced tools
Comparing version 2023.9.0-1 to 2023.10.0-1
{ | ||
"name": "pragma-local-storage", | ||
"version": "2023.9.0-1", | ||
"version": "2023.10.0-1", | ||
"description": "Contains indexed db storage wrappers for easy consumption across ever green browsers. Currently IndexedDb based storage is available.", | ||
@@ -11,2 +11,3 @@ "main": "commonjs/src/index.js", | ||
"test-unit-teamcity": "nyc mocha ./node_modules/pragma-testing/lib/puppeteer/puppeteer-bootstrap.js --timeout 60000 ./test/puppeteer/launch-unit-tests.js", | ||
"test-security-teamcity": "npm audit --json|npm-audit-reporter-teamcity", | ||
"run": "ws --port 1100" | ||
@@ -36,9 +37,10 @@ }, | ||
"devDependencies": { | ||
"glob": "^7.1.3", | ||
"mkdirp": "^0.5.1", | ||
"glob": "^7.1.3", | ||
"pragma-testing": "2023.9.0-1" | ||
"pragma-testing": "2023.10.0-1" | ||
}, | ||
"dependencies": { | ||
"pragma-core": "2023.9.0-1" | ||
"npm-audit-reporter-teamcity": "^0.4.0", | ||
"pragma-core": "2023.10.0-1" | ||
} | ||
} |
14408
2
+ Addednpm-audit-reporter-teamcity@0.4.0(transitive)
+ Addedpragma-core@2023.10.0-1(transitive)
+ Addedteamcity-service-messages@0.1.14(transitive)
- Removedpragma-core@2023.9.0-1(transitive)
Updatedpragma-core@2023.10.0-1