@twreporter/core 1.24.3 → 1.24.4

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.
@@ -5,6 +5,7 @@ export namespace MEMBER_ROLE {
5
5
  let action_taker_ntch: string;
6
6
  let trailblazer_ntch: string;
7
7
  let trailblazer_ntch_3: string;
8
+ let trailblazer_ntch_6: string;
8
9
  let trailblazer_ntch_12: string;
9
10
  }
10
11
  declare namespace _default {
@@ -14,6 +14,8 @@ var MEMBER_ROLE = exports.MEMBER_ROLE = {
14
14
  // 兩廳院合作 deprecated
15
15
  trailblazer_ntch_3: 'trailblazer',
16
16
  // 兩廳院合作 廳院人
17
+ trailblazer_ntch_6: 'trailblazer',
18
+ // 兩廳院合作 廳院人
17
19
  trailblazer_ntch_12: 'trailblazer' // 兩廳院合作 廳院迷
18
20
  };
19
21
  var _default = exports["default"] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.24.3",
3
+ "version": "1.24.4",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
@@ -24,5 +24,5 @@
24
24
  "devDependencies": {
25
25
  "typescript": "^5.7.3"
26
26
  },
27
- "gitHead": "46ab7372a7f9eb23f4b874ea197d439b90440ab2"
27
+ "gitHead": "a8caf65375461bd51ca443e36dd16615fff48264"
28
28
  }