Comparing version 0.0.0-20221127195750 to 0.0.0-20221127200424
@@ -10,2 +10,5 @@ import path from "path"; | ||
import { Pothos } from "../../pothos.js"; | ||
import { exec } from "child_process"; | ||
import util from "util"; | ||
const execAsync = util.promisify(exec); | ||
export const start = (program) => program.command("start", "Work on your SST app locally", (yargs) => yargs.option("fullscreen", { | ||
@@ -214,4 +217,1 @@ type: "boolean", | ||
}); | ||
function execAsync(cmd) { | ||
throw new Error("Function not implemented."); | ||
} |
{ | ||
"name": "sst", | ||
"version": "0.0.0-20221127195750", | ||
"version": "0.0.0-20221127200424", | ||
"bin": { | ||
@@ -43,3 +43,2 @@ "sst": "./cli/sst.js" | ||
"@aws-sdk/smithy-client": "^3.208.0", | ||
"@babel/generator": "^7.20.4", | ||
"@trpc/server": "9.16.0", | ||
@@ -80,10 +79,5 @@ "aws-cdk": "2.50.0", | ||
"@aws-sdk/types": "^3.208.0", | ||
"@babel/core": "^7.20.2", | ||
"@sls-next/lambda-at-edge": "^3.7.0", | ||
"@tsconfig/node16": "^1.0.3", | ||
"@types/aws-iot-device-sdk": "^2.2.4", | ||
"@types/aws-lambda": "^8.10.108", | ||
"@types/babel-generator": "^6.25.5", | ||
"@types/babel__core": "^7.1.20", | ||
"@types/babel__generator": "^7.6.4", | ||
"@types/cross-spawn": "^6.0.2", | ||
@@ -98,7 +92,9 @@ "@types/express": "^4.17.14", | ||
"archiver": "^5.3.1", | ||
"graphql": "^16.5.0", | ||
"kysely": "^0.22.0", | ||
"kysely-data-api": "^0.1.4", | ||
"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" | ||
}, | ||
@@ -105,0 +101,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
12563538
55
20
139256
23
- Removed@babel/generator@^7.20.4