@triplit/react 0.0.20 → 0.0.22

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +174 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,174 @@
1
+ # @triplit/react
2
+
3
+ ## 0.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 69f2784: Support empty constructor for client
8
+ - Updated dependencies [69f2784]
9
+ - @triplit/client@0.0.24
10
+
11
+ ## 0.0.19
12
+
13
+ ### Patch Changes
14
+
15
+ - bc52b56: Update build scripts
16
+ - Updated dependencies [bc52b56]
17
+ - @triplit/client@0.0.23
18
+
19
+ ## 0.0.18
20
+
21
+ ### Patch Changes
22
+
23
+ - ae26cd6: Update build scripts
24
+ - Updated dependencies [ae26cd6]
25
+ - @triplit/client@0.0.22
26
+
27
+ ## 0.0.17
28
+
29
+ ### Patch Changes
30
+
31
+ - f3d62b4: update cli endpoint
32
+ - f3d62b4: Update build scripts
33
+ - Updated dependencies [f3d62b4]
34
+ - Updated dependencies [f3d62b4]
35
+ - @triplit/client@0.0.21
36
+
37
+ ## 0.0.16
38
+
39
+ ### Patch Changes
40
+
41
+ - 006f2f9: - Allow consuming libraries to specify storage engines
42
+ - 25c007a: - update database clock to be kept in storage
43
+ - update client / server message passing to help server control message flow
44
+ - performance improvements
45
+ - bug fixes
46
+ - Updated dependencies [006f2f9]
47
+ - Updated dependencies [25c007a]
48
+ - @triplit/client@0.0.20
49
+
50
+ ## 0.0.15
51
+
52
+ ### Patch Changes
53
+
54
+ - 801dc41: - Convert API to async and support async storage providers
55
+ - Allow querying by storage scope
56
+ - Performance improvements
57
+ - Bug fixes
58
+ - Updated dependencies [801dc41]
59
+ - @triplit/client@0.0.19
60
+
61
+ ## 0.0.14
62
+
63
+ ### Patch Changes
64
+
65
+ - 6945447: Fix imports in types
66
+ - Updated dependencies [6945447]
67
+ - @triplit/client@0.0.18
68
+
69
+ ## 0.0.13
70
+
71
+ ### Patch Changes
72
+
73
+ - 291ca21: Fix typescript schema inference on fetch
74
+ - Updated dependencies [291ca21]
75
+ - @triplit/client@0.0.17
76
+
77
+ ## 0.0.12
78
+
79
+ ### Patch Changes
80
+
81
+ - c7dcf4e: - Add transactions
82
+ - Add migrations CLI and tooling
83
+ - Refactor querying logic
84
+ - Bug fixes and performance improvements
85
+ - Updated dependencies [c7dcf4e]
86
+ - @triplit/client@0.0.16
87
+
88
+ ## 0.0.11
89
+
90
+ ### Patch Changes
91
+
92
+ - aeee018: Simplify type outputs in client
93
+ - Updated dependencies [aeee018]
94
+ - @triplit/client@0.0.15
95
+
96
+ ## 0.0.10
97
+
98
+ ### Patch Changes
99
+
100
+ - 49f1728: Attempt using wildcard for local resolution for yarn compatability
101
+ - Updated dependencies [49f1728]
102
+ - @triplit/client@0.0.10
103
+
104
+ ## 0.0.9
105
+
106
+ ### Patch Changes
107
+
108
+ - 2965a1d: Attempt yarn path fix in build
109
+ - Updated dependencies [2965a1d]
110
+ - @triplit/client@0.0.9
111
+
112
+ ## 0.0.8
113
+
114
+ ### Patch Changes
115
+
116
+ - c92d947: Update client types location and fix db types locaiton
117
+ - Updated dependencies [c92d947]
118
+ - @triplit/client@0.0.8
119
+
120
+ ## 0.0.7
121
+
122
+ ### Patch Changes
123
+
124
+ - 0a9636d: Version bump after build fixes
125
+ - Updated dependencies [0a9636d]
126
+ - @triplit/client@0.0.7
127
+
128
+ ## 0.0.6
129
+
130
+ ### Patch Changes
131
+
132
+ - 6dd76bd: Move types location
133
+ - Updated dependencies [6dd76bd]
134
+ - @triplit/client@0.0.6
135
+
136
+ ## 0.0.5
137
+
138
+ ### Patch Changes
139
+
140
+ - da71cb7: Include an additional store in the client for optimistic updates
141
+ - 53a65d7: Fix typescript issues
142
+ - Updated dependencies [da71cb7]
143
+ - Updated dependencies [53a65d7]
144
+ - @triplit/client@0.0.5
145
+
146
+ ## 0.0.4
147
+
148
+ ### Patch Changes
149
+
150
+ - Updated dependencies [9a24dfc]
151
+ - @triplit/client@0.0.4
152
+
153
+ ## 0.0.3
154
+
155
+ ### Patch Changes
156
+
157
+ - fd46980: Use ESM module format
158
+ - Updated dependencies [fd46980]
159
+ - @triplit/client@0.0.3
160
+
161
+ ## 0.0.2
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies [534b9c6]
166
+ - @triplit/client@0.0.2
167
+
168
+ ## 0.0.1
169
+
170
+ ### Patch Changes
171
+
172
+ - de262ab: Initialize packages
173
+ - Updated dependencies [de262ab]
174
+ - @triplit/client@0.0.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triplit/react",
3
3
  "packageManager": "yarn@3.4.1",
4
- "version": "0.0.20",
4
+ "version": "0.0.22",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "/dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@triplit/client": "workspace:^"
19
+ "@triplit/client": "^0.0.25"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.2.0",
@@ -25,4 +25,4 @@
25
25
  "peerDependencies": {
26
26
  "react": "*"
27
27
  }
28
- }
28
+ }