update version to 1.0.1

This commit is contained in:
2025-06-26 20:12:23 +09:00
parent 03f3d2fcb0
commit 7863f1aac3
3 changed files with 291 additions and 266 deletions

547
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "kintone-plugin-filelookup",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"prepare": "node scripts/prepare-private-key.js",
"start": "node scripts/npm-start.js",
@@ -29,8 +29,8 @@
"@kintone/dts-gen": "^8.1.2",
"@kintone/plugin-uploader": "^9.1.5",
"@kintone/webpack-plugin-kintone-plugin": "^8.0.11",
"@rspack/cli": "^1.3.15",
"@rspack/core": "^1.3.15",
"@rspack/cli": "^1.4.0",
"@rspack/core": "^1.4.0",
"@shin-chan/kypes": "^0.0.7",
"@swc/helpers": "^0.5.17",
"@types/react": "^19.1.8",
@@ -42,7 +42,7 @@
"eslint-plugin-react": "^7.37.5",
"globals": "^16.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"prettier": "^3.6.1",
"style-loader": "^4.0.0",
"typescript": "^5.8.3"
}

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/kintone/js-sdk/%40kintone/plugin-manifest-validator%4010.2.0/packages/plugin-manifest-validator/manifest-schema.json",
"manifest_version": 1,
"version": "1.0.0",
"version": "1.0.1",
"type": "APP",
"desktop": {
"js": ["js/desktop.js"]