chore(release): 1.0.0 [skip ci]

# 1.0.0 (2023-07-11)
This commit is contained in:
semantic-release-bot 2023-07-11 22:57:55 +00:00
parent 0d87202374
commit 3ada612b9d
3 changed files with 4 additions and 4 deletions

1
CHANGELOG.md Normal file
View File

@ -0,0 +1 @@
# 1.0.0 (2023-07-11)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/bigint-crypto-utils",
"version": "3.3.0",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/bigint-crypto-utils",
"version": "3.3.0",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@lumeweb/bigint-mod-arith": "^1.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/bigint-crypto-utils",
"version": "3.3.0",
"version": "1.0.0",
"description": "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt",
"keywords": [
"modular arithmetics",
@ -38,7 +38,6 @@
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/juanelas/bigint-crypto-utils#readme",
"_id": "bigint-crypto-utils@3.3.0",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",