mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-07 06:20:44 +00:00
Compare commits
30 Commits
v2.0.0-rc.
...
2
Author | SHA1 | Date | |
---|---|---|---|
413592a9d0 | |||
1d9ed32438 | |||
77884250ae | |||
91605aa434 | |||
dbc5bf97d9 | |||
c2869e2746 | |||
f587853432 | |||
dffb5a7b13 | |||
07751ac477 | |||
877a0cd564 | |||
a2f0255895 | |||
f933df1908 | |||
ef44dab3bc | |||
70093a4ba8 | |||
5fde1797a5 | |||
f309294560 | |||
062d8df713 | |||
947c468cd4 | |||
f5f796cc13 | |||
de042d485c | |||
6d58350575 | |||
be4e736ffd | |||
d52f59f709 | |||
7fa0cbfe93 | |||
d3b9e9bc42 | |||
0c08dcc678 | |||
7a6a24d631 | |||
75d702a5c7 | |||
4ee5666033 | |||
c87fd3eaf5 |
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -1,9 +1,7 @@
|
||||
name: "Publish to NPM"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
release:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "occulto",
|
||||
"version": "2.0.0-rc.8",
|
||||
"version": "2.0.0-rc.7",
|
||||
"license": "MIT",
|
||||
"description": "crypt utility",
|
||||
"keywords": [
|
||||
|
@@ -4,7 +4,7 @@ import { Precomputed } from './values.js'
|
||||
|
||||
describe('RSA', () => {
|
||||
describe('Generate keys', function () {
|
||||
this.timeout(10_000)
|
||||
this.timeout(5_000)
|
||||
|
||||
it('Should be able to generate a keypair', async () => {
|
||||
await RSA.generateKeyPair()
|
||||
|
Reference in New Issue
Block a user