github-issue-tower-defence-management 1.30.1 → 1.30.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.30.2](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.30.1...v1.30.2) (2026-03-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency typia to v12 ([aa8655d](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/aa8655d7a80a4627e15cabc2ececfcb75c548b8b))
7
+
1
8
  ## [1.30.1](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.30.0...v1.30.1) (2026-03-14)
2
9
 
3
10
 
@@ -27,7 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.GetStoryObjectMapUseCaseHandler = void 0;
30
- const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport.js"));
30
+ const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport"));
31
31
  const yaml_1 = __importDefault(require("yaml"));
32
32
  const typia_1 = __importDefault(require("typia"));
33
33
  const fs_1 = __importDefault(require("fs"));
@@ -27,7 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.HandleScheduledEventUseCaseHandler = void 0;
30
- const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport.js"));
30
+ const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport"));
31
31
  const yaml_1 = __importDefault(require("yaml"));
32
32
  const typia_1 = __importDefault(require("typia"));
33
33
  const fs_1 = __importDefault(require("fs"));
@@ -27,8 +27,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InternalGraphqlIssueRepository = void 0;
30
- const __typia_transform__accessExpressionAsString = __importStar(require("typia/lib/internal/_accessExpressionAsString.js"));
31
- const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport.js"));
30
+ const __typia_transform__accessExpressionAsString = __importStar(require("typia/lib/internal/_accessExpressionAsString"));
31
+ const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport"));
32
32
  const axios_1 = __importDefault(require("axios"));
33
33
  const BaseGitHubRepository_1 = require("../BaseGitHubRepository");
34
34
  const typia_1 = __importDefault(require("typia"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-issue-tower-defence-management",
3
- "version": "1.30.1",
3
+ "version": "1.30.2",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -80,7 +80,7 @@
80
80
  "dotenv": "^17.0.0",
81
81
  "gh-cookie": "^1.3.22",
82
82
  "googleapis": "^146.0.0",
83
- "typia": "^9.0.0",
83
+ "typia": "^12.0.0",
84
84
  "yaml": "^2.6.0"
85
85
  }
86
86
  }