Skip to content

Commit

Permalink
feat(plugin-packer): update plugin manifest validator (#3146)
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi authored Feb 17, 2025
1 parent 271c4cf commit d58c70a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"start": "npm-run-all -l -s clean build -p build:dev site:dev"
},
"dependencies": {
"@kintone/plugin-manifest-validator": "^10.2.2",
"@kintone/plugin-manifest-validator": "^10.3.0",
"chokidar": "^3.6.0",
"debug": "^4.4.0",
"denodeify": "^1.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,30 @@
"name": {
"ja": "サンプルプラグイン",
"en": "sample plugin",
"zh": "插件的例子"
"zh": "插件的例子",
"zh-TW": "插件的例子",
"es": "complemento de muestra",
"pt-BR": "complemento de amostra",
"th": "ปลั๊กอินตัวอย่าง"
},
"description": {
"ja": "これはサンプルプラグインです。",
"en": "This is sample plugin.",
"zh": "这是插件的例子"
"zh": "这是插件的例子",
"zh-TW": "這是插件的例子",
"es": "Este es un complemento de muestra.",
"pt-BR": "Este é um complemento de amostra.",
"th": "นี่คือปลั๊กอินตัวอย่าง"
},
"icon": "image/icon.png",
"homepage_url": {
"ja": "http://jp.example.com",
"en": "http://en.example.com",
"zh": "http://zh.example.com"
"zh": "http://zh.example.com",
"zh-TW": "http://zh-TW.example.com",
"es": "http://es.example.com",
"pt-BR": "http://pt-BR.example.com",
"th": "http://th.example.com"
},
"desktop": {
"js": ["js/desktop.js", "https://example.com/js/desktop.js"],
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-packer/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
zlib: require.resolve("browserify-zlib"),
stream: require.resolve("stream-browserify"),
constants: require.resolve("constants-browserify"),
vm: false,
},
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit d58c70a

Please sign in to comment.