jamespot-front-business 1.3.29 → 1.3.31

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.
@@ -92,6 +92,7 @@ export declare const Hook: {
92
92
  AdminAdvancedHook?: {
93
93
  sendAlert: boolean;
94
94
  isActive: boolean;
95
+ articleFullSelector: boolean;
95
96
  } | undefined;
96
97
  AnimatedMeetingHook?: {
97
98
  create: boolean;
@@ -261,6 +262,7 @@ export declare const Hook: {
261
262
  AdminAdvancedHook?: {
262
263
  sendAlert: boolean;
263
264
  isActive: boolean;
265
+ articleFullSelector: boolean;
264
266
  } | undefined;
265
267
  AnimatedMeetingHook?: {
266
268
  create: boolean;
@@ -430,6 +432,7 @@ export declare const Hook: {
430
432
  AdminAdvancedHook?: {
431
433
  sendAlert: boolean;
432
434
  isActive: boolean;
435
+ articleFullSelector: boolean;
433
436
  } | undefined;
434
437
  AnimatedMeetingHook?: {
435
438
  create: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.3.29",
3
+ "version": "1.3.31",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/jamespot-front-business.js",
6
6
  "module": "dist/jamespot-front-business.mjs",
@@ -37,7 +37,7 @@
37
37
  "eslint-import-resolver-typescript": "^4.4.4",
38
38
  "eslint-plugin-import": "^2.32.0",
39
39
  "globals": "^16.5.0",
40
- "jamespot-user-api": "^1.3.29",
40
+ "jamespot-user-api": "^1.3.31",
41
41
  "jest": "^30.2.0",
42
42
  "jest-environment-jsdom": "^30.2.0",
43
43
  "knip": "^5.70.0",