@digitalsamba/validate 2.0.0-canary.37301c5f731d → 2.0.0-canary.3c72e6c69f75

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/README.md +1 -1
  2. package/package.json +64 -64
  3. package/CHANGELOG.md +0 -209
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,66 +1,66 @@
1
1
  {
2
- "name": "@digitalsamba/validate",
3
- "description": "A runtime validation library by tldraw.",
4
- "version": "2.0.0-canary.37301c5f731d",
5
- "packageManager": "yarn@3.5.0",
6
- "author": {
7
- "name": "tldraw GB Ltd."
8
- },
9
- "homepage": "https://tldraw.dev",
10
- "license": "Apache-2.0",
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/tldraw/tldraw"
14
- },
15
- "bugs": {
16
- "url": "https://github.com/tldraw/tldraw/issues"
17
- },
18
- "keywords": [
19
- "tldraw",
20
- "drawing",
21
- "app",
22
- "development",
23
- "whiteboard",
24
- "canvas",
25
- "infinite"
26
- ],
27
- "main": "dist-cjs/index.js",
28
- "files": [
29
- "dist-esm",
30
- "dist-cjs",
31
- "src"
32
- ],
33
- "scripts": {
34
- "test": "lazy inherit",
35
- "test-coverage": "lazy inherit",
36
- "build": "yarn run -T tsx ../../scripts/build-package.ts",
37
- "build-api": "yarn run -T tsx ../../scripts/build-api.ts",
38
- "prepack": "yarn run -T tsx ../../scripts/prepack.ts",
39
- "postpack": "../../scripts/postpack.sh",
40
- "pack-tarball": "yarn pack",
41
- "lint": "yarn run -T tsx ../../scripts/lint.ts"
42
- },
43
- "dependencies": {
44
- "@digitalsamba/utils": "2.0.0-canary.37301c5f731d"
45
- },
46
- "jest": {
47
- "preset": "config/jest/node",
48
- "setupFiles": [
49
- "raf/polyfill"
50
- ],
51
- "moduleNameMapper": {
52
- "^~(.*)": "<rootDir>/src/$1"
53
- }
54
- },
55
- "devDependencies": {
56
- "lazyrepo": "0.0.0-alpha.27"
57
- },
58
- "module": "dist-esm/index.mjs",
59
- "source": "src/index.ts",
60
- "exports": {
61
- ".": {
62
- "import": "./dist-esm/index.mjs",
63
- "require": "./dist-cjs/index.js"
64
- }
65
- }
2
+ "name": "@digitalsamba/validate",
3
+ "description": "A runtime validation library by tldraw.",
4
+ "version": "2.0.0-canary.3c72e6c69f75",
5
+ "packageManager": "yarn@3.5.0",
6
+ "author": {
7
+ "name": "tldraw GB Ltd."
8
+ },
9
+ "homepage": "https://tldraw.dev",
10
+ "license": "Apache-2.0",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/digitalsamba/tldraw"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/digitalsamba/tldraw/issues"
17
+ },
18
+ "keywords": [
19
+ "tldraw",
20
+ "drawing",
21
+ "app",
22
+ "development",
23
+ "whiteboard",
24
+ "canvas",
25
+ "infinite"
26
+ ],
27
+ "main": "dist-cjs/index.js",
28
+ "files": [
29
+ "dist-esm",
30
+ "dist-cjs",
31
+ "src"
32
+ ],
33
+ "scripts": {
34
+ "test": "lazy inherit",
35
+ "test-coverage": "lazy inherit",
36
+ "build": "yarn run -T tsx ../../scripts/build-package.ts",
37
+ "build-api": "yarn run -T tsx ../../scripts/build-api.ts",
38
+ "prepack": "yarn run -T tsx ../../scripts/prepack.ts",
39
+ "postpack": "../../scripts/postpack.sh",
40
+ "pack-tarball": "yarn pack",
41
+ "lint": "yarn run -T tsx ../../scripts/lint.ts"
42
+ },
43
+ "dependencies": {
44
+ "@digitalsamba/utils": "workspace:*"
45
+ },
46
+ "jest": {
47
+ "preset": "config/jest/node",
48
+ "setupFiles": [
49
+ "raf/polyfill"
50
+ ],
51
+ "moduleNameMapper": {
52
+ "^~(.*)": "<rootDir>/src/$1"
53
+ }
54
+ },
55
+ "devDependencies": {
56
+ "lazyrepo": "0.0.0-alpha.27"
57
+ },
58
+ "module": "dist-esm/index.mjs",
59
+ "source": "src/index.ts",
60
+ "exports": {
61
+ ".": {
62
+ "import": "./dist-esm/index.mjs",
63
+ "require": "./dist-cjs/index.js"
64
+ }
65
+ }
66
66
  }
