@testsmith/api-spector 0.0.3 → 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.
@@ -510,6 +510,9 @@ video {
510
510
  white-space: nowrap;
511
511
  border-width: 0;
512
512
  }
513
+ .pointer-events-none {
514
+ pointer-events: none;
515
+ }
513
516
  .visible {
514
517
  visibility: visible;
515
518
  }
@@ -534,6 +537,9 @@ video {
534
537
  .left-0 {
535
538
  left: 0px;
536
539
  }
540
+ .left-1\/2 {
541
+ left: 50%;
542
+ }
537
543
  .right-0 {
538
544
  right: 0px;
539
545
  }
@@ -555,6 +561,9 @@ video {
555
561
  .z-\[200\] {
556
562
  z-index: 200;
557
563
  }
564
+ .z-\[300\] {
565
+ z-index: 300;
566
+ }
558
567
  .z-\[60\] {
559
568
  z-index: 60;
560
569
  }
@@ -771,6 +780,9 @@ video {
771
780
  .w-7 {
772
781
  width: 1.75rem;
773
782
  }
783
+ .w-72 {
784
+ width: 18rem;
785
+ }
774
786
  .w-8 {
775
787
  width: 2rem;
776
788
  }
@@ -816,8 +828,8 @@ video {
816
828
  .min-w-\[220px\] {
817
829
  min-width: 220px;
818
830
  }
819
- .min-w-\[240px\] {
820
- min-width: 240px;
831
+ .min-w-\[260px\] {
832
+ min-width: 260px;
821
833
  }
822
834
  .min-w-\[72px\] {
823
835
  min-width: 72px;
@@ -867,6 +879,14 @@ video {
867
879
  .border-collapse {
868
880
  border-collapse: collapse;
869
881
  }
882
+ .-translate-x-1\/2 {
883
+ --tw-translate-x: -50%;
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));
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
+ }
870
890
  .transform {
871
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));
872
892
  }
@@ -1089,6 +1109,9 @@ video {
1089
1109
  .border-transparent {
1090
1110
  border-color: transparent;
1091
1111
  }
1112
+ .border-white\/10 {
1113
+ border-color: rgb(255 255 255 / 0.1);
1114
+ }
1092
1115
  .border-yellow-800 {
1093
1116
  --tw-border-opacity: 1;
1094
1117
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
@@ -1096,6 +1119,10 @@ video {
1096
1119
  .border-b-blue-500 {
1097
1120
  border-bottom-color: var(--ts-blue-500);
1098
1121
  }
1122
+ .bg-\[\#1e1b2e\] {
1123
+ --tw-bg-opacity: 1;
1124
+ background-color: rgb(30 27 46 / var(--tw-bg-opacity, 1));
1125
+ }
1099
1126
  .bg-amber-400 {
1100
1127
  --tw-bg-opacity: 1;
1101
1128
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
@@ -1498,6 +1525,10 @@ video {
1498
1525
  --tw-text-opacity: 1;
1499
1526
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
1500
1527
  }
1528
+ .text-gray-300 {
1529
+ --tw-text-opacity: 1;
1530
+ color: rgb(209 213 219 / var(--tw-text-opacity, 1));
1531
+ }
1501
1532
  .text-gray-400 {
1502
1533
  --tw-text-opacity: 1;
1503
1534
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
@@ -1560,11 +1591,19 @@ video {
1560
1591
  .opacity-30 {
1561
1592
  opacity: 0.3;
1562
1593
  }
1594
+ .opacity-50 {
1595
+ opacity: 0.5;
1596
+ }
1563
1597
  .shadow-2xl {
1564
1598
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
1565
1599
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
1566
1600
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1567
1601
  }
1602
+ .shadow-lg {
1603
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1604
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1605
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1606
+ }
1568
1607
  .shadow-xl {
1569
1608
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1570
1609
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
@@ -1600,6 +1639,9 @@ video {
1600
1639
  .ease-in-out {
1601
1640
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1602
1641
  }
1642
+ .\[writing-mode\:vertical-rl\] {
1643
+ writing-mode: vertical-rl;
1644
+ }
1603
1645
 
1604
1646
  /* ─── Testsmith brand tokens ────────────────────────────────────────────────── */
1605
1647
  :root {
@@ -1742,6 +1784,10 @@ body {
1742
1784
  :root.light .text-amber-300 { color: #b45309 !important; } /* amber-700 */
1743
1785
  :root.light .text-amber-400 { color: #d97706 !important; } /* amber-500 */ .last\:border-0:last-child {
1744
1786
  border-width: 0px;
1787
+ } .hover\:scale-150:hover {
1788
+ --tw-scale-x: 1.5;
1789
+ --tw-scale-y: 1.5;
1790
+ 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));
1745
1791
  } .hover\:border-blue-500:hover {
1746
1792
  border-color: var(--ts-blue-500);
1747
1793
  } .hover\:border-surface-500:hover {
@@ -1817,6 +1863,10 @@ body {
1817
1863
  opacity: 0.4;
1818
1864
  } .disabled\:opacity-50:disabled {
1819
1865
  opacity: 0.5;
1866
+ } .group\/tip:hover .group-hover\/tip\:block {
1867
+ display: block;
1868
+ } .group:hover .group-hover\:flex {
1869
+ display: flex;
1820
1870
  } .group:hover .group-hover\:opacity-100 {
1821
1871
  opacity: 1;
1822
1872
  } @media (min-width: 1024px) {
@@ -1,13 +1,16 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>api Spector</title>
7
- <script type="module" crossorigin src="./assets/index-CHCrooIl.js"></script>
8
- <link rel="stylesheet" crossorigin href="./assets/index-B_l1FCkO.css">
9
- </head>
10
- <body>
11
- <div id="root"></div>
12
- </body>
13
- </html>
3
+
4
+ <head>
5
+ <meta charset="UTF-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>api Spector</title>
8
+ <script type="module" crossorigin src="./assets/index-KbYng3S3.js"></script>
9
+ <link rel="stylesheet" crossorigin href="./assets/index-f4ppKNTS.css">
10
+ </head>
11
+
12
+ <body>
13
+ <div id="root"></div>
14
+ </body>
15
+
16
+ </html>
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.3",
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
+ }