@digigov/benchmark
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log - @digigov/benchmark | ||
This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified. | ||
This log was last generated on Tue, 19 Dec 2023 15:00:14 GMT and should not be manually modified. | ||
## 1.0.1 | ||
Tue, 19 Dec 2023 15:00:14 GMT | ||
_Version update only_ | ||
## 1.0.0 | ||
@@ -6,0 +11,0 @@ Fri, 15 Dec 2023 15:23:56 GMT |
@@ -1,2 +0,2 @@ | ||
/** @license Digigov v1.0.0 | ||
/** @license Digigov v1.0.1 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the BSD-2-Clause license found in the |
{ | ||
"name": "@digigov/benchmark", | ||
"version": "1.0.0", | ||
"description": "@digigov benchmark", | ||
"author": "GRNET Developers <devs@lists.grnet.gr>", | ||
"license": "BSD-2-Clause", | ||
"main": "dist/index.js", | ||
"module": "./index.js", | ||
"publishConfig": { | ||
"main": "dist/index.js" | ||
}, | ||
"engines": { | ||
"node": ">=15.6.0" | ||
}, | ||
"private": false, | ||
"typings": "./index.d.ts" | ||
} | ||
"name": "@digigov/benchmark", | ||
"version": "1.0.1", | ||
"description": "@digigov benchmark", | ||
"author": "GRNET Developers <devs@lists.grnet.gr>", | ||
"license": "BSD-2-Clause", | ||
"main": "./cjs/index.js", | ||
"module": "./index.js", | ||
"engines": { | ||
"node": ">=15.6.0" | ||
}, | ||
"private": false, | ||
"typings": "./index.d.ts" | ||
} |
98368