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", "name": "@lumeweb/bigint-crypto-utils",
"version": "3.3.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lumeweb/bigint-crypto-utils", "name": "@lumeweb/bigint-crypto-utils",
"version": "3.3.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@lumeweb/bigint-mod-arith": "^1.0.0" "@lumeweb/bigint-mod-arith": "^1.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@lumeweb/bigint-crypto-utils", "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", "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": [ "keywords": [
"modular arithmetics", "modular arithmetics",
@ -38,7 +38,6 @@
}, },
"readme": "ERROR: No README data found!", "readme": "ERROR: No README data found!",
"homepage": "https://github.com/juanelas/bigint-crypto-utils#readme", "homepage": "https://github.com/juanelas/bigint-crypto-utils#readme",
"_id": "bigint-crypto-utils@3.3.0",
"scripts": { "scripts": {
"prepare": "presetter bootstrap", "prepare": "presetter bootstrap",
"build": "run build", "build": "run build",