@gunshi/resources 0.26.3 → 0.27.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -1
  2. package/package.json +5 -5
package/lib/index.d.ts CHANGED
@@ -34,5 +34,6 @@ declare const _default: {
34
34
  help: string;
35
35
  version: string;
36
36
  };
37
- }; //#endregion
37
+ };
38
+ //#endregion
38
39
  export { _default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gunshi/resources",
3
3
  "description": "built-in localization resources for gunshi",
4
- "version": "0.26.3",
4
+ "version": "0.27.0-alpha.2",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"
@@ -63,12 +63,12 @@
63
63
  }
64
64
  },
65
65
  "devDependencies": {
66
- "@types/node": "^22.15.29",
67
- "deno": "^2.3.3",
68
- "jsr": "^0.13.4",
66
+ "@types/node": "^22.16.0",
67
+ "deno": "^2.4.0",
68
+ "jsr": "^0.13.5",
69
69
  "jsr-exports-lint": "^0.4.1",
70
70
  "publint": "^0.3.12",
71
- "tsdown": "^0.12.3"
71
+ "tsdown": "^0.12.9"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "tsdown",