@nativescript-community/sqlite 3.4.0 → 3.4.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.
- package/README.md +49 -7
- package/nanosql/index.js +3 -1
- package/nanosql/index.js.map +1 -1
- package/package.json +12 -5
- package/platforms/android/native-api-usage.json +4 -1
- package/scripts/before-prepare.js +30 -0
- package/scripts/before-prepare.js.map +1 -1
- package/sqlite.android.d.ts +3 -2
- package/sqlite.android.js +4 -5
- package/sqlite.android.js.map +1 -1
- package/sqlite.common.d.ts +4 -4
- package/sqlite.common.js +1 -0
- package/sqlite.common.js.map +1 -1
- package/sqlite.ios.d.ts +6 -6
- package/sqlite.ios.js +259 -21
- package/sqlite.ios.js.map +1 -1
- package/sqlitedatabase.android.d.ts +9 -39
- package/sqlitedatabase.android.js +25 -21
- package/sqlitedatabase.android.js.map +1 -1
- package/sqlitedatabase.d.ts +1 -0
- package/typeorm/NativescriptDriver.d.ts +34 -0
- package/typeorm/NativescriptDriver.js +28 -1
- package/typeorm/NativescriptDriver.js.map +1 -1
- package/typeorm/NativescriptQueryRunner.d.ts +13 -7
- package/typeorm/NativescriptQueryRunner.js +19 -1
- package/typeorm/NativescriptQueryRunner.js.map +1 -1
- package/typeorm/index.d.ts +13 -0
- package/typeorm/index.js +1 -0
- package/typeorm/index.js.map +1 -1
- package/typings/objc!FMDB.d.ts +487 -0
- package/worker.js +31 -2
- package/worker.js.map +1 -1
- package/CHANGELOG.md +0 -219
- package/before-prepare.js.map +0 -1
- package/postinstall.d.ts +0 -0
- package/postinstall.js +0 -2
- package/postinstall.js.map +0 -1
- package/preuninstall.d.ts +0 -0
- package/preuninstall.js +0 -2
- package/preuninstall.js.map +0 -1
package/CHANGELOG.md
DELETED
@@ -1,219 +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.4.0](https://github.com/nativescript-community/sqlite/compare/v3.3.12...v3.4.0) (2021-10-03)
|
7
|
-
|
8
|
-
|
9
|
-
### Features
|
10
|
-
|
11
|
-
* **android:** native-api-usage ([ec069b2](https://github.com/nativescript-community/sqlite/commit/ec069b23891bb59aa8582d037190ca31d4729932))
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
## [3.3.12](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.11...v3.3.12) (2021-05-04)
|
18
|
-
|
19
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
## [3.3.11](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.10...v3.3.11) (2020-11-26)
|
26
|
-
|
27
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
## [3.3.10](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.9...v3.3.10) (2020-11-11)
|
34
|
-
|
35
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
## [3.3.9](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.8...v3.3.9) (2020-11-09)
|
42
|
-
|
43
|
-
|
44
|
-
### Bug Fixes
|
45
|
-
|
46
|
-
* for now allow any typeorm version ([96f4a2a](https://github.com/TestJG/nativescript-akylas-sqlite/commit/96f4a2a3fbdcac3c3488bfc054ad7e9c218c9c29))
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
## [3.3.8](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.7...v3.3.8) (2020-11-04)
|
53
|
-
|
54
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
## [3.3.7](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.6...v3.3.7) (2020-11-03)
|
61
|
-
|
62
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
## [3.3.6](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.5...v3.3.6) (2020-11-02)
|
69
|
-
|
70
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
## [3.3.5](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.4...v3.3.5) (2020-11-01)
|
77
|
-
|
78
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
## [3.3.4](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.3...v3.3.4) (2020-11-01)
|
85
|
-
|
86
|
-
|
87
|
-
### Bug Fixes
|
88
|
-
|
89
|
-
* update typeorm ([ba47b86](https://github.com/TestJG/nativescript-akylas-sqlite/commit/ba47b86d7ae602f6d0386d730d5feac50bd131bc))
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
## [3.3.3](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.2...v3.3.3) (2020-11-01)
|
96
|
-
|
97
|
-
|
98
|
-
### Bug Fixes
|
99
|
-
|
100
|
-
* hook fix ([dbf049a](https://github.com/TestJG/nativescript-akylas-sqlite/commit/dbf049ab94ee0074cf89ee4b85cddbb54ffe1a20))
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
## [3.3.2](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.1...v3.3.2) (2020-11-01)
|
107
|
-
|
108
|
-
|
109
|
-
### Bug Fixes
|
110
|
-
|
111
|
-
* hook for aliases to get smaller bundle ([954b1d9](https://github.com/TestJG/nativescript-akylas-sqlite/commit/954b1d9591882f8943edc28c70ba7f2c6ce2f150))
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
## [3.3.1](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.3.0...v3.3.1) (2020-10-31)
|
118
|
-
|
119
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
# [3.3.0](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.2.0...v3.3.0) (2020-10-16)
|
126
|
-
|
127
|
-
|
128
|
-
### Features
|
129
|
-
|
130
|
-
* working threading on android ([3c4e538](https://github.com/TestJG/nativescript-akylas-sqlite/commit/3c4e538c54a26c05f780cb947ee80955f83aebc6))
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
# [3.2.0](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.1.1...v3.2.0) (2020-09-06)
|
137
|
-
|
138
|
-
|
139
|
-
### Features
|
140
|
-
|
141
|
-
* N7 and new plugin name ([e3023d6](https://github.com/TestJG/nativescript-akylas-sqlite/commit/e3023d6ec2a806d404b654c5b3df118889757fe3))
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
## [3.1.1](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.1.0...v3.1.1) (2020-08-14)
|
148
|
-
|
149
|
-
**Note:** Version bump only for package @nativescript-community/sqlite
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
# [3.1.0](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.5...v3.1.0) (2020-08-14)
|
156
|
-
|
157
|
-
|
158
|
-
### Features
|
159
|
-
|
160
|
-
* move to @nativescript-community/sqlite ([71ef0c1](https://github.com/TestJG/nativescript-akylas-sqlite/commit/71ef0c1b96b3cbc60b67a63a02fcc38e1428524e))
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
## [3.0.5](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.4...v3.0.5) (2020-05-29)
|
167
|
-
|
168
|
-
**Note:** Version bump only for package nativescript-akylas-sqlite
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
## [3.0.4](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.3...v3.0.4) (2020-05-29)
|
175
|
-
|
176
|
-
**Note:** Version bump only for package nativescript-akylas-sqlite
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
## [3.0.3](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.2...v3.0.3) (2020-04-24)
|
183
|
-
|
184
|
-
**Note:** Version bump only for package nativescript-akylas-sqlite
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
## [3.0.2](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.1...v3.0.2) (2019-12-18)
|
191
|
-
|
192
|
-
**Note:** Version bump only for package nativescript-akylas-sqlite
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
## [3.0.1](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v3.0.0...v3.0.1) (2019-12-17)
|
199
|
-
|
200
|
-
**Note:** Version bump only for package nativescript-akylas-sqlite
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
# [3.0.0](https://github.com/TestJG/nativescript-akylas-sqlite/compare/v2.0.0...v3.0.0) (2019-12-12)
|
207
|
-
|
208
|
-
|
209
|
-
### Bug Fixes
|
210
|
-
|
211
|
-
* full rewrite ([901b5c1](https://github.com/TestJG/nativescript-akylas-sqlite/commit/901b5c14c00af71c2f58927e05c15e34aade80d2))
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
# 2.0.0 (2019-12-05)
|
218
|
-
|
219
|
-
**Note:** Version bump only for package nativescript-akylas-sqlite
|
package/before-prepare.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"before-prepare.js","sourceRoot":"","sources":["../src/scripts/before-prepare.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,GAAG,UAAU,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ;IAC/D,IAAM,WAAW,GAAG,QAAQ,CAAC,WAAW,CAAC;IACzC,WAAW,CAAC,GAAG,GAAG,WAAW,CAAC,GAAG,IAAI,EAAE,CAAC;IACxC,WAAW,CAAC,GAAG,CAAC,SAAS,GAAG,WAAW,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC;IAC5D,WAAW,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAClD,WAAW,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;AAChD,CAAC,CAAC"}
|
package/postinstall.d.ts
DELETED
File without changes
|
package/postinstall.js
DELETED
package/postinstall.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"postinstall.js","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE,CAAC"}
|
package/preuninstall.d.ts
DELETED
File without changes
|
package/preuninstall.js
DELETED
package/preuninstall.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"preuninstall.js","sourceRoot":"","sources":["../src/preuninstall.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,YAAY,EAAE,CAAC"}
|