Bump version to Bun v0.7.0

This commit is contained in:
Jarred Sumner
2023-07-19 23:57:41 -07:00
parent dd46c11273
commit 0b365781a8
9 changed files with 11 additions and 11 deletions

View File

@@ -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

View File

@@ -3,6 +3,6 @@
"module": "index.ts",
"type": "module",
"devDependencies": {
"bun-types": "^0.5.0"
"bun-types": "^0.7.0"
}
}

View File

@@ -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"
}
}
```

View File

@@ -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",

View File

@@ -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"

View File

@@ -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)

View File

@@ -1 +1 @@
15
0

View File

@@ -1,4 +1,4 @@
BUN_0.6 {
BUN_0.7 {
global:
napi*;
__cxa_atexit;

View File

@@ -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": {