@inspecto-dev/core 0.3.9 → 0.3.11
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/dist/{component-MYXLDDWZ.js → component-X56HVYBS.js} +269 -62
- package/dist/component-X56HVYBS.js.map +1 -0
- package/dist/index.cjs +272 -62
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/component-MYXLDDWZ.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -35,6 +35,7 @@ declare class InspectoElement extends BaseElement {
|
|
|
35
35
|
private annotateRuntimeContextEnabled;
|
|
36
36
|
private annotateCssContextEnabled;
|
|
37
37
|
private annotateDeliveryMode;
|
|
38
|
+
private annotateWorkflows;
|
|
38
39
|
private annotateSendState;
|
|
39
40
|
private annotateLatestSessionSummary;
|
|
40
41
|
private annotateLatestSessionDetail;
|
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ declare class InspectoElement extends BaseElement {
|
|
|
35
35
|
private annotateRuntimeContextEnabled;
|
|
36
36
|
private annotateCssContextEnabled;
|
|
37
37
|
private annotateDeliveryMode;
|
|
38
|
+
private annotateWorkflows;
|
|
38
39
|
private annotateSendState;
|
|
39
40
|
private annotateLatestSessionSummary;
|
|
40
41
|
private annotateLatestSessionDetail;
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ var TAG_NAME = "inspecto-overlay";
|
|
|
7
7
|
function mountInspector() {
|
|
8
8
|
return __async(this, arguments, function* (options = {}) {
|
|
9
9
|
if (typeof document === "undefined") return null;
|
|
10
|
-
const { InspectoElement: _InspectoElement } = yield import("./component-
|
|
10
|
+
const { InspectoElement: _InspectoElement } = yield import("./component-X56HVYBS.js");
|
|
11
11
|
const existing = document.querySelector(TAG_NAME);
|
|
12
12
|
if (existing) {
|
|
13
13
|
;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inspecto-dev/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"description": "Core browser runtime and server logic for Inspecto",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"html2canvas": "^1.4.1",
|
|
41
41
|
"launch-ide": "^1.0.0",
|
|
42
42
|
"portfinder": "^1.0.32",
|
|
43
|
-
"@inspecto-dev/types": "0.3.
|
|
43
|
+
"@inspecto-dev/types": "0.3.11"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsup",
|