@connectedxm/client 0.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/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ v18.18.2
package/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # @connectedxm/client-sdk
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b033b0: initialize with queries
8
+
9
+ ## 0.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 9fc38a1: minor patch
14
+
15
+ ## 0.0.4
16
+
17
+ ### Patch Changes
18
+
19
+ - fcc7f2e: Add interfaces, Provider, and API
20
+
21
+ ## 0.0.3
22
+
23
+ ### Patch Changes
24
+
25
+ - fix which files are sent to npm
26
+
27
+ ## 0.0.2
28
+
29
+ ### Patch Changes
30
+
31
+ - deff0e1: initial commit
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # ConnectedXM Client SDK
2
+
3
+ A Javascript SDK for interacting with the ConnectedXM Client API.