create-cedar-app 0.13.0 → 0.14.1-next.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.
Files changed (41) hide show
  1. package/dist/create-cedar-app.js +329 -829
  2. package/package.json +4 -5
  3. package/templates/esm-js/api/package.json +2 -2
  4. package/templates/esm-js/api/src/directives/requireAuth/requireAuth.js +1 -1
  5. package/templates/esm-js/api/src/functions/graphql.js +2 -2
  6. package/templates/esm-js/package.json +3 -3
  7. package/templates/esm-js/web/package.json +4 -4
  8. package/templates/esm-js/yarn.lock +500 -489
  9. package/templates/esm-ts/api/package.json +2 -2
  10. package/templates/esm-ts/api/src/directives/requireAuth/requireAuth.ts +1 -1
  11. package/templates/esm-ts/api/src/functions/graphql.ts +2 -2
  12. package/templates/esm-ts/package.json +3 -3
  13. package/templates/esm-ts/web/package.json +4 -4
  14. package/templates/esm-ts/yarn.lock +500 -489
  15. package/templates/js/api/package.json +2 -2
  16. package/templates/js/api/src/directives/requireAuth/requireAuth.js +1 -1
  17. package/templates/js/api/src/functions/graphql.js +2 -2
  18. package/templates/js/package.json +3 -3
  19. package/templates/js/web/package.json +4 -4
  20. package/templates/js/yarn.lock +608 -597
  21. package/templates/ts/api/package.json +2 -2
  22. package/templates/ts/api/src/directives/requireAuth/requireAuth.ts +1 -1
  23. package/templates/ts/api/src/functions/graphql.ts +2 -2
  24. package/templates/ts/package.json +3 -3
  25. package/templates/ts/web/package.json +4 -4
  26. package/templates/ts/yarn.lock +608 -597
  27. package/dist/fonts/3d.json +0 -659
  28. package/dist/fonts/block.json +0 -482
  29. package/dist/fonts/chrome.json +0 -305
  30. package/dist/fonts/console.json +0 -73
  31. package/dist/fonts/grid.json +0 -482
  32. package/dist/fonts/huge.json +0 -777
  33. package/dist/fonts/pallet.json +0 -482
  34. package/dist/fonts/shade.json +0 -600
  35. package/dist/fonts/simple.json +0 -364
  36. package/dist/fonts/simple3d.json +0 -541
  37. package/dist/fonts/simpleBlock.json +0 -541
  38. package/dist/fonts/slick.json +0 -482
  39. package/dist/fonts/tiny.json +0 -246
  40. package/templates/esm-js/.yarn/install-state.gz +0 -0
  41. package/templates/esm-ts/.yarn/install-state.gz +0 -0
