Comparing version 0.0.0-20221124212325 to 0.0.0-20221125061049
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node/url.js" /> | ||
/// <reference types=".pnpm/@types+node@17.0.45/node_modules/@types/node/url.js" /> | ||
import { Handler } from "../../context/handler.js"; | ||
@@ -3,0 +5,0 @@ export interface ApiResources { |
{ | ||
"name": "sst", | ||
"version": "0.0.0-20221124212325", | ||
"version": "0.0.0-20221125061049", | ||
"bin": { | ||
@@ -17,2 +17,3 @@ "sst": "./cli/sst.js" | ||
"./constructs": "./constructs/index.js", | ||
"./context": "./context/index.js", | ||
"./node/*": "./node/*/index.js", | ||
@@ -93,5 +94,8 @@ "./*": "./*" | ||
"tsx": "^3.12.1", | ||
"vitest": "^0.15.1" | ||
"vitest": "^0.15.1", | ||
"graphql": "^16.5.0", | ||
"@sls-next/lambda-at-edge": "^3.7.0", | ||
"@babel/core": "^7.0.0-0" | ||
}, | ||
"optionalDependencies": { | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0", | ||
@@ -101,2 +105,13 @@ "@sls-next/lambda-at-edge": "^3.7.0", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@babel/core": { | ||
"optional": true | ||
}, | ||
"@sls-next/lambda-at-edge": { | ||
"optional": true | ||
}, | ||
"graphql": { | ||
"optional": true | ||
} | ||
}, | ||
"gitHead": "8ac2d0abc11d5de721c87658bb445e3d6c211dcf", | ||
@@ -103,0 +118,0 @@ "scripts": { |
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
9599650
57347
20