@saashub/qoq-eslint-v9-ts-vitest 0.7.7 → 0.7.8

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.
@@ -136,7 +136,7 @@ export default config;
136
136
  <div class='footer quiet pad2 space-top1 center small'>
137
137
  Code coverage generated by
138
138
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
139
- at 2024-08-29T11:01:13.946Z
139
+ at 2024-08-30T13:12:49.471Z
140
140
  </div>
141
141
  <script src="prettify.js"></script>
142
142
  <script>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1724929273957" clover="3.2.0">
3
- <project timestamp="1724929273957" name="All files">
2
+ <coverage generated="1725023569484" clover="3.2.0">
3
+ <project timestamp="1725023569484" name="All files">
4
4
  <metrics statements="28" coveredstatements="28" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0" elements="28" coveredelements="28" complexity="0" loc="28" ncloc="28" packages="1" files="2" classes="2"/>
5
5
  <file name="baseConfig.ts" path="/home/ladamczyk/Desktop/projects/qoq/packages/eslint-v9-ts-vitest/src/baseConfig.ts">
6
6
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -124,7 +124,7 @@ export default eslintConfig;
124
124
  <div class='footer quiet pad2 space-top1 center small'>
125
125
  Code coverage generated by
126
126
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
127
- at 2024-08-29T11:01:13.946Z
127
+ at 2024-08-30T13:12:49.471Z
128
128
  </div>
129
129
  <script src="prettify.js"></script>
130
130
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-08-29T11:01:13.946Z
119
+ at 2024-08-30T13:12:49.471Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@saashub/qoq-eslint-v9-ts-vitest",
3
3
  "description": "Eslint flat config template for TS + Vitest",
4
4
  "license": "MIT",
5
- "version": "0.7.7",
5
+ "version": "0.7.8",
6
6
  "main": "./lib/index.js",
7
7
  "module": "./lib/index.mjs",
8
8
  "types": "./lib/index.d.js",
@@ -38,8 +38,8 @@
38
38
  "inspect": "npm run build && eslint -c ./lib/eslintConfig.js --inspect-config"
39
39
  },
40
40
  "dependencies": {
41
- "@saashub/qoq-eslint-v9-js-vitest": "^0.7.7",
42
- "@saashub/qoq-eslint-v9-ts": "^0.7.7",
41
+ "@saashub/qoq-eslint-v9-js-vitest": "^0.7.8",
42
+ "@saashub/qoq-eslint-v9-ts": "^0.7.8",
43
43
  "lodash": "4.17.21"
44
44
  },
45
45
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  "@types/eslint": "^9",
48
48
  "@types/lodash": "4.17.7",
49
49
  "rimraf": "6.0.1",
50
- "rollup": "4.21.1",
50
+ "rollup": "4.21.2",
51
51
  "typescript": "5.5.4",
52
52
  "vitest": "2.0.5"
53
53
  },
@@ -67,5 +67,5 @@
67
67
  "directory": "packages/eslint-v9-ts-vitest"
68
68
  },
69
69
  "homepage": "https://github.com/saashub-it/qoq/tree/master/packages/eslint-v9-ts-vitest",
70
- "gitHead": "52a7d18007ea2b1ffd70cb3a8d74486424e73bea"
70
+ "gitHead": "3ac5b1ad81d29ad655dbc64f288e102dcf3fc887"
71
71
  }