Comparing version 0.16.1 to 0.16.2-beta.0
{ | ||
"name": "e2b", | ||
"version": "0.16.1", | ||
"version": "0.16.2-beta.0", | ||
"description": "E2B SDK that give agents cloud environments", | ||
@@ -25,17 +25,26 @@ "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", | ||
"check-deps": "knip", | ||
"update-deps": "ncu -u && pnpm i", | ||
"postPublish": "./scripts/post-publish.sh || true" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.18.6", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/path-browserify": "^1.0.1", | ||
"@types/platform": "^1.3.4", | ||
"@types/ws": "^8.5.10", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@types/platform": "^1.3.6", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"dotenv": "^16.4.5", | ||
"knip": "^2.34.0", | ||
"npm-check-updates": "^16.14.6", | ||
"openapi-typescript": "^5.4.1", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"knip": "^5.17.3", | ||
"npm-check-updates": "^16.14.20", | ||
"openapi-typescript": "^6.7.6", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
}, | ||
@@ -62,8 +71,7 @@ "files": [ | ||
"dependencies": { | ||
"isomorphic-ws": "^5.0.0", | ||
"normalize-path": "^3.0.0", | ||
"openapi-typescript-fetch": "^1.1.3", | ||
"path-browserify": "^1.0.1", | ||
"platform": "^1.3.6", | ||
"ws": "^8.15.1" | ||
"@bufbuild/protobuf": "^1.10.0", | ||
"@connectrpc/connect": "^1.4.0", | ||
"@connectrpc/connect-web": "^1.4.0", | ||
"openapi-fetch": "^0.9.7", | ||
"platform": "^1.3.6" | ||
}, | ||
@@ -75,19 +83,3 @@ "engines": { | ||
"defaults" | ||
], | ||
"optionalDependencies": { | ||
"bufferutil": "^4.0.8", | ||
"utf-8-validate": "^6.0.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc --noEmit && tsup", | ||
"dev": "tsup --watch", | ||
"measure": "node test/performance.mjs", | ||
"example": "tsx example.mts", | ||
"test": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"generate": "openapi-typescript ../../spec/openapi.yml -x api_key --support-array-length --alphabetize --output src/api/schema.gen.ts", | ||
"check-deps": "knip", | ||
"update-deps": "ncu -u && pnpm i", | ||
"postPublish": "./scripts/post-publish.sh || true" | ||
} | ||
} | ||
] | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
688953
5
11
0
7478
0
+ Added@bufbuild/protobuf@^1.10.0
+ Added@connectrpc/connect@^1.4.0
+ Addedopenapi-fetch@^0.9.7
+ Added@bufbuild/protobuf@1.10.0(transitive)
+ Added@connectrpc/connect@1.6.1(transitive)
+ Added@connectrpc/connect-web@1.6.1(transitive)
+ Addedopenapi-fetch@0.9.8(transitive)
+ Addedopenapi-typescript-helpers@0.0.8(transitive)
- Removedisomorphic-ws@^5.0.0
- Removednormalize-path@^3.0.0
- Removedopenapi-typescript-fetch@^1.1.3
- Removedpath-browserify@^1.0.1
- Removedws@^8.15.1
- Removedbufferutil@4.0.9(transitive)
- Removedisomorphic-ws@5.0.0(transitive)
- Removednode-gyp-build@4.8.4(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedopenapi-typescript-fetch@1.1.3(transitive)
- Removedpath-browserify@1.0.1(transitive)
- Removedutf-8-validate@6.0.5(transitive)
- Removedws@8.18.1(transitive)