@twreporter/core 1.10.0 → 1.11.0-rc.0

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
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.11.0-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.10.1-rc.0...@twreporter/core@1.11.0-rc.0) (2023-07-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * remove MEMBER_ROLE_ZH_TW ([3586031](https://github.com/twreporter/twreporter-npm-packages/commit/3586031ef0e9c8959be8ec763530b9fca8a9f69e))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.10.1-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.10.0...@twreporter/core@1.10.1-rc.0) (2023-06-28)
18
+
19
+ **Note:** Version bump only for package @twreporter/core
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.10.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.10.0-rc.4...@twreporter/core@1.10.0) (2023-06-21)
7
26
 
8
27
  **Note:** Version bump only for package @twreporter/core
@@ -3,21 +3,14 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.MEMBER_ROLE_ZH_TW = exports.MEMBER_ROLE = void 0;
6
+ exports["default"] = exports.MEMBER_ROLE = void 0;
7
7
  var MEMBER_ROLE = {
8
8
  explorer: 'explorer',
9
9
  action_taker: 'action_taker',
10
10
  trailblazer: 'trailblazer'
11
11
  };
12
12
  exports.MEMBER_ROLE = MEMBER_ROLE;
13
- var MEMBER_ROLE_ZH_TW = {
14
- explorer: '探索者',
15
- action_taker: '行動者',
16
- trailblazer: '開創者'
17
- };
18
- exports.MEMBER_ROLE_ZH_TW = MEMBER_ROLE_ZH_TW;
19
13
  var _default = {
20
- MEMBER_ROLE: MEMBER_ROLE,
21
- MEMBER_ROLE_ZH_TW: MEMBER_ROLE_ZH_TW
14
+ MEMBER_ROLE: MEMBER_ROLE
22
15
  };
23
16
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.10.0",
3
+ "version": "1.11.0-rc.0",
4
4
  "main": "lib/index.js",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "lib"
21
21
  ],
22
- "gitHead": "8bb552690874aabe203b3c8205f725eef6285282"
22
+ "gitHead": "fb910ec11c88214b24e87ef0e4a011a896554471"
23
23
  }
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.configs = void 0;
7
- var configs = [{
8
- text: '人權.社會',
9
- name: 'humanRightsAndSociety',
10
- path: 'human_rights_and_society'
11
- }, {
12
- text: '環境.教育',
13
- name: 'environmentAndEducation',
14
- path: 'environment_and_education'
15
- }, {
16
- text: '政經.產業',
17
- name: 'politicsAndEconomy',
18
- path: 'politics_and_economy'
19
- }, {
20
- text: '文化.藝術',
21
- name: 'cultureAndArt',
22
- path: 'culture_and_art'
23
- }, {
24
- text: '生活.醫療',
25
- name: 'livingAndMedicalCare',
26
- path: 'living_and_medical_care'
27
- }, {
28
- text: '國際.兩岸',
29
- name: 'international',
30
- path: 'international'
31
- }];
32
- exports.configs = configs;
@@ -1,8 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.ENABLE_NEW_INFO_ARCH = void 0;
7
- var ENABLE_NEW_INFO_ARCH = true;
8
- exports.ENABLE_NEW_INFO_ARCH = ENABLE_NEW_INFO_ARCH;