@midwayjs/sequelize 3.4.0-beta.1 → 3.4.0-beta.2

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/LICENSE +21 -0
  2. package/package.json +7 -6
  3. package/CHANGELOG.md +0 -389
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2013 - Now midwayjs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/sequelize",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.2",
4
4
  "main": "dist/index",
5
5
  "typings": "index.d.ts",
6
6
  "files": [
@@ -9,10 +9,10 @@
9
9
  "index.d.ts"
10
10
  ],
11
11
  "devDependencies": {
12
- "@midwayjs/core": "^3.4.0-beta.1",
13
- "@midwayjs/decorator": "^3.4.0-beta.1",
14
- "@midwayjs/koa": "^3.4.0-beta.1",
15
- "@midwayjs/mock": "^3.4.0-beta.1",
12
+ "@midwayjs/core": "^3.4.0-beta.2",
13
+ "@midwayjs/decorator": "^3.4.0-beta.2",
14
+ "@midwayjs/koa": "^3.4.0-beta.2",
15
+ "@midwayjs/mock": "^3.4.0-beta.2",
16
16
  "sqlite3": "5.0.8"
17
17
  },
18
18
  "dependencies": {
@@ -40,5 +40,6 @@
40
40
  "repository": {
41
41
  "type": "git",
42
42
  "url": "http://github.com/midwayjs/midway.git"
43
- }
43
+ },
44
+ "gitHead": "a61721d3946b30fd4cac183265edcd99b31ac72b"
44
45
  }
