Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "edgeql", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Minghe <h.minghe@gmail.com> (https://github.com/metrue)", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/esm/index.d.ts", | ||
"files": [ | ||
@@ -48,3 +48,3 @@ "dist/**/*" | ||
"./jwt": { | ||
"types": "./dist/middleware/jwt/index.d.ts", | ||
"types": "./dist/esm/middleware/jwt/index.d.ts", | ||
"import": "./dist/esm/middleware/jwt/index.js", | ||
@@ -69,2 +69,21 @@ "require": "./dist/cjs/middleware/jwt/index.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"./dist/esm/index.d.ts" | ||
], | ||
"middleware/jwt": [ | ||
"./dist/esm/middleware/jwt" | ||
], | ||
"middleware/wallclock": [ | ||
"./dist/esm/middleware/wallclock" | ||
], | ||
"utils/jwt": [ | ||
"./dist/esm/utils/jwt/index.d.ts" | ||
], | ||
"utils/*": [ | ||
"./dist/esm/utils/*" | ||
] | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -71,0 +90,0 @@ "@graphql-tools/schema": "^10.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
120300
0