@navigraph/auth
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@navigraph/auth", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"license": "MIT", | ||
@@ -21,7 +21,3 @@ "description": "Authentication with Navigraph services as part of the Navigraph SDK", | ||
], | ||
"main": "dist/index.js", | ||
"browser": "dist/index.mjs", | ||
"module": "dist/index.mjs", | ||
"typings": "dist/index.d.ts", | ||
"source": "./src/index.ts", | ||
"main": "dist/index.cjs.js", | ||
"private": false, | ||
@@ -39,10 +35,12 @@ "sideEffects": false, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts ", | ||
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --sourcemap inline", | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "tsup src/index.ts --watch --sourcemap inline", | ||
"lint": "cross-env TIMING=1 eslint src/**/*.ts --fix", | ||
"clean": "rimraf .turbo node_modules dist" | ||
"clean": "rimraf .turbo node_modules dist", | ||
"prepack": "clean-package", | ||
"postpack": "clean-package restore" | ||
}, | ||
"dependencies": { | ||
"@navigraph/pkce": "^1.0.3", | ||
"@navigraph/app": "1.2.5", | ||
"@navigraph/app": "1.2.6", | ||
"axios": "^0.24.0" | ||
@@ -52,3 +50,12 @@ }, | ||
"@types/qr-image": "^3.2.5" | ||
}, | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50225
1369
1
+ Added@navigraph/app@1.2.6(transitive)
- Removed@navigraph/app@1.2.5(transitive)
Updated@navigraph/app@1.2.6