mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-09 04:10:42 +00:00
Compare commits
5 Commits
2
...
v2.0.0-rc.
Author | SHA1 | Date | |
---|---|---|---|
f0a1ff8d6e | |||
ec63b8035c | |||
0c2d966059 | |||
88e2e58df9 | |||
56a8103582 |
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -1,7 +1,9 @@
|
|||||||
name: "Publish to NPM"
|
name: "Publish to NPM"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
|
tags:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "occulto",
|
"name": "occulto",
|
||||||
"version": "2.0.0-rc.7",
|
"version": "2.0.0-rc.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "crypt utility",
|
"description": "crypt utility",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@@ -4,7 +4,7 @@ import { Precomputed } from './values.js'
|
|||||||
|
|
||||||
describe('RSA', () => {
|
describe('RSA', () => {
|
||||||
describe('Generate keys', function () {
|
describe('Generate keys', function () {
|
||||||
this.timeout(5_000)
|
this.timeout(10_000)
|
||||||
|
|
||||||
it('Should be able to generate a keypair', async () => {
|
it('Should be able to generate a keypair', async () => {
|
||||||
await RSA.generateKeyPair()
|
await RSA.generateKeyPair()
|
||||||
|
Reference in New Issue
Block a user