Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "edgeql", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Minghe <h.minghe@gmail.com> (https://github.com/metrue)", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/metrue/EdgeQL.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"graphql", | ||
"cloudflare", | ||
"workers", | ||
"edge", | ||
"compute@edge" | ||
], | ||
"main": "dist/index.js", | ||
@@ -11,3 +27,4 @@ "types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"prepublishOnly": "npm run build", | ||
"start": "http_proxy='' https_proxy='' wrangler dev", | ||
@@ -24,2 +41,29 @@ "deploy": "http_proxy='' https_proxy='' wrangler deploy", | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"./jwt": { | ||
"types": "./dist/middleware/jwt/index.d.ts", | ||
"import": "./dist/esm/middleware/jwt/index.js", | ||
"require": "./dist/cjs/middleware/jwt/index.js" | ||
}, | ||
"./wallclock": { | ||
"types": "./dist/esm/middleware/wallclock/index.d.ts", | ||
"import": "./dist/esm/middleware/wallclock/index.js", | ||
"require": "./dist/cjs/middleware/wallclock/index.js" | ||
}, | ||
"./utils/jwt": { | ||
"types": "./dist/esm/utils/jwt/index.d.ts", | ||
"import": "./dist/esm/utils/jwt/index.js", | ||
"require": "./dist/cjs/utils/jwt/index.js" | ||
}, | ||
"./utils/*": { | ||
"types": "./dist/esm/utils/*.d.ts", | ||
"import": "./dist/esm/utils/*.js", | ||
"require": "./dist/cjs/utils/*.js" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -26,0 +70,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
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
119913
86
3347
1
0
1