@testsmith/api-spector 0.0.4 → 0.0.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.
@@ -534,9 +534,6 @@ video {
534
534
  .inset-0 {
535
535
  inset: 0px;
536
536
  }
537
- .bottom-full {
538
- bottom: 100%;
539
- }
540
537
  .left-0 {
541
538
  left: 0px;
542
539
  }
@@ -564,6 +561,9 @@ video {
564
561
  .z-\[200\] {
565
562
  z-index: 200;
566
563
  }
564
+ .z-\[300\] {
565
+ z-index: 300;
566
+ }
567
567
  .z-\[60\] {
568
568
  z-index: 60;
569
569
  }
@@ -780,6 +780,9 @@ video {
780
780
  .w-7 {
781
781
  width: 1.75rem;
782
782
  }
783
+ .w-72 {
784
+ width: 18rem;
785
+ }
783
786
  .w-8 {
784
787
  width: 2rem;
785
788
  }
@@ -825,8 +828,8 @@ video {
825
828
  .min-w-\[220px\] {
826
829
  min-width: 220px;
827
830
  }
828
- .min-w-\[240px\] {
829
- min-width: 240px;
831
+ .min-w-\[260px\] {
832
+ min-width: 260px;
830
833
  }
831
834
  .min-w-\[72px\] {
832
835
  min-width: 72px;
@@ -880,6 +883,10 @@ video {
880
883
  --tw-translate-x: -50%;
881
884
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
882
885
  }
886
+ .rotate-180 {
887
+ --tw-rotate: 180deg;
888
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
889
+ }
883
890
  .transform {
884
891
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
885
892
  }
@@ -1632,6 +1639,9 @@ video {
1632
1639
  .ease-in-out {
1633
1640
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1634
1641
  }
1642
+ .\[writing-mode\:vertical-rl\] {
1643
+ writing-mode: vertical-rl;
1644
+ }
1635
1645
 
1636
1646
  /* ─── Testsmith brand tokens ────────────────────────────────────────────────── */
1637
1647
  :root {
@@ -1855,6 +1865,8 @@ body {
1855
1865
  opacity: 0.5;
1856
1866
  } .group\/tip:hover .group-hover\/tip\:block {
1857
1867
  display: block;
1868
+ } .group:hover .group-hover\:flex {
1869
+ display: flex;
1858
1870
  } .group:hover .group-hover\:opacity-100 {
1859
1871
  opacity: 1;
1860
1872
  } @media (min-width: 1024px) {
@@ -5,8 +5,8 @@
5
5
  <meta charset="UTF-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>api Spector</title>
8
- <script type="module" crossorigin src="./assets/index-BbhJgjM1.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-C1Q1TfC-.css">
8
+ <script type="module" crossorigin src="./assets/index-KbYng3S3.js"></script>
9
+ <link rel="stylesheet" crossorigin href="./assets/index-f4ppKNTS.css">
10
10
  </head>
11
11
 
12
12
  <body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@testsmith/api-spector",
3
3
  "productName": "api Spector",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "Local-first API testing tool to inspect, test and mock APIs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,6 +11,7 @@
11
11
  "url": "https://github.com/testsmith-io/api-spector/issues"
12
12
  },
13
13
  "homepage": "https://github.com/testsmith-io/api-spector",
14
+ "license": "GPL-3.0-only",
14
15
  "main": "out/main/index.js",
15
16
  "bin": {
16
17
  "api-spector": "bin/cli.js"
@@ -67,13 +68,14 @@
67
68
  "@codemirror/theme-one-dark": "^6.1.2",
68
69
  "@faker-js/faker": "^10.3.0",
69
70
  "@uiw/react-codemirror": "^4.23.0",
71
+ "@xmldom/xmldom": "^0.8.11",
70
72
  "ajv": "^8.17.1",
71
73
  "dayjs": "^1.11.20",
72
74
  "electron": "^31.0.0",
73
75
  "immer": "^10.1.1",
74
76
  "js-yaml": "^4.1.1",
77
+ "jsonpath-plus": "^10.4.0",
75
78
  "jszip": "^3.10.1",
76
- "node-soap": "^1.0.0",
77
79
  "react": "^18.3.1",
78
80
  "react-dom": "^18.3.1",
79
81
  "tv4": "^1.3.0",
@@ -109,4 +111,4 @@
109
111
  "releaseType": "draft"
110
112
  }
111
113
  }
112
- }
114
+ }