fastypest 1.3.9 → 1.4.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.
- package/.yarnrc.yml +1 -1
- package/CHANGELOG.md +45 -36
- package/LICENSE +674 -674
- package/README.md +42 -42
- package/dist/core/config.d.ts +2 -0
- package/dist/core/config.js +8 -0
- package/dist/core/config.js.map +1 -0
- package/dist/core/fastypest.d.ts +16 -11
- package/dist/core/fastypest.js +133 -45
- package/dist/core/fastypest.js.map +1 -1
- package/dist/core/sql-script/queries/cockroachdb.json +5 -2
- package/dist/core/sql-script/queries/index.d.ts +12 -0
- package/dist/core/sql-script/queries/mysql.query.json +4 -1
- package/dist/core/sql-script/queries/postgres.query.json +7 -4
- package/dist/core/sql-script/sql-script.d.ts +6 -5
- package/dist/core/sql-script/sql-script.js +7 -4
- package/dist/core/sql-script/sql-script.js.map +1 -1
- package/dist/core/types.d.ts +28 -0
- package/dist/core/types.js +3 -0
- package/dist/core/types.js.map +1 -0
- package/eslint.config.mjs +29 -28
- package/package.json +81 -81
- package/.pnp.loader.mjs +0 -2110
- package/.yarn/releases/yarn-4.2.2.cjs +0 -894
- package/.yarn/sdks/eslint/bin/eslint.js +0 -20
- package/.yarn/sdks/eslint/lib/api.js +0 -20
- package/.yarn/sdks/eslint/lib/unsupported-api.js +0 -20
- package/.yarn/sdks/eslint/package.json +0 -14
- package/.yarn/sdks/integrations.yml +0 -5
- package/.yarn/sdks/typescript/bin/tsc +0 -20
- package/.yarn/sdks/typescript/bin/tsserver +0 -20
- package/.yarn/sdks/typescript/lib/tsc.js +0 -20
- package/.yarn/sdks/typescript/lib/tsserver.js +0 -232
- package/.yarn/sdks/typescript/lib/tsserverlibrary.js +0 -232
- package/.yarn/sdks/typescript/lib/typescript.js +0 -20
- package/.yarn/sdks/typescript/package.json +0 -10
package/.yarnrc.yml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
|
|
1
|
+
yarnPath: .yarn/releases/yarn-4.2.2.cjs
|
package/CHANGELOG.md
CHANGED
|
@@ -1,36 +1,45 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [1.3.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **action:** pr tests ([#367](https://github.com/juanjoGonDev/fastypest/issues/367)) ([a19b97e](https://github.com/juanjoGonDev/fastypest/commit/a19b97e55b7e24e6f94f8fed239711ad63b27ec9))
|
|
11
|
-
* dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
|
|
12
|
-
* pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
|
|
13
|
-
|
|
14
|
-
### [1.3.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Bug Fixes
|
|
18
|
-
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
###
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [1.3.10](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.10) (2024-05-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **action:** pr tests ([#367](https://github.com/juanjoGonDev/fastypest/issues/367)) ([a19b97e](https://github.com/juanjoGonDev/fastypest/commit/a19b97e55b7e24e6f94f8fed239711ad63b27ec9))
|
|
11
|
+
* dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
|
|
12
|
+
* pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
|
|
13
|
+
|
|
14
|
+
### [1.3.9](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.9) (2024-05-20)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **action:** pr tests ([#367](https://github.com/juanjoGonDev/fastypest/issues/367)) ([a19b97e](https://github.com/juanjoGonDev/fastypest/commit/a19b97e55b7e24e6f94f8fed239711ad63b27ec9))
|
|
20
|
+
* dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
|
|
21
|
+
* pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
|
|
22
|
+
|
|
23
|
+
### [1.3.8](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.8) (2024-05-16)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
|
|
29
|
+
* pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
|
|
30
|
+
|
|
31
|
+
### [1.3.7](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.7) (2024-05-11)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
|
|
37
|
+
* pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
|
|
38
|
+
|
|
39
|
+
### 1.3.6 (2024-05-11)
|
|
40
|
+
|
|
41
|
+
### 1.3.5 (2024-05-11)
|
|
42
|
+
|
|
43
|
+
### 1.3.4 (2024-05-11)
|
|
44
|
+
|
|
45
|
+
### 1.3.2 (2024-05-11)
|