Skip to content

Commit

Permalink
Merge pull request #7 from stevent-team/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
giraugh authored Jan 24, 2023
2 parents 7cda0f9 + ccb317d commit 93db5b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-knives-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-jobs-whisper.md

This file was deleted.

7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# @stevent-team/totp

## 0.0.2
## 0.0.1

### Patch Changes

- a7d6899: Use esbuild for bundling instead of vite
- 6e29a05: Move from esbuild to tsup
- 7d8ea7c: Change exported option types

## 0.0.1
## 0.0.0

### Patch Changes

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stevent-team/totp",
"version": "0.0.0",
"version": "0.0.1",
"description": "Lightweight rfc-compliant TOTP authentication library based on `crypto`",
"repository": "https://github.com/stevent-team/totp",
"keywords": [
Expand All @@ -11,7 +11,9 @@
"author": "Stevent Team",
"license": "MIT",
"private": false,
"files": [ "dist" ],
"files": [
"dist"
],
"main": "./dist/main.js",
"module": "./dist/main.mjs",
"typings": "./dist/main.d.ts",
Expand Down

0 comments on commit 93db5b9

Please sign in to comment.