@opentabs-dev/opentabs-plugin-hack2hire 0.0.110 → 0.0.111
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/adapter.iife.js +1738 -1737
- package/dist/adapter.iife.js.map +4 -4
- package/dist/tools.json +1 -1
- package/package.json +3 -3
package/dist/tools.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"sdkVersion": "0.0.
|
|
2
|
+
"sdkVersion": "0.0.112",
|
|
3
3
|
"iconSvg": "<svg viewBox=\"0 -12 181 181\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path d=\"M38.5 114L10.2426 85.7426C7.8995 83.3995 7.89949 79.6005 10.2426 77.2574L38.5 49\" stroke=\"black\" stroke-width=\"16\" stroke-linecap=\"round\"/> <path d=\"M143 114L171.257 85.7426C173.601 83.3995 173.601 79.6005 171.257 77.2574L143 49\" stroke=\"black\" stroke-width=\"16\" stroke-linecap=\"round\"/> <path d=\"M67.0137 70.8078L98.1864 27.6079C101.45 23.085 108.548 26.4929 107.06 31.868L96.5 70C111.575 70 120.123 87.4227 110.73 99.2146L81.398 136.04C77.9794 140.332 71.1436 136.781 72.6896 131.517L84 93H78.3666C66.9485 93 60.3323 80.067 67.0137 70.8078Z\" fill=\"black\"/> </svg>",
|
|
4
4
|
"iconInactiveSvg": "<svg viewBox=\"0 -12 181 181\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path d=\"M38.5 114L10.2426 85.7426C7.8995 83.3995 7.89949 79.6005 10.2426 77.2574L38.5 49\" stroke=\"#999999\" stroke-width=\"16\" stroke-linecap=\"round\"/> <path d=\"M143 114L171.257 85.7426C173.601 83.3995 173.601 79.6005 171.257 77.2574L143 49\" stroke=\"#999999\" stroke-width=\"16\" stroke-linecap=\"round\"/> <path d=\"M67.0137 70.8078L98.1864 27.6079C101.45 23.085 108.548 26.4929 107.06 31.868L96.5 70C111.575 70 120.123 87.4227 110.73 99.2146L81.398 136.04C77.9794 140.332 71.1436 136.781 72.6896 131.517L84 93H78.3666C66.9485 93 60.3323 80.067 67.0137 70.8078Z\" fill=\"#999999\"/> </svg>",
|
|
5
5
|
"iconDarkSvg": "<svg viewBox=\"0 -12 181 181\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path d=\"M38.5 114L10.2426 85.7426C7.8995 83.3995 7.89949 79.6005 10.2426 77.2574L38.5 49\" stroke=\"#ffffff\" stroke-width=\"16\" stroke-linecap=\"round\"/> <path d=\"M143 114L171.257 85.7426C173.601 83.3995 173.601 79.6005 171.257 77.2574L143 49\" stroke=\"#ffffff\" stroke-width=\"16\" stroke-linecap=\"round\"/> <path d=\"M67.0137 70.8078L98.1864 27.6079C101.45 23.085 108.548 26.4929 107.06 31.868L96.5 70C111.575 70 120.123 87.4227 110.73 99.2146L81.398 136.04C77.9794 140.332 71.1436 136.781 72.6896 131.517L84 93H78.3666C66.9485 93 60.3323 80.067 67.0137 70.8078Z\" fill=\"#ffffff\"/> </svg>",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.111",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"main": "dist/adapter.iife.js",
|
|
10
10
|
"keywords": [
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"zod": "^4.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@opentabs-dev/plugin-sdk": "^0.0.
|
|
53
|
+
"@opentabs-dev/plugin-sdk": "^0.0.112"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@biomejs/biome": "2.4.6",
|
|
57
|
-
"@opentabs-dev/plugin-tools": "^0.0.
|
|
57
|
+
"@opentabs-dev/plugin-tools": "^0.0.112",
|
|
58
58
|
"jiti": "^2.6.1",
|
|
59
59
|
"typescript": "^6.0.3",
|
|
60
60
|
"zod": "^4.3.6"
|