package/CHANGELOG.md DELETED
@@ -1,389 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [3.3.6](https://github.com/midwayjs/midway/compare/v3.3.5...v3.3.6) (2022-05-11)
7
-
8
- **Note:** Version bump only for package @midwayjs/sequelize
9
-
10
-
11
-
12
-
13
-
14
- ## [3.3.5](https://github.com/midwayjs/midway/compare/v3.3.4...v3.3.5) (2022-04-27)
15
-
16
- **Note:** Version bump only for package @midwayjs/sequelize
17
-
18
-
19
-
20
-
21
-
22
- ## [3.3.4](https://github.com/midwayjs/midway/compare/v3.3.3...v3.3.4) (2022-04-21)
23
-
24
- **Note:** Version bump only for package @midwayjs/sequelize
25
-
26
-
27
-
28
-
29
-
30
- ## [3.3.2](https://github.com/midwayjs/midway/compare/v3.3.1...v3.3.2) (2022-04-13)
31
-
32
- **Note:** Version bump only for package @midwayjs/sequelize
33
-
34
-
35
-
36
-
37
-
38
- ## [3.3.1](https://github.com/midwayjs/midway/compare/v3.3.0...v3.3.1) (2022-04-11)
39
-
40
- **Note:** Version bump only for package @midwayjs/sequelize
41
-
42
-
43
-
44
-
45
-
46
- # [3.3.0](https://github.com/midwayjs/midway/compare/v3.2.2...v3.3.0) (2022-04-07)
47
-
48
- **Note:** Version bump only for package @midwayjs/sequelize
49
-
50
-
51
-
52
-
53
-
54
- ## [3.2.2](https://github.com/midwayjs/midway/compare/v3.2.1...v3.2.2) (2022-03-30)
55
-
56
- **Note:** Version bump only for package @midwayjs/sequelize
57
-
58
-
59
-
60
-
61
-
62
- ## [3.2.1](https://github.com/midwayjs/midway/compare/v3.2.0...v3.2.1) (2022-03-27)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * swagger ui replace json path ([#1860](https://github.com/midwayjs/midway/issues/1860)) ([0f3728d](https://github.com/midwayjs/midway/commit/0f3728daccba12923f23f5b498c7dda13ced36d7))
68
-
69
-
70
-
71
-
72
-
73
- # [3.2.0](https://github.com/midwayjs/midway/compare/v3.1.6...v3.2.0) (2022-03-25)
74
-
75
- **Note:** Version bump only for package @midwayjs/sequelize
76
-
77
-
78
-
79
-
80
-
81
- ## [3.1.6](https://github.com/midwayjs/midway/compare/v3.1.5...v3.1.6) (2022-03-21)
82
-
83
- **Note:** Version bump only for package @midwayjs/sequelize
84
-
85
-
86
-
87
-
88
-
89
- ## [3.1.5](https://github.com/midwayjs/midway/compare/v3.1.4...v3.1.5) (2022-03-18)
90
-
91
- **Note:** Version bump only for package @midwayjs/sequelize
92
-
93
-
94
-
95
-
96
-
97
- ## [3.1.2](https://github.com/midwayjs/midway/compare/v3.1.1...v3.1.2) (2022-03-15)
98
-
99
- **Note:** Version bump only for package @midwayjs/sequelize
100
-
101
-
102
-
103
-
104
-
105
- ## [3.1.1](https://github.com/midwayjs/midway/compare/v3.1.0...v3.1.1) (2022-03-09)
106
-
107
- **Note:** Version bump only for package @midwayjs/sequelize
108
-
109
-
110
-
111
-
112
-
113
- # [3.1.0](https://github.com/midwayjs/midway/compare/v3.0.13...v3.1.0) (2022-03-07)
114
-
115
- **Note:** Version bump only for package @midwayjs/sequelize
116
-
117
-
118
-
119
-
120
-
121
- ## [3.0.13](https://github.com/midwayjs/midway/compare/v3.0.12...v3.0.13) (2022-03-01)
122
-
123
-
124
- ### Bug Fixes
125
-
126
- * **deps:** update dependency sequelize to ~6.17.0 ([#1750](https://github.com/midwayjs/midway/issues/1750)) ([5176df9](https://github.com/midwayjs/midway/commit/5176df979528fd41e648771847c32236f19e2baf))
127
-
128
-
129
-
130
-
131
-
132
- ## [3.0.11](https://github.com/midwayjs/midway/compare/v3.0.10...v3.0.11) (2022-02-25)
133
-
134
- **Note:** Version bump only for package @midwayjs/sequelize
135
-
136
-
137
-
138
-
139
-
140
- ## [3.0.10](https://github.com/midwayjs/midway/compare/v3.0.9...v3.0.10) (2022-02-24)
141
-
142
- **Note:** Version bump only for package @midwayjs/sequelize
143
-
144
-
145
-
146
-
147
-
148
- ## [3.0.9](https://github.com/midwayjs/midway/compare/v3.0.8...v3.0.9) (2022-02-21)
149
-
150
- **Note:** Version bump only for package @midwayjs/sequelize
151
-
152
-
153
-
154
-
155
-
156
- ## [3.0.8](https://github.com/midwayjs/midway/compare/v3.0.7...v3.0.8) (2022-02-19)
157
-
158
- **Note:** Version bump only for package @midwayjs/sequelize
159
-
160
-
161
-
162
-
163
-
164
- ## [3.0.7](https://github.com/midwayjs/midway/compare/v3.0.6...v3.0.7) (2022-02-17)
165
-
166
- **Note:** Version bump only for package @midwayjs/sequelize
167
-
168
-
169
-
170
-
171
-
172
- ## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)
173
-
174
- **Note:** Version bump only for package @midwayjs/sequelize
175
-
176
-
177
-
178
-
179
-
180
- ## [3.0.5](https://github.com/midwayjs/midway/compare/v3.0.4...v3.0.5) (2022-02-10)
181
-
182
- **Note:** Version bump only for package @midwayjs/sequelize
183
-
184
-
185
-
186
-
187
-
188
- ## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)
189
-
190
-
191
- ### Bug Fixes
192
-
193
- * **deps:** update dependency sequelize to ~6.15.0 ([#1644](https://github.com/midwayjs/midway/issues/1644)) ([eb241f2](https://github.com/midwayjs/midway/commit/eb241f2a3f7aea5c70d28ae1dca265ddf2a78b5a))
194
- * **deps:** update dependency sequelize to ~6.16.0 ([#1677](https://github.com/midwayjs/midway/issues/1677)) ([bf84760](https://github.com/midwayjs/midway/commit/bf8476078801eb34551df242b56345cd2621c6ff))
195
- * supertest typings and createFunctionApp ([#1642](https://github.com/midwayjs/midway/issues/1642)) ([484f4f4](https://github.com/midwayjs/midway/commit/484f4f41b3b9e889d4d285f4871a0b37fa51e73f))
196
-
197
-
198
-
199
-
200
-
201
- ## [3.0.3](https://github.com/midwayjs/midway/compare/v3.0.2...v3.0.3) (2022-01-28)
202
-
203
-
204
- ### Bug Fixes
205
-
206
- * **deps:** update dependency sequelize to ~6.14.0 ([#1617](https://github.com/midwayjs/midway/issues/1617)) ([f29fc0f](https://github.com/midwayjs/midway/commit/f29fc0fb166cafa09e8cfd7e801417ea7731d437))
207
-
208
-
209
-
210
-
211
-
212
- ## [3.0.2](https://github.com/midwayjs/midway/compare/v3.0.1...v3.0.2) (2022-01-24)
213
-
214
-
215
- ### Bug Fixes
216
-
217
- * singleton invoke request scope not valid ([#1622](https://github.com/midwayjs/midway/issues/1622)) ([f97c063](https://github.com/midwayjs/midway/commit/f97c0632107b47cf357d17774a4e4bb5233bba57))
218
-
219
-
220
-
221
-
222
-
223
- ## [3.0.1](https://github.com/midwayjs/midway/compare/v3.0.0...v3.0.1) (2022-01-24)
224
-
225
- **Note:** Version bump only for package @midwayjs/sequelize
226
-
227
-
228
-
229
-
230
-
231
- # [3.0.0](https://github.com/midwayjs/midway/compare/v3.0.0-beta.17...v3.0.0) (2022-01-20)
232
-
233
- **Note:** Version bump only for package @midwayjs/sequelize
234
-
235
-
236
-
237
-
238
-
239
- # [3.0.0-beta.17](https://github.com/midwayjs/midway/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2022-01-18)
240
-
241
- **Note:** Version bump only for package @midwayjs/sequelize
242
-
243
-
244
-
245
-
246
-
247
- # [3.0.0-beta.16](https://github.com/midwayjs/midway/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2022-01-11)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * **deps:** update dependency sequelize to ~6.13.0 ([#1554](https://github.com/midwayjs/midway/issues/1554)) ([0a82a2c](https://github.com/midwayjs/midway/commit/0a82a2c698f9b85debf3d09850fb9d350b27bba7))
253
-
254
-
255
-
256
-
257
-
258
- # [3.0.0-beta.15](https://github.com/midwayjs/midway/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2022-01-07)
259
-
260
- **Note:** Version bump only for package @midwayjs/sequelize
261
-
262
-
263
-
264
-
265
-
266
- # [3.0.0-beta.14](https://github.com/midwayjs/midway/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2022-01-04)
267
-
268
-
269
- ### Bug Fixes
270
-
271
- * **deps:** update dependency sequelize to ~6.12.0 ([#1509](https://github.com/midwayjs/midway/issues/1509)) ([6f96bf7](https://github.com/midwayjs/midway/commit/6f96bf745761c849c94a8977436dc2955f3d9a3c))
272
-
273
-
274
-
275
-
276
-
277
- # [3.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
278
-
279
- **Note:** Version bump only for package @midwayjs/sequelize
280
-
281
-
282
-
283
-
284
-
285
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
286
-
287
- **Note:** Version bump only for package @midwayjs/sequelize
288
-
289
-
290
-
291
-
292
-
293
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
294
-
295
- **Note:** Version bump only for package @midwayjs/sequelize
296
-
297
-
298
-
299
-
300
-
301
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
302
-
303
- **Note:** Version bump only for package @midwayjs/sequelize
304
-
305
-
306
-
307
-
308
-
309
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
310
-
311
- **Note:** Version bump only for package @midwayjs/sequelize
312
-
313
-
314
-
315
-
316
-
317
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
318
-
319
- **Note:** Version bump only for package @midwayjs/sequelize
320
-
321
-
322
-
323
-
324
-
325
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * add app.keys ([#1395](https://github.com/midwayjs/midway/issues/1395)) ([c44afc6](https://github.com/midwayjs/midway/commit/c44afc6cc6764a959d1fa7ae04d60099282d156a))
331
-
332
-
333
-
334
-
335
-
336
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
337
-
338
- **Note:** Version bump only for package @midwayjs/sequelize
339
-
340
-
341
-
342
-
343
-
344
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
345
-
346
- **Note:** Version bump only for package @midwayjs/sequelize
347
-
348
-
349
-
350
-
351
-
352
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
353
-
354
- **Note:** Version bump only for package @midwayjs/sequelize
355
-
356
-
357
-
358
-
359
-
360
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
361
-
362
-
363
- ### Features
364
-
365
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
366
-
367
-
368
-
369
-
370
-
371
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
372
-
373
- **Note:** Version bump only for package @midwayjs/sequelize
374
-
375
-
376
-
377
-
378
-
379
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
380
-
381
-
382
- ### Bug Fixes
383
-
384
- * static prefix ([#1321](https://github.com/midwayjs/midway/issues/1321)) ([31fe961](https://github.com/midwayjs/midway/commit/31fe961931fed7656a144b1682ee4c4bb25fdff5))
385
-
386
-
387
- ### Features
388
-
389
- * add sequelize component ([#1283](https://github.com/midwayjs/midway/issues/1283)) ([9ad91d1](https://github.com/midwayjs/midway/commit/9ad91d1e3ef3cf4cd799a1f8ef3d57b7efae60cf))