Skip to content

Commit

Permalink
version: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LastLeaf committed Feb 18, 2024
1 parent e220378 commit 508d021
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 31 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions glass-easel-miniprogram-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-miniprogram-adapter",
"description": "The MiniProgram interface adapter of the glass-easel project",
"version": "0.2.1",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand All @@ -25,10 +25,10 @@
"coverage": "jest -c jest.config.js --collect-coverage"
},
"peerDependencies": {
"glass-easel": "0.2.1"
"glass-easel": "0.3.0"
},
"devDependencies": {
"glass-easel": "0.2.1",
"glass-easel-template-compiler": "0.2.1"
"glass-easel": "0.3.0",
"glass-easel-template-compiler": "0.3.0"
}
}
8 changes: 4 additions & 4 deletions glass-easel-miniprogram-template/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "glass-easel-miniprogram-template",
"version": "0.2.1",
"version": "0.3.0",
"main": "src/index.ts",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js --watch"
},
"dependencies": {
"glass-easel": "0.2.1",
"glass-easel-miniprogram-adapter": "0.2.1"
"glass-easel": "0.3.0",
"glass-easel-miniprogram-adapter": "0.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
Expand All @@ -17,7 +17,7 @@
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^4.2.1",
"glass-easel-miniprogram-webpack-plugin": "0.2.1",
"glass-easel-miniprogram-webpack-plugin": "0.3.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.1",
Expand Down
10 changes: 5 additions & 5 deletions glass-easel-miniprogram-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-miniprogram-webpack-plugin",
"description": "The webpack plugin of the glass-easel project for MiniProgram file structure",
"version": "0.2.1",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand All @@ -21,14 +21,14 @@
"lint": "eslint src/**/*.ts"
},
"peerDependencies": {
"glass-easel": "0.2.1",
"glass-easel-miniprogram-adapter": "0.2.1",
"glass-easel": "0.3.0",
"glass-easel-miniprogram-adapter": "0.3.0",
"webpack": "^5.85.0"
},
"dependencies": {
"chokidar": "^3.5.3",
"glass-easel-stylesheet-compiler": "0.2.1",
"glass-easel-template-compiler": "0.2.1",
"glass-easel-stylesheet-compiler": "0.3.0",
"glass-easel-template-compiler": "0.3.0",
"source-map": "^0.7.4",
"webpack-sources": "^3.2.1",
"webpack-virtual-modules": "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-stylesheet-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glass-easel-stylesheet-compiler"
version = "0.2.1"
version = "0.3.0"
authors = ["LastLeaf <bqfu@163.com>"]
description = "The stylesheet compiler of the glass-easel project."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-stylesheet-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-stylesheet-compiler",
"description": "The stylesheet compiler of the glass-easel project.",
"version": "0.2.1",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-template-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glass-easel-template-compiler"
version = "0.2.1"
version = "0.3.0"
authors = ["LastLeaf <bqfu@163.com>"]
description = "The template compiler of the glass-easel project."
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions glass-easel-template-compiler/glass_easel_template_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ StrRef tmpl_group_get_runtime_string(const TmplGroup *self);

StrRef tmpl_group_get_runtime_var_list();

StrRefArray tmpl_group_get_script_dependencies(const TmplGroup *self,
const uint8_t *path_buf,
size_t path_len);

StrRef tmpl_group_get_tmpl_gen_object(const TmplGroup *self,
const uint8_t *path_buf,
size_t path_len);
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-template-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-template-compiler",
"description": "The template compiler of the glass-easel project.",
"version": "0.2.1",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down
4 changes: 2 additions & 2 deletions glass-easel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel",
"description": "The core module of the glass-easel project",
"version": "0.2.1",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand All @@ -25,6 +25,6 @@
"coverage": "jest -c jest.config.js --collect-coverage"
},
"devDependencies": {
"glass-easel-template-compiler": "0.2.1"
"glass-easel-template-compiler": "0.3.0"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 508d021

Please sign in to comment.