@ductape/sdk 0.1.148 → 0.1.150

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.
@@ -360,6 +360,8 @@ export type IActionInputType = IActionRequest | IFlatInput;
360
360
  export interface IActionProcessorInput {
361
361
  env: string;
362
362
  product?: string;
363
+ /** Resolved platform product identity. Populated internally by nested runtimes. */
364
+ product_id?: string;
363
365
  app: string;
364
366
  cache?: string;
365
367
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ductape/sdk",
3
- "version": "0.1.148",
3
+ "version": "0.1.150",
4
4
  "description": "sdk for building ductaped products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",