@digitalsamba/validate 2.0.0-canary.db6fa61c0c95 → 2.0.0-canary.df3ae3c720aa

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 (3) hide show
  1. package/CHANGELOG.md +23 -23
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -16,12 +16,12 @@
16
16
 
17
17
  #### tldraw zero - package shuffle ([#1710](https://github.com/tldraw/tldraw/pull/1710))
18
18
 
19
- - [@tldraw/editor] lots, wip
20
- - [@tldraw/ui] gone, merged to tldraw/tldraw
21
- - [@tldraw/polyfills] gone, merged to tldraw/editor
22
- - [@tldraw/primitives] gone, merged to tldraw/editor / tldraw/tldraw
23
- - [@tldraw/indices] gone, merged to tldraw/editor
24
- - [@tldraw/file-format] gone, merged to tldraw/tldraw
19
+ - [@digitalsamba/editor] lots, wip
20
+ - [@digitalsamba/ui] gone, merged to tldraw/tldraw
21
+ - [@digitalsamba/polyfills] gone, merged to tldraw/editor
22
+ - [@digitalsamba/primitives] gone, merged to tldraw/editor / tldraw/tldraw
23
+ - [@digitalsamba/indices] gone, merged to tldraw/editor
24
+ - [@digitalsamba/file-format] gone, merged to tldraw/tldraw
25
25
 
26
26
  ---
27
27
 
@@ -120,7 +120,7 @@
120
120
 
121
121
  ---
122
122
 
123
- # @tldraw/tlvalidate
123
+ # @digitalsamba/tlvalidate
124
124
 
125
125
  ## 2.0.0-alpha.10
126
126
 
@@ -128,7 +128,7 @@
128
128
 
129
129
  - fix some package build scripting
130
130
  - Updated dependencies
131
- - @tldraw/utils@2.0.0-alpha.10
131
+ - @digitalsamba/utils@2.0.0-alpha.10
132
132
 
133
133
  ## 2.0.0-alpha.9
134
134
 
@@ -136,7 +136,7 @@
136
136
 
137
137
  - 4b4399b6e: redeploy with yarn to prevent package version issues
138
138
  - Updated dependencies [4b4399b6e]
139
- - @tldraw/utils@2.0.0-alpha.9
139
+ - @digitalsamba/utils@2.0.0-alpha.9
140
140
 
141
141
  ## 2.0.0-alpha.8
142
142
 
@@ -144,7 +144,7 @@
144
144
 
145
145
  - Release day!
146
146
  - Updated dependencies
147
- - @tldraw/utils@2.0.0-alpha.8
147
+ - @digitalsamba/utils@2.0.0-alpha.8
148
148
 
149
149
  ## 2.0.0-alpha.7
150
150
 
@@ -152,7 +152,7 @@
152
152
 
153
153
  - Bug fixes.
154
154
  - Updated dependencies
155
- - @tldraw/utils@2.0.0-alpha.7
155
+ - @digitalsamba/utils@2.0.0-alpha.7
156
156
 
157
157
  ## 2.0.0-alpha.6
158
158
 
@@ -160,7 +160,7 @@
160
160
 
161
161
  - Add licenses.
162
162
  - Updated dependencies
163
- - @tldraw/utils@2.0.0-alpha.6
163
+ - @digitalsamba/utils@2.0.0-alpha.6
164
164
 
165
165
  ## 2.0.0-alpha.5
166
166
 
@@ -168,7 +168,7 @@
168
168
 
169
169
  - Add CSS files to tldraw/tldraw.
170
170
  - Updated dependencies
171
- - @tldraw/utils@2.0.0-alpha.5
171
+ - @digitalsamba/utils@2.0.0-alpha.5
172
172
 
173
173
  ## 2.0.0-alpha.4
174
174
 
@@ -176,7 +176,7 @@
176
176
 
177
177
  - Add children to tldraw/tldraw
178
178
  - Updated dependencies
179
- - @tldraw/utils@2.0.0-alpha.4
179
+ - @digitalsamba/utils@2.0.0-alpha.4
180
180
 
181
181
  ## 2.0.0-alpha.3
182
182
 
@@ -184,7 +184,7 @@
184
184
 
185
185
  - Change permissions.
