@gorules/zen-engine 0.35.1 → 0.36.1

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/index.d.ts +1 -0
  2. package/package.json +9 -9
package/index.d.ts CHANGED
@@ -28,6 +28,7 @@ export interface ZenEngineTrace {
28
28
  output: any
29
29
  performance?: string
30
30
  traceData?: any
31
+ order: number
31
32
  }
32
33
  export interface ZenEngineResponse {
33
34
  performance: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gorules/zen-engine",
3
- "version": "0.35.1",
3
+ "version": "0.36.1",
4
4
  "main": "index.js",
5
5
  "types": "./index.d.ts",
6
6
  "license": "MIT",
@@ -82,14 +82,14 @@
82
82
  "prepublishOnly": "napi prepublish",
83
83
  "version": "napi version"
84
84
  },
85
- "gitHead": "bf95babb3815d53676df589b9ad5c0b7a366f79c",
85
+ "gitHead": "9d0582dcb762803b2ca0e56248d88acfd029b650",
86
86
  "optionalDependencies": {
87
- "@gorules/zen-engine-darwin-x64": "0.35.1",
88
- "@gorules/zen-engine-linux-x64-gnu": "0.35.1",
89
- "@gorules/zen-engine-linux-x64-musl": "0.35.1",
90
- "@gorules/zen-engine-win32-x64-msvc": "0.35.1",
91
- "@gorules/zen-engine-linux-arm64-gnu": "0.35.1",
92
- "@gorules/zen-engine-linux-arm64-musl": "0.35.1",
93
- "@gorules/zen-engine-darwin-arm64": "0.35.1"
87
+ "@gorules/zen-engine-darwin-x64": "0.36.1",
88
+ "@gorules/zen-engine-linux-x64-gnu": "0.36.1",
89
+ "@gorules/zen-engine-linux-x64-musl": "0.36.1",
90
+ "@gorules/zen-engine-win32-x64-msvc": "0.36.1",
91
+ "@gorules/zen-engine-linux-arm64-gnu": "0.36.1",
92
+ "@gorules/zen-engine-linux-arm64-musl": "0.36.1",
93
+ "@gorules/zen-engine-darwin-arm64": "0.36.1"
94
94
  }
95
95
  }