@twreporter/core 1.26.0 → 1.27.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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default fundraisingId;
|
|
2
|
-
export const fundraisingId: "\
|
|
2
|
+
export const fundraisingId: "\u885B\u90E8\u6551\u5B57\u7B2C 1131363879 \u865F\uFF5C\u52F8\u52DF\u671F\u9593 2025/1/1~12/31";
|
|
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.fundraisingId = exports["default"] = void 0;
|
|
7
|
-
var fundraisingId = exports.fundraisingId = '
|
|
7
|
+
var fundraisingId = exports.fundraisingId = '衛部救字第 1131363879 號|勸募期間 2025/1/1~12/31';
|
|
8
8
|
var _default = exports["default"] = fundraisingId;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twreporter/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0-rc.0",
|
|
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": "
|
|
27
|
+
"gitHead": "7e6279f9f71118d5af80af1c863eb7b9f8b574c7"
|
|
28
28
|
}
|