@depup/bun-types 1.3.11-depup.0 → 1.3.12-depup.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bun.d.ts +811 -40
- package/changes.json +1 -1
- package/docs/bundler/bytecode.mdx +2 -2
- package/docs/bundler/css.mdx +10 -10
- package/docs/bundler/esbuild.mdx +3 -3
- package/docs/bundler/executables.mdx +1 -1
- package/docs/bundler/fullstack.mdx +1 -1
- package/docs/bundler/hot-reloading.mdx +1 -1
- package/docs/bundler/html-static.mdx +1 -1
- package/docs/bundler/index.mdx +6 -6
- package/docs/bundler/macros.mdx +1 -1
- package/docs/bundler/plugins.mdx +1 -1
- package/docs/bundler/standalone-html.mdx +2 -2
- package/docs/guides/deployment/google-cloud-run.mdx +0 -1
- package/docs/guides/deployment/railway.mdx +1 -1
- package/docs/guides/deployment/render.mdx +2 -2
- package/docs/guides/ecosystem/discordjs.mdx +1 -1
- package/docs/guides/ecosystem/drizzle.mdx +1 -1
- package/docs/guides/ecosystem/elysia.mdx +1 -1
- package/docs/guides/ecosystem/express.mdx +1 -1
- package/docs/guides/ecosystem/gel.mdx +2 -2
- package/docs/guides/ecosystem/mongoose.mdx +2 -2
- package/docs/guides/ecosystem/neon-drizzle.mdx +1 -1
- package/docs/guides/ecosystem/pm2.mdx +5 -5
- package/docs/guides/ecosystem/prisma-postgres.mdx +2 -2
- package/docs/guides/ecosystem/prisma.mdx +2 -2
- package/docs/guides/ecosystem/react.mdx +2 -2
- package/docs/guides/ecosystem/ssr-react.mdx +1 -1
- package/docs/guides/ecosystem/stric.mdx +1 -1
- package/docs/guides/html-rewriter/extract-links.mdx +1 -1
- package/docs/guides/http/cluster.mdx +1 -1
- package/docs/guides/http/file-uploads.mdx +1 -1
- package/docs/guides/install/from-npm-install-to-bun-install.mdx +2 -2
- package/docs/guides/install/workspaces.mdx +1 -1
- package/docs/guides/runtime/read-env.mdx +1 -1
- package/docs/guides/runtime/shell.mdx +1 -1
- package/docs/guides/runtime/typescript.mdx +5 -0
- package/docs/guides/runtime/web-debugger.mdx +1 -1
- package/docs/guides/streams/to-array.mdx +1 -1
- package/docs/guides/streams/to-arraybuffer.mdx +1 -1
- package/docs/guides/streams/to-blob.mdx +1 -1
- package/docs/guides/streams/to-buffer.mdx +1 -1
- package/docs/guides/streams/to-json.mdx +1 -1
- package/docs/guides/streams/to-string.mdx +1 -1
- package/docs/guides/streams/to-typedarray.mdx +1 -1
- package/docs/guides/test/coverage.mdx +1 -1
- package/docs/guides/test/testing-library.mdx +1 -1
- package/docs/guides/websocket/pubsub.mdx +1 -1
- package/docs/pm/catalogs.mdx +7 -7
- package/docs/pm/cli/patch.mdx +1 -1
- package/docs/pm/isolated-installs.mdx +1 -1
- package/docs/pm/workspaces.mdx +3 -3
- package/docs/project/building-windows.mdx +1 -1
- package/docs/project/contributing.mdx +17 -3
- package/docs/quickstart.mdx +3 -3
- package/docs/runtime/auto-install.mdx +1 -1
- package/docs/runtime/binary-data.mdx +4 -4
- package/docs/runtime/bun-apis.mdx +1 -1
- package/docs/runtime/c-compiler.mdx +2 -2
- package/docs/runtime/color.mdx +1 -1
- package/docs/runtime/cookies.mdx +1 -1
- package/docs/runtime/cron.mdx +111 -22
- package/docs/runtime/debugger.mdx +2 -2
- package/docs/runtime/environment-variables.mdx +2 -2
- package/docs/runtime/file-io.mdx +1 -1
- package/docs/runtime/http/cookies.mdx +1 -1
- package/docs/runtime/http/server.mdx +1 -1
- package/docs/runtime/http/websockets.mdx +1 -1
- package/docs/runtime/index.mdx +1 -1
- package/docs/runtime/jsonl.mdx +1 -1
- package/docs/runtime/module-resolution.mdx +1 -1
- package/docs/runtime/networking/fetch.mdx +1 -1
- package/docs/runtime/networking/udp.mdx +1 -1
- package/docs/runtime/nodejs-compat.mdx +1 -1
- package/docs/runtime/plugins.mdx +1 -1
- package/docs/runtime/redis.mdx +1 -1
- package/docs/runtime/repl.mdx +1 -1
- package/docs/runtime/s3.mdx +6 -6
- package/docs/runtime/shell.mdx +2 -2
- package/docs/runtime/sql.mdx +1 -1
- package/docs/runtime/sqlite.mdx +31 -6
- package/docs/runtime/streams.mdx +3 -3
- package/docs/runtime/templating/create.mdx +1 -2
- package/docs/runtime/templating/init.mdx +1 -1
- package/docs/runtime/typescript.mdx +1 -0
- package/docs/runtime/utils.mdx +5 -5
- package/docs/runtime/watch-mode.mdx +1 -1
- package/docs/test/code-coverage.mdx +1 -1
- package/docs/test/runtime-behavior.mdx +1 -1
- package/docs/test/writing-tests.mdx +2 -2
- package/docs/typescript-6.mdx +79 -0
- package/docs/typescript.mdx +5 -0
- package/package.json +3 -3
- package/wasm.d.ts +10 -5
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/bun-types
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [bun-types](https://www.npmjs.com/package/bun-types) @ 1.3.
|
|
17
|
-
| Processed | 2026-
|
|
16
|
+
| Original | [bun-types](https://www.npmjs.com/package/bun-types) @ 1.3.12 |
|
|
17
|
+
| Processed | 2026-04-10 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 0 |
|
|
20
20
|
|