@rc-ex/debug 0.9.3 → 1.0.0-alpha.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +4 -4
package/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import RingCentral from '@rc-ex/core';
2
2
  import SdkExtension from '@rc-ex/core/lib/SdkExtension';
3
- export declare type DebugOptions = {
3
+ export type DebugOptions = {
4
4
  loggingAction?: (message: string) => void;
5
5
  };
6
6
  declare class DebugExtension extends SdkExtension {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rc-ex/debug",
3
- "version": "0.9.3",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Debug extension for ringcentral-extensible project",
5
5
  "author": "Tyler Liu <tyler.liu@ringcentral.com>",
6
6
  "homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions/debug",
@@ -18,10 +18,10 @@
18
18
  "access": "public"
19
19
  },
20
20
  "devDependencies": {
21
- "@rc-ex/core": "^0.15.0"
21
+ "@rc-ex/core": "^1.0.0-alpha.0"
22
22
  },
23
23
  "peerDependencies": {
24
- "@rc-ex/core": "^0.14.0"
24
+ "@rc-ex/core": "^0.15.0"
25
25
  },
26
- "gitHead": "0b6419f4422695bbbd4de58fb20fdd5398ca8271"
26
+ "gitHead": "04d02328acb878491518356b3793069be970d4f3"
27
27
  }