@friggframework/core 1.1.5 → 1.1.6--canary.307.644a753.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 (68) hide show
  1. package/errors/validation-errors.js +2 -2
  2. package/jest-setup.js +2 -0
  3. package/jest-teardown.js +2 -0
  4. package/{module-plugin/jest.config.js → jest.config.js} +2 -1
  5. package/package.json +5 -5
  6. package/assertions/CHANGELOG.md +0 -87
  7. package/assertions/LICENSE.md +0 -9
  8. package/assertions/README.md +0 -3
  9. package/assertions/bump.txt +0 -1
  10. package/assertions/bump3.txt +0 -0
  11. package/associations/LICENSE.md +0 -9
  12. package/associations/README.md +0 -3
  13. package/associations/bump3.txt +0 -0
  14. package/associations/jest.config.js +0 -5
  15. package/bump.txt +0 -1
  16. package/core/.eslintrc.json +0 -3
  17. package/core/CHANGELOG.md +0 -103
  18. package/core/LICENSE.md +0 -9
  19. package/core/README.md +0 -3
  20. package/core/bump3.txt +0 -0
  21. package/core/jest.config.js +0 -5
  22. package/database/.eslintrc.json +0 -3
  23. package/database/CHANGELOG.md +0 -97
  24. package/database/LICENSE.md +0 -9
  25. package/database/README.md +0 -3
  26. package/database/bump3.txt +0 -0
  27. package/encrypt/.eslintrc.json +0 -3
  28. package/encrypt/CHANGELOG.md +0 -78
  29. package/encrypt/LICENSE.md +0 -9
  30. package/encrypt/README.md +0 -13
  31. package/encrypt/bump3.txt +0 -0
  32. package/encrypt/jest.config.js +0 -5
  33. package/errors/.eslintrc.json +0 -3
  34. package/errors/CHANGELOG.md +0 -44
  35. package/errors/LICENSE.md +0 -9
  36. package/errors/README.md +0 -3
  37. package/errors/bump.txt +0 -1
  38. package/errors/bump3.txt +0 -0
  39. package/errors/jest.config.js +0 -5
  40. package/integrations/.eslintrc.json +0 -3
  41. package/integrations/CHANGELOG.md +0 -244
  42. package/integrations/LICENSE.md +0 -9
  43. package/integrations/README.md +0 -3
  44. package/integrations/bump3.txt +0 -0
  45. package/integrations/jest-setup.js +0 -2
  46. package/integrations/jest-teardown.js +0 -2
  47. package/integrations/jest.config.js +0 -12
  48. package/lambda/README.md +0 -3
  49. package/lambda/bump3.txt +0 -0
  50. package/lambda/jest.config.js +0 -3
  51. package/logs/CHANGELOG.md +0 -57
  52. package/logs/LICENSE.md +0 -9
  53. package/logs/README.md +0 -3
  54. package/logs/bump3.txt +0 -0
  55. package/logs/jest.config.js +0 -5
  56. package/module-plugin/.eslintrc.json +0 -3
  57. package/module-plugin/CHANGELOG.md +0 -224
  58. package/module-plugin/LICENSE.md +0 -9
  59. package/module-plugin/README.md +0 -3
  60. package/module-plugin/jest-setup.js +0 -3
  61. package/module-plugin/jest-teardown.js +0 -2
  62. package/syncs/README.md +0 -3
  63. package/syncs/bump3.txt +0 -0
  64. package/syncs/jest.config.js +0 -5
  65. package/types/CHANGELOG.md +0 -49
  66. package/types/README.md +0 -24
  67. package/types/bump3.txt +0 -0
  68. /package/{assertions/.eslintrc.json → .eslintrc.json} +0 -0
package/syncs/bump3.txt DELETED
File without changes
@@ -1,5 +0,0 @@
1
- module.exports = async () => {
2
- return {
3
- preset: "@friggframework/test-environment",
4
- };
5
- };
@@ -1,49 +0,0 @@
1
- # v0.2.0 (Wed Sep 06 2023)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
6
-
7
- #### Authors: 1
8
-
9
- - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
10
-
11
- ---
12
-
13
- # v0.1.2 (Thu Aug 03 2023)
14
-
15
- #### 🐛 Bug Fix
16
-
17
- - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
18
-
19
- #### Authors: 1
20
-
21
- - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
22
-
23
- ---
24
-
25
- # v0.1.1 (Wed Jul 05 2023)
26
-
27
- :tada: This release contains work from new contributors! :tada:
28
-
29
- Thanks for all your work!
30
-
31
- :heart: Leonardo Ferreira ([@leofmds](https://github.com/leofmds))
32
-
33
- :heart: Roberto Oliveros ([@roboli](https://github.com/roboli))
34
-
35
- :heart: Charaf ([@Fibii](https://github.com/Fibii))
36
-
37
- #### 🐛 Bug Fix
38
-
39
- - Add publicshConfig: public and changed license to MIT in types package [#195](https://github.com/friggframework/frigg/pull/195) ([@leofmds](https://github.com/leofmds))
40
- - Add publicshConfig: public and changed license to MIT in types package ([@leofmds](https://github.com/leofmds))
41
- - Feature/lef 270 list organizations sites [#192](https://github.com/friggframework/frigg/pull/192) ([@roboli](https://github.com/roboli))
42
- - add types [#165](https://github.com/friggframework/frigg/pull/165) ([@Fibii](https://github.com/Fibii))
43
- - add types ([@Fibii](https://github.com/Fibii))
44
-
45
- #### Authors: 3
46
-
47
- - Charaf ([@Fibii](https://github.com/Fibii))
48
- - Leonardo Ferreira ([@leofmds](https://github.com/leofmds))
49
- - Roberto Oliveros ([@roboli](https://github.com/roboli))
package/types/README.md DELETED
@@ -1,24 +0,0 @@
1
- # types
2
-
3
- This package exports the `types` used in [Frigg](https://friggframework.org) packages.
4
-
5
-
6
- ### Get Started
7
- Install the package with `npm` or `yarn`:
8
-
9
- ```bash
10
- npm install @friggframework/types
11
- ```
12
- or
13
- ```bash
14
- yarn add @friggframework/types
15
- ```
16
-
17
- Make sure to reference the types in your `tsconfig.json`
18
-
19
- ```json
20
- "typeRoots": [
21
- "./node_modules/@types",
22
- "./node_modules/@friggframework/types"
23
- ]
24
- ```
package/types/bump3.txt DELETED
File without changes
File without changes