@portkey/request
Advanced tools
Comparing version 0.0.1-alpha.9.0 to 1.0.0-alpha.0
{ | ||
"name": "@portkey/request", | ||
"version": "0.0.1-alpha.9.0", | ||
"version": "1.0.0-alpha.0", | ||
"description": "", | ||
"main": "./dist/commonjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/commonjs/index.js" | ||
} | ||
}, | ||
"author": "", | ||
@@ -20,10 +29,10 @@ "license": "ISC", | ||
}, | ||
"type": "commonjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"prebuild": "yarn clean", | ||
"build": "tsc", | ||
"build": "yarn build:cjs & yarn build:esm & yarn build:types", | ||
"build:cjs": "tsc && echo '{\"type\": \"commonjs\"}' > ./dist/commonjs/package.json", | ||
"build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./dist/esm/package.json && yarn esm:fix", | ||
"build:types": "tsc --build tsconfig.types.json", | ||
"esm:fix": "node ../../scripts/fix-esm.js dist/esm", | ||
"lint": "eslint --ext .js,.ts .", | ||
@@ -35,6 +44,6 @@ "lint:fix": "eslint --fix --ext .js,.ts .", | ||
"dependencies": { | ||
"@portkey/types": "^0.0.1-alpha.9.0", | ||
"@portkey/types": "^1.0.0-alpha.0", | ||
"query-string": "^6.14.1" | ||
}, | ||
"gitHead": "7afcffa98f5ac5515efc6a791b0114a4791e0711" | ||
"gitHead": "6438f939a364eb228a71945484af8603de9905aa" | ||
} |
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
65798
46
311
3
+ Added@portkey/types@1.5.3(transitive)
- Removed@portkey/types@0.0.1-alpha.9.0(transitive)
- Removed@types/bn.js@5.1.6(transitive)
- Removed@types/elliptic@6.4.18(transitive)
- Removed@types/node@22.10.7(transitive)
- Removedundici-types@6.20.0(transitive)