@sprucelabs/mercury-core-events 25.0.4 → 25.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,12 @@
1
1
  import '@sprucelabs/mercury-types';
2
2
  declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
3
3
  interface PermissionContractMap {
4
+ 'authorizer-contract': [
5
+ 'can-update-others-authorizer-status'
6
+ ];
7
+ 'chatbot-contract': [
8
+ 'can-register-chatbots'
9
+ ];
4
10
  'events-contract': [
5
11
  'can-register-global-events'
6
12
  ];
@@ -70,15 +76,6 @@ declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
70
76
  'can-view-marketplace',
71
77
  'can-check-if-skill-is-installed'
72
78
  ];
73
- 'chat-bot-contract': [
74
- 'can-register-chat-bots'
75
- ];
76
- 'chatbot-contract': [
77
- 'can-register-chatbots'
78
- ];
79
- 'authorizer-contract': [
80
- 'can-update-others-authorizer-status'
81
- ];
82
79
  }
83
80
  }
84
81
  export interface PermissionContractMap {
@@ -1,6 +1,12 @@
1
1
  import '@sprucelabs/mercury-types';
2
2
  declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
3
3
  interface PermissionContractMap {
4
+ 'authorizer-contract': [
5
+ 'can-update-others-authorizer-status'
6
+ ];
7
+ 'chatbot-contract': [
8
+ 'can-register-chatbots'
9
+ ];
4
10
  'events-contract': [
5
11
  'can-register-global-events'
6
12
  ];
@@ -70,15 +76,6 @@ declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
70
76
  'can-view-marketplace',
71
77
  'can-check-if-skill-is-installed'
72
78
  ];
73
- 'chat-bot-contract': [
74
- 'can-register-chat-bots'
75
- ];
76
- 'chatbot-contract': [
77
- 'can-register-chatbots'
78
- ];
79
- 'authorizer-contract': [
80
- 'can-update-others-authorizer-status'
81
- ];
82
79
  }
83
80
  }
84
81
  export interface PermissionContractMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-core-events",
3
- "version": "25.0.4",
3
+ "version": "25.0.5",
4
4
  "description": "Events Mercury provides out of the box.",
5
5
  "skill": {
6
6
  "namespace": "mercury-core-events",
@@ -58,9 +58,9 @@
58
58
  "watch.tsc": "tsc -w"
59
59
  },
60
60
  "devDependencies": {
61
- "@sprucelabs/esm-postbuild": "^6.0.494",
62
- "@sprucelabs/jest-json-reporter": "^8.0.512",
63
- "@sprucelabs/resolve-path-aliases": "^2.0.490",
61
+ "@sprucelabs/esm-postbuild": "^6.0.495",
62
+ "@sprucelabs/jest-json-reporter": "^8.0.513",
63
+ "@sprucelabs/resolve-path-aliases": "^2.0.491",
64
64
  "@sprucelabs/semantic-release": "^5.0.2",
65
65
  "@sprucelabs/test": "^9.0.55",
66
66
  "@types/node": "^22.8.0",
@@ -76,10 +76,10 @@
76
76
  "typescript": "^5.6.3"
77
77
  },
78
78
  "dependencies": {
79
- "@sprucelabs/mercury-types": "^47.0.563",
80
- "@sprucelabs/schema": "^30.0.522",
81
- "@sprucelabs/spruce-core-schemas": "^40.1.507",
82
- "@sprucelabs/spruce-event-utils": "^40.1.283"
79
+ "@sprucelabs/mercury-types": "^47.0.564",
80
+ "@sprucelabs/schema": "^30.0.523",
81
+ "@sprucelabs/spruce-core-schemas": "^40.1.508",
82
+ "@sprucelabs/spruce-event-utils": "^40.1.284"
83
83
  },
84
84
  "jest": {
85
85
  "testRunner": "jest-circus/runner",