Skip to content

Commit

Permalink
feat: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed Mar 27, 2024
1 parent 53ee794 commit f9c54d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfort/shield-js",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"author": "Openfort",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/ShieldSDK.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ShieldOptions} from "../models/ShieldOptions";
import {ShieldAuthOptions} from "../models/ShieldAuthOptions";
import {OpenfortAuthOptions} from "../models/OpenfortAuthOptions";
import axios, {AxiosHeaders, AxiosRequestConfig} from "axios";
import axios, {AxiosRequestConfig} from "axios";
import {CustomAuthOptions} from "../models/CustomAuthOptions";
import {NoSecretFoundError} from "../errors/NoSecretFoundError";
import {SecretAlreadyExistsError} from "../errors/SecretAlreadyExistsError";
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "0.0.6";
export const VERSION = "0.0.7";
export const PACKAGE = "@openfort/shield-js";
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
"newLine": "LF",
"composite": true,
"declaration": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
Expand Down

0 comments on commit f9c54d9

Please sign in to comment.