@auto-engineer/frontend-checks 0.4.0 → 0.4.1

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.
@@ -1,4 +1,5 @@
1
-
2
- > @auto-engineer/frontend-checks@0.3.0 build /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
3
- > tsc
4
-
1
+
2
+ 
3
+ > @auto-engineer/frontend-checks@0.4.1 build /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
4
+ > tsc
5
+
@@ -1,8 +1,8 @@
1
1
 
2
- > @auto-engineer/frontend-checks@0.2.0 format /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
2
+ > @auto-engineer/frontend-checks@0.4.0 format /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
3
3
  > prettier --write "**/*.{js,ts,json,md,yml,yaml}" --ignore-path ../../.prettierignore
4
4
 
5
- CHANGELOG.md 29ms (unchanged)
6
- package.json 20ms (unchanged)
7
- src/index.ts 48ms (unchanged)
8
- tsconfig.json 1ms (unchanged)
5
+ CHANGELOG.md 38ms (unchanged)
6
+ package.json 15ms (unchanged)
7
+ src/index.ts 51ms (unchanged)
8
+ tsconfig.json 3ms (unchanged)
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/frontend-checks@0.2.0 lint /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
2
+ > @auto-engineer/frontend-checks@0.4.0 lint /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
3
3
  > eslint 'src/**/*.ts' --max-warnings 0 --config ../../eslint.config.ts
4
4
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/frontend-checks@0.3.0 test /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
3
+ > @auto-engineer/frontend-checks@0.4.1 test /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/frontend-checks@0.3.0 type-check /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
3
+ > @auto-engineer/frontend-checks@0.4.1 type-check /Users/sam/WebstormProjects/top/auto-engineer/packages/frontend-checks
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @auto-engineer/frontend-checks
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump to trigger builds
8
+
3
9
  ## 0.4.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/frontend-checks",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",