Skip to content

Commit

Permalink
fix: correct extension for typings modules
Browse files Browse the repository at this point in the history
OKTA-471562
<<<Jenkins Check-In of Tested SHA: d0510a0 for [email protected]>>>
Artifact: okta-sdk-nodejs
Files changed count: 13
PR Link: "#304"
  • Loading branch information
oleksandrpravosudko-okta authored and eng-prod-CI-bot-okta committed Feb 17, 2022
1 parent 55f2af0 commit 598a5c0
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 107 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Okta Node SDK Changelog

## 6.3.1

### Bug Fixes

- [#304](https://github.com/okta/okta-sdk-nodejs/pull/304) Fixes TypeScript compilation errors when `isolatedModules` and `importsNotUsedAsValues` flags are enabled

## 6.3.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-sdk-nodejs",
"version": "6.3.0",
"version": "6.3.1",
"description": "Okta API wrapper for Node.js",
"engines": {
"node": ">=12.0"
Expand All @@ -23,7 +23,7 @@
"test:integration:ssws": "TS_NODE_PROJECT=./test/it/tsconfig.json MOCHA_FILE=./test-reports/it-results.xml OKTA_CLIENT_AUTHORIZATIONMODE=SSWS nyc --reporter=text --reporter=html mocha -r ts-node/register -r tsconfig-paths/register --reporter=mocha-junit-reporter --reporter-options toConsole=true --retries 2 test/it/*.ts --no-timeouts",
"test:integration:oauth": "TS_NODE_PROJECT=./test/it/tsconfig.json OKTA_CLIENT_AUTHORIZATIONMODE=PrivateKey nyc --reporter=text --reporter=html mocha -r ts-node/register -r tsconfig-paths/register test/it/user-get.ts --no-timeouts",
"test:unit": "MOCHA_FILE=./test-reports/junit-results.xml nyc --reporter=text --reporter=html mocha --reporter=mocha-junit-reporter test/unit/*.js --no-timeouts",
"test:types": "tsd",
"test:types": "tsd && tsc --noEmit --isolatedModules --importsNotUsedAsValues error src/types/**/*.*",
"test": "yarn eslint && yarn test:types && yarn test:unit && yarn test:integration && yarn jest",
"aftertest": "mocha test/delete-resources.js --no-timeouts"
},
Expand Down
21 changes: 0 additions & 21 deletions src/types/factories/ApplicationFactory.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/types/factories/BrowserPluginApplicationFactory.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/types/factories/PolicyFactory.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/types/factories/PolicyRuleFactory.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/types/factories/UserFactorFactory.d.ts

This file was deleted.

0 comments on commit 598a5c0

Please sign in to comment.