Skip to content

Commit 724784e

Browse files
committed
build: 更新版本号至 0.0.4,修改开发模式变量声明为 var
1 parent dfa9665 commit 724784e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feng3d/render-api",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "提供WebGL/WebGPU统一的渲染数据结构,描述渲染所需的所有数据以及流程,用于@feng3d/webgl与@feng3d/webgpu。",
55
"author": "feng",
66
"license": "MIT",

src/global.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ declare global
44
/**
55
* 是否为开发模式。
66
*/
7-
let __DEV__: boolean;
7+
var __DEV__: boolean;
88
}

0 commit comments

Comments
 (0)