releasebird-javascript-sdk 1.0.2

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/.babelrc ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/preset-env"]
3
+ }
package/.idea/aws.xml ADDED
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="accountSettings">
4
+ <option name="activeProfile" value="profile:default" />
5
+ <option name="activeRegion" value="eu-central-1" />
6
+ <option name="recentlyUsedProfiles">
7
+ <list>
8
+ <option value="profile:default" />
9
+ </list>
10
+ </option>
11
+ <option name="recentlyUsedRegions">
12
+ <list>
13
+ <option value="eu-central-1" />
14
+ </list>
15
+ </option>
16
+ </component>
17
+ </project>
package/.idea/misc.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_20" default="true" project-jdk-name="20" project-jdk-type="JavaSDK">
4
+ <output url="file://$PROJECT_DIR$/out" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/releasebird-javascript-sdk.iml" filepath="$PROJECT_DIR$/.idea/releasebird-javascript-sdk.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="inheritedJdk" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ </component>
9
+ <component name="SonarLintModuleSettings">
10
+ <option name="uniqueId" value="cc01e45d-a13b-48a5-b1d8-05d3f1953736" />
11
+ </component>
12
+ </module>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
package/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2024 buildnext GmbH
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,51 @@
1
+ ![image info](./image.webp)
2
+
3
+ # Javascript SDK
4
+
5
+ - PING ✅
6
+ - Screenshot ✅
7
+ - Video ✅
8
+ - Badge ✅
9
+ - Identify ✅
10
+ - Widget Bubble ✅
11
+ - Show Image ✅
12
+
13
+ # iOS SDK
14
+
15
+ - PING ✅
16
+ - Screenshot ❌
17
+ - Video ❌
18
+ - Badge ✅
19
+ - Identify ✅
20
+ - Show Image ✅
21
+ - Widget Bubble ✅
22
+
23
+ # Android SDK
24
+
25
+ - PING ✅
26
+ - Screenshot ❌
27
+ - Video ❌
28
+ - Badge ✅
29
+ - Identify ✅
30
+ - Show Image ✅
31
+ - Widget Bubble ✅
32
+
33
+ # React Native SDK
34
+
35
+ - PING ✅
36
+ - Screenshot ❌
37
+ - Video ❌
38
+ - Badge ✅
39
+ - Identify ✅
40
+ - Show Image ✅
41
+ - Widget Bubble ✅
42
+
43
+ # Capacitor SDK
44
+
45
+ - PING ❌
46
+ - Screenshot ❌
47
+ - Video ❌
48
+ - Badge ❌
49
+ - Identify ❌
50
+ - Show Image ❌
51
+ - Widget Bubble ❌