package/CHANGELOG.md DELETED
@@ -1,209 +0,0 @@
1
- # v2.0.0-alpha.14 (Tue Jul 04 2023)
2
-
3
- ### Release Notes
4
-
5
- #### [feature] add `meta` property to records ([#1627](https://github.com/tldraw/tldraw/pull/1627))
6
-
7
- - todo
8
-
9
- ---
10
-
11
- #### 🚀 Enhancement
12
-
13
- - [feature] add `meta` property to records [#1627](https://github.com/tldraw/tldraw/pull/1627) ([@steveruizok](https://github.com/steveruizok))
14
-
15
- #### Authors: 1
16
-
17
- - Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
18
-
19
- ---
20
-
21
- # v2.0.0-alpha.13 (Wed Jun 28 2023)
22
-
23
- ### Release Notes
24
-
25
- #### Styles API ([#1580](https://github.com/tldraw/tldraw/pull/1580))
26
-
27
- -
28
-
29
- #### mini `defineShape` API ([#1563](https://github.com/tldraw/tldraw/pull/1563))
30
-
31
- [dev-facing, notes to come]
32
-
33
- #### Rename tlvalidate to validate ([#1508](https://github.com/tldraw/tldraw/pull/1508))
34
-
35
- - Rename tlvalidate to validate
36
-
37
- ---
38
-
39
- #### 💥 Breaking Change
40
-
41
- - Styles API [#1580](https://github.com/tldraw/tldraw/pull/1580) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
42
- - mini `defineShape` API [#1563](https://github.com/tldraw/tldraw/pull/1563) ([@SomeHats](https://github.com/SomeHats))
43
- - Rename tlvalidate to validate [#1508](https://github.com/tldraw/tldraw/pull/1508) ([@steveruizok](https://github.com/steveruizok))
44
-
45
- #### ⚠️ Pushed to `main`
46
-
47
- - update lazyrepo ([@ds300](https://github.com/ds300))
48
-
49
- #### Authors: 3
50
-
51
- - alex ([@SomeHats](https://github.com/SomeHats))
52
- - David Sheldrick ([@ds300](https://github.com/ds300))
53
- - Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
54
-
55
- ---
56
-
57
- # v2.0.0-alpha.12 (Mon Apr 03 2023)
58
-
59
- #### 🐛 Bug Fix
60
-
61
- - Make sure all types and build stuff get run in CI [#1548](https://github.com/tldraw/tldraw-lite/pull/1548) ([@SomeHats](https://github.com/SomeHats))
62
- - add pre-commit api report generation [#1517](https://github.com/tldraw/tldraw-lite/pull/1517) ([@SomeHats](https://github.com/SomeHats))
63
- - [chore] restore api extractor [#1500](https://github.com/tldraw/tldraw-lite/pull/1500) ([@steveruizok](https://github.com/steveruizok))
64
- - David/publish good [#1488](https://github.com/tldraw/tldraw-lite/pull/1488) ([@ds300](https://github.com/ds300))
65
- - [chore] alpha 10 [#1486](https://github.com/tldraw/tldraw-lite/pull/1486) ([@ds300](https://github.com/ds300))
66
- - [chore] bump for alpha 8 [#1485](https://github.com/tldraw/tldraw-lite/pull/1485) ([@steveruizok](https://github.com/steveruizok))
67
- - [improvement] API Reference docs [#1478](https://github.com/tldraw/tldraw-lite/pull/1478) ([@steveruizok](https://github.com/steveruizok))
68
- - stop using broken-af turbo for publishing [#1476](https://github.com/tldraw/tldraw-lite/pull/1476) ([@ds300](https://github.com/ds300))
69
- - [chore] add canary release script [#1423](https://github.com/tldraw/tldraw-lite/pull/1423) ([@ds300](https://github.com/ds300) [@steveruizok](https://github.com/steveruizok))
70
- - [chore] upgrade yarn [#1430](https://github.com/tldraw/tldraw-lite/pull/1430) ([@ds300](https://github.com/ds300))
71
- - repo cleanup [#1426](https://github.com/tldraw/tldraw-lite/pull/1426) ([@steveruizok](https://github.com/steveruizok))
72
-
73
- #### Authors: 3
74
-
75
- - alex ([@SomeHats](https://github.com/SomeHats))
76
- - David Sheldrick ([@ds300](https://github.com/ds300))
77
- - Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
78
-
79
- ---
80
-
81
- # @tldraw/tlvalidate
82
-
83
- ## 2.0.0-alpha.10
84
-
85
- ### Patch Changes
86
-
87
- - fix some package build scripting
88
- - Updated dependencies
89
- - @tldraw/utils@2.0.0-alpha.10
90
-
91
- ## 2.0.0-alpha.9
92
-
93
- ### Patch Changes
94
-
95
- - 4b4399b6e: redeploy with yarn to prevent package version issues
96
- - Updated dependencies [4b4399b6e]
97
- - @tldraw/utils@2.0.0-alpha.9
98
-
99
- ## 2.0.0-alpha.8
100
-
101
- ### Patch Changes
102
-
103
- - Release day!
104
- - Updated dependencies
105
- - @tldraw/utils@2.0.0-alpha.8
106
-
107
- ## 2.0.0-alpha.7
108
-
109
- ### Patch Changes
110
-
111
- - Bug fixes.
112
- - Updated dependencies
113
- - @tldraw/utils@2.0.0-alpha.7
114
-
115
- ## 2.0.0-alpha.6
116
-
117
- ### Patch Changes
118
-
119
- - Add licenses.
120
- - Updated dependencies
121
- - @tldraw/utils@2.0.0-alpha.6
122
-
123
- ## 2.0.0-alpha.5
124
-
125
- ### Patch Changes
126
-
127
- - Add CSS files to tldraw/tldraw.
128
- - Updated dependencies
129
- - @tldraw/utils@2.0.0-alpha.5
130
-
131
- ## 2.0.0-alpha.4
132
-
133
- ### Patch Changes
134
-
135
- - Add children to tldraw/tldraw
136
- - Updated dependencies
137
- - @tldraw/utils@2.0.0-alpha.4
138
-
139
- ## 2.0.0-alpha.3
140
-
141
- ### Patch Changes
142
-
143
- - Change permissions.
144
- - Updated dependencies
145
- - @tldraw/utils@2.0.0-alpha.3
146
-
147
- ## 2.0.0-alpha.2
148
-
149
- ### Patch Changes
150
-
151
- - Add tldraw, editor
152
- - Updated dependencies
153
- - @tldraw/utils@2.0.0-alpha.2
154
-
155
- ## 0.1.0-alpha.11
156
-
157
- ### Patch Changes
158
-
159
- - Fix stale reactors.
160
- - Updated dependencies
161
- - @tldraw/utils@0.1.0-alpha.11
162
-
163
- ## 0.1.0-alpha.10
164
-
165
- ### Patch Changes
166
-
167
- - Fix type export bug.
168
- - Updated dependencies
169
- - @tldraw/utils@0.1.0-alpha.10
170
-
171
- ## 0.1.0-alpha.9
172
-
173
- ### Patch Changes
174
-
175
- - Fix import bugs.
176
- - Updated dependencies
177
- - @tldraw/utils@0.1.0-alpha.9
178
-
179
- ## 0.1.0-alpha.8
180
-
181
- ### Patch Changes
182
-
183
- - Changes validation requirements, exports validation helpers.
184
- - Updated dependencies
185
- - @tldraw/utils@0.1.0-alpha.8
186
-
187
- ## 0.1.0-alpha.7
188
-
189
- ### Patch Changes
190
-
191
- - - Pre-pre-release update
192
- - Updated dependencies
193
- - @tldraw/utils@0.1.0-alpha.7
194
-
195
- ## 0.0.2-alpha.1
196
-
197
- ### Patch Changes
198
-
199
- - Fix error with HMR
200
- - Updated dependencies
201
- - @tldraw/utils@0.0.2-alpha.1
202
-
203
- ## 0.0.2-alpha.0
204
-
205
- ### Patch Changes
206
-
207
- - Initial release
208
- - Updated dependencies
209
- - @tldraw/utils@0.0.2-alpha.0