pragma-core
Advanced tools
Comparing version 2023.9.0-1 to 2023.10.0-1
{ | ||
"name": "pragma-core", | ||
"version": "2023.9.0-1", | ||
"version": "2023.10.0-1", | ||
"description": "The purpose of this module is to provide classes and utility functions that can be reused by the various other pragma modules.", | ||
@@ -10,2 +10,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", | ||
"build-publish": "node ./build/publish.js", | ||
@@ -30,4 +31,7 @@ "run": "ws --port 1100" | ||
"mkdirp": "^0.5.1", | ||
"pragma-testing": "2023.9.0-1" | ||
"pragma-testing": "2023.10.0-1" | ||
}, | ||
"dependencies": { | ||
"npm-audit-reporter-teamcity": "^0.4.0" | ||
} | ||
} |
10469
1
+ Addednpm-audit-reporter-teamcity@0.4.0(transitive)
+ Addedteamcity-service-messages@0.1.14(transitive)