Skip to content

Commit 7ce6d9a

Browse files
committed
🧹 chore: bump version
1 parent 55a6339 commit 7ce6d9a

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

bun.lockb

-48 Bytes
Binary file not shown.

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "@elysiajs/cors",
3-
"version": "0.8.0-rc.1",
4-
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",
5-
"author": {
6-
"name": "saltyAom",
7-
"url": "https://github.com/SaltyAom",
8-
"email": "saltyaom@gmail.com"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/elysiajs/elysia-cors"
13-
},
14-
"exports": {
15-
"bun": "./dist/index.js",
16-
"node": "./dist/cjs/index.js",
17-
"require": "./dist/cjs/index.js",
18-
"import": "./dist/index.js",
19-
"default": "./dist/cjs/index.js"
20-
},
21-
"types": "./src/index.ts",
22-
"homepage": "https://github.com/elysiajs/elysia-cors",
23-
"keywords": [
24-
"elysia",
25-
"cors"
26-
],
27-
"license": "MIT",
28-
"scripts": {
29-
"dev": "bun run --watch example/index.ts",
30-
"test": "bun test && npm run test:node",
31-
"test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js",
32-
"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
33-
"release": "npm run build && npm run test && npm publish --access public"
34-
},
35-
"devDependencies": {
36-
"@types/node": "^18.11.7",
37-
"bun-types": "^1.0.2",
38-
"elysia": "0.8.0-rc.7",
39-
"eslint": "^8.26.0",
40-
"rimraf": "^3.0.2",
41-
"typescript": "^5.2.2"
42-
},
43-
"peerDependencies": {
44-
"elysia": ">= 0.8.0-rc.7"
45-
}
2+
"name": "@elysiajs/cors",
3+
"version": "0.8.0",
4+
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",
5+
"author": {
6+
"name": "saltyAom",
7+
"url": "https://github.com/SaltyAom",
8+
"email": "saltyaom@gmail.com"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/elysiajs/elysia-cors"
13+
},
14+
"exports": {
15+
"bun": "./dist/index.js",
16+
"node": "./dist/cjs/index.js",
17+
"require": "./dist/cjs/index.js",
18+
"import": "./dist/index.js",
19+
"default": "./dist/cjs/index.js"
20+
},
21+
"types": "./src/index.ts",
22+
"homepage": "https://github.com/elysiajs/elysia-cors",
23+
"keywords": [
24+
"elysia",
25+
"cors"
26+
],
27+
"license": "MIT",
28+
"scripts": {
29+
"dev": "bun run --watch example/index.ts",
30+
"test": "bun test && npm run test:node",
31+
"test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js",
32+
"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
33+
"release": "npm run build && npm run test && npm publish --access public"
34+
},
35+
"devDependencies": {
36+
"@types/node": "^18.11.7",
37+
"bun-types": "^1.0.2",
38+
"elysia": "0.8.0",
39+
"eslint": "^8.26.0",
40+
"rimraf": "^3.0.2",
41+
"typescript": "^5.2.2"
42+
},
43+
"peerDependencies": {
44+
"elysia": ">= 0.8.0"
45+
}
4646
}

0 commit comments

Comments
 (0)