@lark-apaas/observable-web 1.0.2-alpha.4 → 1.0.2-alpha.5

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -802,7 +802,7 @@ var trace = TraceAPI.getInstance();
802
802
 
803
803
  // package.json
804
804
  var package_default = {
805
- version: "1.0.2-alpha.4"};
805
+ version: "1.0.2-alpha.5"};
806
806
 
807
807
  // src/const.ts
808
808
  var defaultResourceAttr = {
@@ -1495,7 +1495,7 @@ var _WebObservableSdk = class _WebObservableSdk {
1495
1495
  severityText: level,
1496
1496
  body: message,
1497
1497
  attributes: __spreadProps(__spreadValues({}, attributes), {
1498
- __stacktrace: JSON.stringify(traceInfo)
1498
+ stack: JSON.stringify(traceInfo)
1499
1499
  }),
1500
1500
  timestamp: _WebObservableSdk.getCalibratedDate(),
1501
1501
  context: ctx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/observable-web",
3
- "version": "1.0.2-alpha.4",
3
+ "version": "1.0.2-alpha.5",
4
4
  "description": "Observable SDK For Web",
5
5
  "main": "./dist/index.js",
6
6
  "files": [