@@ -1,246 +0,0 @@
1
- {
2
- "name": "tiny",
3
- "version": "0.2.0",
4
- "homepage": "https://github.com/dominikwilkowski/cfonts",
5
- "colors": 1,
6
- "lines": 2,
7
- "buffer": [
8
- "",
9
- ""
10
- ],
11
- "letterspace": [
12
- " ",
13
- " "
14
- ],
15
- "letterspace_size": 1,
16
- "chars": {
17
- "A": [
18
- "▄▀█",
19
- "█▀█"
20
- ],
21
- "B": [
22
- "█▄▄",
23
- "█▄█"
24
- ],
25
- "C": [
26
- "█▀▀",
27
- "█▄▄"
28
- ],
29
- "D": [
30
- "█▀▄",
31
- "█▄▀"
32
- ],
33
- "E": [
34
- "█▀▀",
35
- "██▄"
36
- ],
37
- "F": [
38
- "█▀▀",
39
- "█▀ "
40
- ],
41
- "G": [
42
- "█▀▀",
43
- "█▄█"
44
- ],
45
- "H": [
46
- "█ █",
47
- "█▀█"
48
- ],
49
- "I": [
50
- "█",
51
- "█"
52
- ],
53
- "J": [
54
- " █",
55
- "█▄█"
56
- ],
57
- "K": [
58
- "█▄▀",
59
- "█ █"
60
- ],
61
- "L": [
62
- "█ ",
63
- "█▄▄"
64
- ],
65
- "M": [
66
- "█▀▄▀█",
67
- "█ ▀ █"
68
- ],
69
- "N": [
70
- "█▄ █",
71
- "█ ▀█"
72
- ],
73
- "O": [
74
- "█▀█",
75
- "█▄█"
76
- ],
77
- "P": [
78
- "█▀█",
79
- "█▀▀"
80
- ],
81
- "Q": [
82
- "█▀█",
83
- "▀▀█"
84
- ],
85
- "R": [
86
- "█▀█",
87
- "█▀▄"
88
- ],
89
- "S": [
90
- "█▀▀",
91
- "▄▄█"
92
- ],
93
- "T": [
94
- "▀█▀",
95
- " █ "
96
- ],
97
- "U": [
98
- "█ █",
99
- "█▄█"
100
- ],
101
- "V": [
102
- "█ █",
103
- "▀▄▀"
104
- ],
105
- "W": [
106
- "█ █ █",
107
- "▀▄▀▄▀"
108
- ],
109
- "X": [
110
- "▀▄▀",
111
- "█ █"
112
- ],
113
- "Y": [
114
- "█▄█",
115
- " █ "
116
- ],
117
- "Z": [
118
- "▀█",
119
- "█▄"
120
- ],
121
- "0": [
122
- "▞█▚",
123
- "▚█▞"
124
- ],
125
- "1": [
126
- "▄█",
127
- " █"
128
- ],
129
- "2": [
130
- "▀█",
131
- "█▄"
132
- ],
133
- "3": [
134
- "▀▀█",
135
- "▄██"
136
- ],
137
- "4": [
138
- "█ █",
139
- "▀▀█"
140
- ],
141
- "5": [
142
- "█▀",
143
- "▄█"
144
- ],
145
- "6": [
146
- "█▄▄",
147
- "█▄█"
148
- ],
149
- "7": [
150
- "▀▀█",
151
- " █"
152
- ],
153
- "8": [
154
- "███",
155
- "█▄█"
156
- ],
157
- "9": [
158
- "█▀█",
159
- "▀▀█"
160
- ],
161
- "!": [
162
- "█",
163
- "▄"
164
- ],
165
- "?": [
166
- "▀█",
167
- " ▄"
168
- ],
169
- ".": [
170
- " ",
171
- "▄"
172
- ],
173
- "+": [
174
- "▄█▄",
175
- " ▀ "
176
- ],
177
- "-": [
178
- "▄▄",
179
- " "
180
- ],
181
- "_": [
182
- " ",
183
- "▄▄"
184
- ],
185
- "=": [
186
- "▀▀",
187
- "▀▀"
188
- ],
189
- "@": [
190
- "▛█▜",
191
- "▙▟▃"
192
- ],
193
- "#": [
194
- "▟▄▙",
195
- "▜▀▛"
196
- ],
197
- "$": [
198
- "▖█▗",
199
- "▘█▝"
200
- ],
201
- "%": [
202
- "▀ ▄▀",
203
- "▄▀ ▄"
204
- ],
205
- "&": [
206
- "▄▄█",
207
- "█▄█"
208
- ],
209
- "(": [
210
- "▄▀",
211
- "▀▄"
212
- ],
213
- ")": [
214
- "▀▄",
215
- "▄▀"
216
- ],
217
- "/": [
218
- " ▄▀",
219
- "▄▀ "
220
- ],
221
- ":": [
222
- "▀",
223
- "▄"
224
- ],
225
- ";": [
226
- " ",
227
- "▄▀"
228
- ],
229
- ",": [
230
- " ",
231
- "█"
232
- ],
233
- "'": [
234
- "▀",
235
- " "
236
- ],
237
- "\"": [
238
- "▛ ▜",
239
- " "
240
- ],
241
- " ": [
242
- " ",
243
- " "
244
- ]
245
- }
246
- }