Comparing version 1.0.6-add-pause-and-resume-to-sdk-e2b-1190.0 to 1.0.6
{ | ||
"name": "e2b", | ||
"version": "1.0.6-add-pause-and-resume-to-sdk-e2b-1190.0", | ||
"version": "1.0.6", | ||
"description": "E2B SDK that give agents cloud environments", | ||
@@ -25,17 +25,2 @@ "homepage": "https://e2b.dev", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "pnpm build", | ||
"build": "tsc --noEmit && tsup", | ||
"dev": "tsup --watch", | ||
"example": "tsx example.mts", | ||
"test": "vitest run", | ||
"generate": "openapi-typescript ../../spec/openapi.yml -x api_key --support-array-length --alphabetize --output src/api/schema.gen.ts", | ||
"generate-envd-api": "openapi-typescript ../../spec/envd/envd.yaml -x api_key --support-array-length --alphabetize --output src/envd/schema.gen.ts", | ||
"generate-ref": "./scripts/generate_sdk_ref.sh", | ||
"check-deps": "knip", | ||
"update-deps": "ncu -u && pnpm i", | ||
"postPublish": "./scripts/post-publish.sh || true", | ||
"test:bun": "bun test tests/runtimes/bun --env-file=.env", | ||
"test:deno": "deno test tests/runtimes/deno/ --allow-net --allow-read --allow-env --unstable-sloppy-imports --trace-leaks" | ||
}, | ||
"devDependencies": { | ||
@@ -95,3 +80,18 @@ "@testing-library/react": "^16.0.1", | ||
"defaults" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"build": "tsc --noEmit && tsup", | ||
"dev": "tsup --watch", | ||
"example": "tsx example.mts", | ||
"test": "vitest run", | ||
"generate": "python ./../../spec/remove_extra_tags.py sandboxes templates && openapi-typescript ../../spec/openapi_generated.yml -x api_key --support-array-length --alphabetize --output src/api/schema.gen.ts", | ||
"generate-envd-api": "openapi-typescript ../../spec/envd/envd.yaml -x api_key --support-array-length --alphabetize --output src/envd/schema.gen.ts", | ||
"generate-ref": "./scripts/generate_sdk_ref.sh", | ||
"check-deps": "knip", | ||
"update-deps": "ncu -u && pnpm i", | ||
"postPublish": "./scripts/post-publish.sh || true", | ||
"test:bun": "bun test tests/runtimes/bun --env-file=.env", | ||
"test:deno": "deno test tests/runtimes/deno/ --allow-net --allow-read --allow-env --unstable-sloppy-imports --trace-leaks", | ||
"test:integration": "E2B_INTEGRATION_TEST=1 vitest run tests/integration/**" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
567780
9
1
1
5926