mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-07 17:00:46 +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"
|
||||
|
||||
on:
|
||||
release:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "occulto",
|
||||
"version": "2.0.0-rc.7",
|
||||
"version": "2.0.0-rc.8",
|
||||
"license": "MIT",
|
||||
"description": "crypt utility",
|
||||
"keywords": [
|
||||
|
@@ -4,7 +4,7 @@ import { Precomputed } from './values.js'
|
||||
|
||||
describe('RSA', () => {
|
||||
describe('Generate keys', function () {
|
||||
this.timeout(5_000)
|
||||
this.timeout(10_000)
|
||||
|
||||
it('Should be able to generate a keypair', async () => {
|
||||
await RSA.generateKeyPair()
|
||||
|
Reference in New Issue
Block a user