mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-06 09:50:44 +00:00
Compare commits
7 Commits
2
...
v2.0.0-rc.
Author | SHA1 | Date | |
---|---|---|---|
5ce25e41c2 | |||
0b70c729ce | |||
f0a1ff8d6e | |||
ec63b8035c | |||
0c2d966059 | |||
88e2e58df9 | |||
56a8103582 |
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -1,7 +1,9 @@
|
||||
name: "Publish to NPM"
|
||||
|
||||
on:
|
||||
release:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -30,6 +32,6 @@ jobs:
|
||||
run: pnpm run test
|
||||
|
||||
- name: Release
|
||||
run: pnpm publish
|
||||
run: pnpm publish --no-git-checks
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "occulto",
|
||||
"version": "2.0.0-rc.7",
|
||||
"version": "2.0.0-rc.9",
|
||||
"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