mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-07 10:10:41 +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 |
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -1,9 +1,7 @@
|
||||
name: "Publish to NPM"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
release:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -32,6 +30,6 @@ jobs:
|
||||
run: pnpm run test
|
||||
|
||||
- name: Release
|
||||
run: pnpm publish --no-git-checks
|
||||
run: pnpm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "occulto",
|
||||
"version": "2.0.0-rc.9",
|
||||
"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