@hyphen/sdk 1.0.2 → 1.0.3
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/README.md +1 -1
- package/package.json +2 -3
- package/logo.svg +0 -59
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
1
|
+

|
|
2
2
|
|
|
3
3
|
[](https://github.com/Hyphen/nodejs-sdk/actions/workflows/tests.yaml)
|
|
4
4
|
[](https://www.npmjs.com/package/@hyphen/sdk)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyphen/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Hyphen SDK for Node.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"dist",
|
|
44
|
-
"LICENSE"
|
|
45
|
-
"logo.svg"
|
|
44
|
+
"LICENSE"
|
|
46
45
|
],
|
|
47
46
|
"dependencies": {
|
|
48
47
|
"@hyphen/openfeature-server-provider": "^1.0.7",
|
package/logo.svg
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 500 500">
|
|
3
|
-
<!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) -->
|
|
4
|
-
<defs>
|
|
5
|
-
<style>
|
|
6
|
-
.st0 {
|
|
7
|
-
fill: url(#linear-gradient2);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.st1 {
|
|
11
|
-
fill: url(#linear-gradient1);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.st2 {
|
|
15
|
-
fill: url(#linear-gradient3);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.st3 {
|
|
19
|
-
fill: url(#linear-gradient);
|
|
20
|
-
}
|
|
21
|
-
</style>
|
|
22
|
-
<linearGradient id="linear-gradient" x1="144.47" y1="67.13" x2="648.76" y2="358.29" gradientTransform="translate(0 502) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
23
|
-
<stop offset="0" stop-color="#fa0a64"/>
|
|
24
|
-
<stop offset=".11" stop-color="#fa135f"/>
|
|
25
|
-
<stop offset=".28" stop-color="#fb2b52"/>
|
|
26
|
-
<stop offset=".49" stop-color="#fc533e"/>
|
|
27
|
-
<stop offset=".75" stop-color="#fd8a21"/>
|
|
28
|
-
<stop offset="1" stop-color="#ffc800"/>
|
|
29
|
-
</linearGradient>
|
|
30
|
-
<linearGradient id="linear-gradient1" x1="-8270.41" y1="3296.5" x2="-8270.41" y2="2915.75" gradientTransform="translate(-8012.49 -2856.7) rotate(-180) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
31
|
-
<stop offset="0" stop-color="#ffc800"/>
|
|
32
|
-
<stop offset=".11" stop-color="#ffbf05"/>
|
|
33
|
-
<stop offset=".28" stop-color="#fea712"/>
|
|
34
|
-
<stop offset=".49" stop-color="#fd7f26"/>
|
|
35
|
-
<stop offset=".75" stop-color="#fc4843"/>
|
|
36
|
-
<stop offset="1" stop-color="#fa0a64"/>
|
|
37
|
-
</linearGradient>
|
|
38
|
-
<linearGradient id="linear-gradient2" x1="-6709.98" y1="2836.03" x2="-6205.33" y2="3127.38" gradientTransform="translate(-6354.31 -2771.03) rotate(-180) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
39
|
-
<stop offset="0" stop-color="#fa0a64"/>
|
|
40
|
-
<stop offset=".11" stop-color="#fa135f"/>
|
|
41
|
-
<stop offset=".28" stop-color="#fb2b52"/>
|
|
42
|
-
<stop offset=".49" stop-color="#fc533e"/>
|
|
43
|
-
<stop offset=".75" stop-color="#fd8a21"/>
|
|
44
|
-
<stop offset="1" stop-color="#ffc800"/>
|
|
45
|
-
</linearGradient>
|
|
46
|
-
<linearGradient id="linear-gradient3" x1="-1416.15" y1="527.47" x2="-1416.15" y2="146.72" gradientTransform="translate(1658.18 587.67) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
47
|
-
<stop offset="0" stop-color="#ffc800"/>
|
|
48
|
-
<stop offset=".11" stop-color="#ffbf05"/>
|
|
49
|
-
<stop offset=".28" stop-color="#fea712"/>
|
|
50
|
-
<stop offset=".49" stop-color="#fd7f26"/>
|
|
51
|
-
<stop offset=".75" stop-color="#fc4843"/>
|
|
52
|
-
<stop offset="1" stop-color="#fa0a64"/>
|
|
53
|
-
</linearGradient>
|
|
54
|
-
</defs>
|
|
55
|
-
<path class="st3" d="M391.88,172.03c-7.88,11.76-154.27,267.33-154.27,267.33l93.12,1.76c20.49,0,34.78-8.82,43.05-23.16l96.72-167.55s-37.23-65.68-45.41-78.39c-8.18-12.72-24.94-12.38-33.21,0Z"/>
|
|
56
|
-
<path class="st1" d="M330.64,441.18c20.49,0,34.78-8.82,43.05-23.16l2.57-4.46c-6.38,10.58-16.83,22.93-31.15,1.27-10.44-15.87-95.24-164.85-95.24-164.85l-110.32,191.2h191.07Z"/>
|
|
57
|
-
<path class="st0" d="M108.04,327.97c7.88-11.8,154.48-267.53,154.48-267.53l-93.24-1.62c-20.49,0-34.78,8.82-43.05,23.16L29.5,249.47s37.14,65.84,45.33,78.5,24.94,12.38,33.21,0Z"/>
|
|
58
|
-
<path class="st2" d="M169.27,58.82c-20.49,0-34.78,8.82-43.05,23.16l-2.57,4.46c6.38-10.58,16.83-22.93,31.15-1.27,10.44,15.87,95.24,164.85,95.24,164.85l110.39-191.18-191.14-.02Z"/>
|
|
59
|
-
</svg>
|