@twreporter/core 1.27.0-rc.1 → 1.27.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,3 +1,3 @@
1
1
  export const OFFLINE_DONATION: false;
2
- export const LAWMAKER: false;
2
+ export const LAWMAKER: true;
3
3
  export const TEN_YEAR_ANNIVERSARY: true;
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.TEN_YEAR_ANNIVERSARY = exports.OFFLINE_DONATION = exports.LAWMAKER = void 0;
7
7
  var OFFLINE_DONATION = exports.OFFLINE_DONATION = false;
8
- var LAWMAKER = exports.LAWMAKER = false;
8
+ var LAWMAKER = exports.LAWMAKER = true;
9
9
  var TEN_YEAR_ANNIVERSARY = exports.TEN_YEAR_ANNIVERSARY = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.27.0-rc.1",
3
+ "version": "1.27.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": "3b2aeed8de855191d21b49b8df861026a27c95ea"
27
+ "gitHead": "ff804097c4b10c35fd45e2237a4e82a32411cbc5"
28
28
  }