186
186
  - Updated dependencies
187
- - @tldraw/utils@2.0.0-alpha.3
187
+ - @digitalsamba/utils@2.0.0-alpha.3
188
188
 
189
189
  ## 2.0.0-alpha.2
190
190
 
@@ -192,7 +192,7 @@
192
192
 
193
193
  - Add tldraw, editor
194
194
  - Updated dependencies
195
- - @tldraw/utils@2.0.0-alpha.2
195
+ - @digitalsamba/utils@2.0.0-alpha.2
196
196
 
197
197
  ## 0.1.0-alpha.11
198
198
 
@@ -200,7 +200,7 @@
200
200
 
201
201
  - Fix stale reactors.
202
202
  - Updated dependencies
203
- - @tldraw/utils@0.1.0-alpha.11
203
+ - @digitalsamba/utils@0.1.0-alpha.11
204
204
 
205
205
  ## 0.1.0-alpha.10
206
206
 
@@ -208,7 +208,7 @@
208
208
 
209
209
  - Fix type export bug.
210
210
  - Updated dependencies
211
- - @tldraw/utils@0.1.0-alpha.10
211
+ - @digitalsamba/utils@0.1.0-alpha.10
212
212
 
213
213
  ## 0.1.0-alpha.9
214
214
 
@@ -216,7 +216,7 @@
216
216
 
217
217
  - Fix import bugs.
218
218
  - Updated dependencies
219
- - @tldraw/utils@0.1.0-alpha.9
219
+ - @digitalsamba/utils@0.1.0-alpha.9
220
220
 
221
221
  ## 0.1.0-alpha.8
222
222
 
@@ -224,7 +224,7 @@
224
224
 
225
225
  - Changes validation requirements, exports validation helpers.
226
226
  - Updated dependencies
227
- - @tldraw/utils@0.1.0-alpha.8
227
+ - @digitalsamba/utils@0.1.0-alpha.8
228
228
 
229
229
  ## 0.1.0-alpha.7
230
230
 
@@ -232,7 +232,7 @@
232
232
 
233
233
  - - Pre-pre-release update
234
234
  - Updated dependencies
235
- - @tldraw/utils@0.1.0-alpha.7
235
+ - @digitalsamba/utils@0.1.0-alpha.7
236
236
 
237
237
  ## 0.0.2-alpha.1
238
238
 
@@ -240,7 +240,7 @@
240
240
 
241
241
  - Fix error with HMR
242
242
  - Updated dependencies
243
- - @tldraw/utils@0.0.2-alpha.1
243
+ - @digitalsamba/utils@0.0.2-alpha.1
244
244
 
245
245
  ## 0.0.2-alpha.0
246
246
 
@@ -248,4 +248,4 @@
248
248
 
249
249
  - Initial release
250
250
  - Updated dependencies
251
- - @tldraw/utils@0.0.2-alpha.0
251
+ - @digitalsamba/utils@0.0.2-alpha.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tldraw/tlvalidate
1
+ ## @digitalsamba/tlvalidate
2
2
 
3
3
  ## License
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digitalsamba/validate",
3
3
  "description": "A runtime validation library by tldraw.",
4
- "version": "2.0.0-canary.db6fa61c0c95",
4
+ "version": "2.0.0-canary.df3ae3c720aa",
5
5
  "packageManager": "yarn@3.5.0",
6
6
  "author": {
7
7
  "name": "tldraw GB Ltd."
@@ -10,10 +10,10 @@
10
10
  "license": "Apache-2.0",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/tldraw/tldraw"
13
+ "url": "https://github.com/digitalsamba/tldraw"
14
14
  },
15
15
  "bugs": {
16
- "url": "https://github.com/tldraw/tldraw/issues"
16
+ "url": "https://github.com/digitalsamba/tldraw/issues"
17
17
  },
18
18
  "keywords": [
19
19
  "tldraw",
@@ -41,7 +41,7 @@
41
41
  "lint": "yarn run -T tsx ../../scripts/lint.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@digitalsamba/utils": "2.0.0-canary.db6fa61c0c95"
44
+ "@digitalsamba/utils": "2.0.0-canary.df3ae3c720aa"
45
45
  },
46
46
  "jest": {
47
47
  "preset": "config/jest/node",