cypress-auth0-simulator
Advanced tools
Comparing version
Cypress Auth0 Simulator | ||
## [1.0.8](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/compare/v1.0.7...v1.0.8) (2023-10-17) | ||
### Bug Fixes | ||
* attempt [#3](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/issues/3) at fixing import errors when used in Cypress through build package ([9194d3e](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/commit/9194d3ed8aba130926da3d03810166a416172ed3)) | ||
## [1.0.7](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/compare/v1.0.6...v1.0.7) (2023-10-17) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "cypress-auth0-simulator", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"author": "Jason Landbridge <jasonlandbridge@protonmail.com>", | ||
@@ -13,3 +13,2 @@ "description": "Auth0 integration plugin for Cypress", | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
@@ -19,3 +18,2 @@ "types": "dist/types.d.ts", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
@@ -35,12 +33,5 @@ ".": { | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/index.d.ts", | ||
"dist/utils/encrypt.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"CHANGELOG.md", | ||
@@ -70,3 +61,3 @@ "README.md" | ||
"test": "npm run test:auth0-react:headless && npm run test:nextjs-auth0:headless && npm run test:cra:headless && npm run test:auth0-vue:headless", | ||
"build": "tsc --build tsconfig.json ", | ||
"build": "tsc -p tsconfig.json ", | ||
"type-check": "tsc --noEmit", | ||
@@ -73,0 +64,0 @@ "lint": "eslint --ignore-path .eslintignore --ext .js,.ts", |
114871
19.18%92
31.43%1092
103.73%No
NaN