Skip to content

Commit

Permalink
fix: npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Feb 1, 2024
1 parent 46d6900 commit b87a4f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: npm
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bugs": {
"url": "https://github.com/FilenCloudDienste/filen-sdk-ts/issues"
},
"homepage": "https://github.com/FilenCloudDienste/filen-sdk-ts#readme",
"homepage": "https://filen.io",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
Expand Down
8 changes: 8 additions & 0 deletions src/crypto/decrypt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ import nodeCrypto from "crypto"
import type { FileMetadata, FolderMetadata } from "../types"
import { convertTimestampToMs } from "../utils"

/**
* Decrypt
* @date 1/31/2024 - 6:36:57 PM
*
* @export
* @class Decrypt
* @typedef {Decrypt}
*/
export default class Decrypt {
private readonly config: CryptoConfig
private readonly textEncoder = new TextEncoder()
Expand Down

0 comments on commit b87a4f7

Please sign in to comment.