@connectedxm/admin 0.0.57 → 1.0.0
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/CHANGELOG.md +1 -55
- package/README.md +2 -0
- package/dist/index.d.mts +1220 -1449
- package/dist/index.d.ts +1220 -1449
- package/dist/index.js +3901 -4437
- package/dist/index.mjs +3720 -4224
- package/package.json +1 -1
- package/package-lock.json +0 -6645
package/CHANGELOG.md
CHANGED
|
@@ -1,55 +1 @@
|
|
|
1
|
-
# @connectedxm/
|
|
2
|
-
|
|
3
|
-
## 0.0.52
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 1faf585: Adding in mutations and better hooks
|
|
8
|
-
|
|
9
|
-
## 0.0.5
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- 8ec09a2: fix utilities export
|
|
14
|
-
|
|
15
|
-
## 0.0.4
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- d8c1212: add additional utilities
|
|
20
|
-
|
|
21
|
-
## 0.0.3
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- 3b7f67d: add getErrorMessage utility
|
|
26
|
-
|
|
27
|
-
## 0.0.2
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 8b033b0: initialize with queries
|
|
32
|
-
|
|
33
|
-
## 0.0.5
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- 9fc38a1: minor patch
|
|
38
|
-
|
|
39
|
-
## 0.0.4
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- fcc7f2e: Add interfaces, Provider, and API
|
|
44
|
-
|
|
45
|
-
## 0.0.3
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- fix which files are sent to npm
|
|
50
|
-
|
|
51
|
-
## 0.0.2
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- deff0e1: initial commit
|
|
1
|
+
# @connectedxm/admin-sdk
|
package/README.md
CHANGED