mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Bump version to Bun v0.7.0
This commit is contained in:
2
Makefile
2
Makefile
@@ -40,7 +40,7 @@ NATIVE_OR_OLD_MARCH = -march=nehalem
|
||||
endif
|
||||
|
||||
MIN_MACOS_VERSION ?= $(DEFAULT_MIN_MACOS_VERSION)
|
||||
BUN_BASE_VERSION = 0.6
|
||||
BUN_BASE_VERSION = 0.7
|
||||
|
||||
CI ?= false
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.5.0"
|
||||
"bun-types": "^0.7.0"
|
||||
}
|
||||
}
|
||||
@@ -64,7 +64,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr
|
||||
+ "start": "bun run index.ts"
|
||||
+ },
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.4.0"
|
||||
"bun-types": "^0.7.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"bun-types": "^0.4.0"
|
||||
"bun-types": "^0.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.4.0",
|
||||
"bun-types": "^0.7.0",
|
||||
"jszip": "^3.10.1",
|
||||
"oclif": "^3.6.5",
|
||||
"prettier": "^2.8.2"
|
||||
|
||||
@@ -7,7 +7,7 @@ const StringTypes = @import("./string_types.zig");
|
||||
const Mimalloc = @import("root").bun.Mimalloc;
|
||||
const bun = @import("root").bun;
|
||||
|
||||
const BASE_VERSION = "0.6";
|
||||
const BASE_VERSION = "0.7";
|
||||
|
||||
pub const build_id = std.fmt.parseInt(u64, std.mem.trim(u8, @embedFile("./build-id"), "\n \r\t"), 10) catch unreachable;
|
||||
pub const package_json_version = if (Environment.isDebug)
|
||||
|
||||
@@ -1 +1 @@
|
||||
15
|
||||
0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BUN_0.6 {
|
||||
BUN_0.7 {
|
||||
global:
|
||||
napi*;
|
||||
__cxa_atexit;
|
||||
|
||||
2
test/js/third_party/prisma/package.json
vendored
2
test/js/third_party/prisma/package.json
vendored
@@ -3,7 +3,7 @@
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"bun-types": "0.6.12",
|
||||
"bun-types": "0.7.0",
|
||||
"prisma": "5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user