@forge/runtime 5.5.0-next.3 → 5.6.0-experimental-6835792

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/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 5.6.0-experimental-6835792
4
+
5
+ ### Minor Changes
6
+
7
+ - ee4e0a1: allow app developer choose location to save the bundled app code
8
+
9
+ ## 5.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c43a07c: enable nodejs runtime debugger
14
+
15
+ ## 5.6.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - c43a07c: enable nodejs runtime debugger
20
+
21
+ ## 5.5.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 119eb24: Implement external auth API enhancements for Node runtime
26
+ - ab28870: Add SDK to communicate with AI gateway
27
+
28
+ ### Patch Changes
29
+
30
+ - fc5ea37: Bumping dependencies via Renovate:
31
+
32
+ - nock
33
+
34
+ - a56b49d: Bumping dependencies via Renovate:
35
+
36
+ - tmp
37
+
38
+ - Updated dependencies [d76d95c]
39
+ - @forge/util@1.4.2
40
+
3
41
  ## 5.5.0-next.3
4
42
 
5
43
  ### Minor Changes
@@ -8,6 +8,7 @@ export declare type SandboxConfig = {
8
8
  handler: string;
9
9
  timeout?: number;
10
10
  isolateMemory: number;
11
+ debugPort?: number;
11
12
  };
12
13
  export interface FunctionEvent {
13
14
  [key: string]: any;
@@ -17,5 +18,6 @@ export declare type FunctionResult = any;
17
18
  export interface Sandbox {
18
19
  name: string;
19
20
  execute(xenInvocationRequest: XenInvocationRequest, invocationLimits: LimitsTracker, inspector?: Inspector): Promise<InvocationResult>;
21
+ stop(): void;
20
22
  }
21
23
  //# sourceMappingURL=sandbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sandbox.d.ts","sourceRoot":"","sources":["../../src/sandbox/sandbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,oBAAY,aAAa,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAGD,oBAAY,eAAe,GAAG,GAAG,CAAC;AAClC,oBAAY,cAAc,GAAG,GAAG,CAAC;AAEjC,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CACL,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,aAAa,EAC/B,SAAS,CAAC,EAAE,SAAS,GACpB,OAAO,CAAC,gBAAgB,CAAC,CAAC;CAC9B"}
1
+ {"version":3,"file":"sandbox.d.ts","sourceRoot":"","sources":["../../src/sandbox/sandbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,oBAAY,aAAa,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAGD,oBAAY,eAAe,GAAG,GAAG,CAAC;AAClC,oBAAY,cAAc,GAAG,GAAG,CAAC;AAEjC,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CACL,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,aAAa,EAC/B,SAAS,CAAC,EAAE,SAAS,GACpB,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,IAAI,IAAI,IAAI,CAAC;CACd"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.5.0-next.3",
3
+ "version": "5.6.0-experimental-6835792",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.8.4"
27
27
  },
28
28
  "dependencies": {
29
- "@forge/util": "1.4.2-next.0",
29
+ "@forge/util": "1.4.2",
30
30
  "fp-ts": "^2.16.2",
31
31
  "io-ts": "^2.2.21",
32
32
  "io-ts-reporters": "^2.0.1",