@syncbridge/ngrok 0.4.7 → 0.4.9

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.
package/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- export const version = '0.4.7';
1
+ export const version = '0.4.9';
2
2
  export const noOp = () => undefined;
3
3
  export const panatesAuthor = {
4
4
  name: 'Panates Technology AS',
package/index.d.ts CHANGED
@@ -1,5 +1 @@
1
- import * as components from './components.js';
2
- export { components };
3
1
  export * from './components.js';
4
- declare const cfg: import("@syncbridge/common").IExtensionPackage;
5
- export default cfg;
package/index.js CHANGED
@@ -1,9 +1 @@
1
- import { makeExtensionPackage } from '@syncbridge/common';
2
- import * as components from './components.js';
3
- export { components };
4
1
  export * from './components.js';
5
- const cfg = makeExtensionPackage({
6
- processors: [],
7
- components: Object.values(components),
8
- });
9
- export default cfg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncbridge/ngrok",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "SyncBridge Ngrok component",
5
5
  "author": "Panates Inc",
6
6
  "license": "UNLICENSED",
@@ -11,8 +11,8 @@
11
11
  "node-events-async": "^1.5.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "@syncbridge/common": "^0.4.7",
15
- "@syncbridge/builtins": "^0.4.7"
14
+ "@syncbridge/common": "^0.5.8",
15
+ "@syncbridge/builtins": "^0.4.9"
16
16
  },
17
17
  "exports": {
18
18
  ".": {