@colorfullife/ms365-graph-api-auth
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "@colorfullife/ms365-graph-api-auth", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Get the authenticated Azure app to CRUD Sharepoint by Microsoft Graph API", | ||
@@ -11,6 +11,6 @@ "module": "dist/esm/index.js", | ||
}, | ||
"types": "./dist/cjs/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
@@ -21,5 +21,3 @@ "scripts": { | ||
"test:drive": "ts-node ./test/testDrive.ts", | ||
"build": "rm -rf dist/ && yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc -p ./tsconfig.cjs.json" | ||
"build": "rm -rf dist/ && tsup src/index.ts --format cjs,esm --dts" | ||
}, | ||
@@ -38,3 +36,4 @@ "files": [ | ||
"@types/node": "^18.14.1", | ||
"dotenv": "^16.0.3" | ||
"dotenv": "^16.0.3", | ||
"tsup": "^6.6.3" | ||
}, | ||
@@ -44,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b38934bca16185eeec331e91dd0a8a0b4e654ddb" | ||
"gitHead": "10f23c9e9accfad492e8a9a68cb68a6486b3ac25" | ||
} |
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
43016
3
10
1020
1