Skip to content

Releases: Simple-JWT/sjwt

v1.0.15

20 Jan 19:24
Compare
Choose a tag to compare

save()

import {save} from 'sjwt';
const example = async () => {
    const user = await save({
        privateData: {},
        publicData: {},
        overwrite: false, // default false
        projectId: <projectid>, // or omit and it will simple use `sjwt.projectId`
    });
}

v1.0.14

15 Jan 19:37
Compare
Choose a tag to compare
feat: releasing now publishes and updates latest release

v1.0.13

15 Jan 19:26
Compare
Choose a tag to compare
v1.0.13 Pre-release
Pre-release
fix: release process

v1.0.12

15 Jan 18:14
Compare
Choose a tag to compare
v1.0.12 Pre-release
Pre-release
feat: debug ci

v1.0.11

15 Jan 18:10
Compare
Choose a tag to compare
v1.0.11 Pre-release
Pre-release
feat: update tag

v1.0.10

15 Jan 17:50
Compare
Choose a tag to compare
feat: trigger publish on prerelease and match better

v1.0.9

15 Jan 17:38
Compare
Choose a tag to compare

this will probably fail

v1.0.8

15 Jan 17:02
Compare
Choose a tag to compare

Now sjwt auto publishes to NPM when we publish a new release on github!

v1.0.7

15 Jan 16:58
Compare
Choose a tag to compare

auto publish for reals

v1.0.6

15 Jan 16:56
Compare
Choose a tag to compare

auto publish to npm on github release