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.
Files changed (36) hide show
  1. package/.yarnrc.yml +1 -1
  2. package/CHANGELOG.md +45 -36
  3. package/LICENSE +674 -674
  4. package/README.md +42 -42
  5. package/dist/core/config.d.ts +2 -0
  6. package/dist/core/config.js +8 -0
  7. package/dist/core/config.js.map +1 -0
  8. package/dist/core/fastypest.d.ts +16 -11
  9. package/dist/core/fastypest.js +133 -45
  10. package/dist/core/fastypest.js.map +1 -1
  11. package/dist/core/sql-script/queries/cockroachdb.json +5 -2
  12. package/dist/core/sql-script/queries/index.d.ts +12 -0
  13. package/dist/core/sql-script/queries/mysql.query.json +4 -1
  14. package/dist/core/sql-script/queries/postgres.query.json +7 -4
  15. package/dist/core/sql-script/sql-script.d.ts +6 -5
  16. package/dist/core/sql-script/sql-script.js +7 -4
  17. package/dist/core/sql-script/sql-script.js.map +1 -1
  18. package/dist/core/types.d.ts +28 -0
  19. package/dist/core/types.js +3 -0
  20. package/dist/core/types.js.map +1 -0
  21. package/eslint.config.mjs +29 -28
  22. package/package.json +81 -81
  23. package/.pnp.loader.mjs +0 -2110
  24. package/.yarn/releases/yarn-4.2.2.cjs +0 -894
  25. package/.yarn/sdks/eslint/bin/eslint.js +0 -20
  26. package/.yarn/sdks/eslint/lib/api.js +0 -20
  27. package/.yarn/sdks/eslint/lib/unsupported-api.js +0 -20
  28. package/.yarn/sdks/eslint/package.json +0 -14
  29. package/.yarn/sdks/integrations.yml +0 -5
  30. package/.yarn/sdks/typescript/bin/tsc +0 -20
  31. package/.yarn/sdks/typescript/bin/tsserver +0 -20
  32. package/.yarn/sdks/typescript/lib/tsc.js +0 -20
  33. package/.yarn/sdks/typescript/lib/tsserver.js +0 -232
  34. package/.yarn/sdks/typescript/lib/tsserverlibrary.js +0 -232
  35. package/.yarn/sdks/typescript/lib/typescript.js +0 -20
  36. 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.9](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.9) (2024-05-20)
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.8](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.8) (2024-05-16)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
20
- * pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
21
-
22
- ### [1.3.7](https://github.com/juanjoGonDev/fastypest/compare/v1.3.0...v1.3.7) (2024-05-11)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * dependabot-auto-merge ([902d2c7](https://github.com/juanjoGonDev/fastypest/commit/902d2c7a6e6d3b73db06e7665bdc0fed0ceff0f9))
28
- * pull-request.workflow.yml ([#278](https://github.com/juanjoGonDev/fastypest/issues/278)) ([b275542](https://github.com/juanjoGonDev/fastypest/commit/b27554270e57d2877abc1bbfebceca8cef74afdc))
29
-
30
- ### 1.3.6 (2024-05-11)
31
-
32
- ### 1.3.5 (2024-05-11)
33
-
34
- ### 1.3.4 (2024-05-11)
35
-
36
- ### 1.3.2 (2024-05-11)
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)