@friggframework/devtools 1.1.4 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v1.1.5 (Tue Apr 09 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - update router to include options and refresh [#301](https://github.com/friggframework/frigg/pull/301) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
6
+ - Bump version to: v1.1.4 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
7
+ - Bump version to: v1.1.3 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
8
+
9
+ #### Authors: 2
10
+
11
+ - [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
12
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
13
+
14
+ ---
15
+
1
16
  # v2.0.0 (Sat Mar 30 2024)
2
17
 
3
18
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@friggframework/devtools",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.1.4",
4
+ "version": "1.1.6--canary.307.644a753.0",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
- "@friggframework/core": "^1.1.4",
8
- "@friggframework/test": "^1.1.4",
7
+ "@friggframework/core": "1.1.6--canary.307.644a753.0",
8
+ "@friggframework/test": "1.1.6--canary.307.644a753.0",
9
9
  "eslint": "^8.22.0",
10
10
  "eslint-config-prettier": "^8.5.0",
11
11
  "eslint-plugin-json": "^3.1.0",
@@ -14,8 +14,8 @@
14
14
  "eslint-plugin-yaml": "^0.5.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@friggframework/eslint-config": "^1.1.4",
18
- "@friggframework/prettier-config": "^1.1.4"
17
+ "@friggframework/eslint-config": "1.1.6--canary.307.644a753.0",
18
+ "@friggframework/prettier-config": "1.1.6--canary.307.644a753.0"
19
19
  },
20
20
  "scripts": {
21
21
  "lint:fix": "prettier --write --loglevel error . && eslint . --fix",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "29600061d60d711eaf83ca7016f18949e67f0c8c"
39
+ "gitHead": "644a753c7290d814fae18a4f8b815ae650c0d936"
40
40
  }
@@ -1,3 +0,0 @@
1
- # migrations
2
-
3
- This package exports the `migrations` class and functions used in [Frigg](https://friggframework.org). You can find its documentation [on Frigg's website](https://docs.friggframework.org/packages/migrations).
File without changes
@@ -1,3 +0,0 @@
1
- module.exports = async () => {
2
- preset: "@friggframework/test-environment";
3
- };
package/test/CHANGELOG.md DELETED
@@ -1,46 +0,0 @@
1
- # v1.1.6 (Tue Jan 31 2023)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Updates/api module yotpo [#108](https://github.com/friggframework/frigg/pull/108) ([@seanspeaks](https://github.com/seanspeaks))
6
- - # mock-api.js Work in Progress ([@seanspeaks](https://github.com/seanspeaks))
7
- - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
8
-
9
- #### Authors: 1
10
-
11
- - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
12
-
13
- ---
14
-
15
- # v1.1.5 (Mon Jan 09 2023)
16
-
17
- #### 🐛 Bug Fix
18
-
19
- - Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
20
- - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
21
- - Merge remote-tracking branch 'origin/main' into simplify-mongoose-models ([@seanspeaks](https://github.com/seanspeaks))
22
- - Add READMEs for all packages and api-modules [#20](https://github.com/friggframework/frigg/pull/20) ([@seanspeaks](https://github.com/seanspeaks))
23
- - Add READMEs for all packages and api-modules ([@seanspeaks](https://github.com/seanspeaks))
24
-
25
- #### ⚠️ Pushed to `main`
26
-
27
- - Merge branch 'main' into gitbook-updates ([@seanspeaks](https://github.com/seanspeaks))
28
- - Refactored for more conventional naming (at least for packages) ([@seanspeaks](https://github.com/seanspeaks))
29
-
30
- #### Authors: 1
31
-
32
- - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
33
-
34
- ---
35
-
36
- # v1.1.4 (Mon Sep 19 2022)
37
-
38
- #### 🐛 Bug Fix
39
-
40
- - Test environment setup for all modules [#49](https://github.com/friggframework/frigg/pull/49) ([@seanspeaks](https://github.com/seanspeaks))
41
- - Test environment setup for all modules ([@seanspeaks](https://github.com/seanspeaks))
42
- - Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
43
-
44
- #### Authors: 1
45
-
46
- - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
package/test/LICENSE.md DELETED
@@ -1,9 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 Left Hook Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
-
7
- The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/test/README.md DELETED
@@ -1,3 +0,0 @@
1
- # test-environment
2
-
3
- This package exports the `test-environment` defaults used in [Frigg](https://friggframework.org). You can find its documentation [on Frigg's website](https://docs.friggframework.org/packages/test-environment).