@entreprise-os/vitest-config 2.0.0 → 2.1.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/LICENSE +21 -0
- package/package.json +4 -1
- package/CHANGELOG.md +0 -13
package/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Copyright (c) 2025 Quartier Intelligence Artificielle Inc.
|
2
|
+
|
3
|
+
All rights reserved.
|
4
|
+
|
5
|
+
This software and associated documentation files (the "Software") are the proprietary
|
6
|
+
property of Quartier Intelligence Artificielle Inc. and are protected by copyright law
|
7
|
+
and international treaties.
|
8
|
+
|
9
|
+
Unauthorized copying, modification, distribution, or use of this Software, via any
|
10
|
+
medium, is strictly prohibited without the express written permission of
|
11
|
+
Quartier Intelligence Artificielle Inc.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
14
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL QUARTIER INTELLIGENCE
|
16
|
+
ARTIFICIELLE INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
17
|
+
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
18
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
19
|
+
|
20
|
+
For licensing inquiries, please contact:
|
21
|
+
Quartier Intelligence Artificielle Inc.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@entreprise-os/vitest-config",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.1.0",
|
4
4
|
"description": "Shared Vitest configuration for Enterprise OS packages",
|
5
5
|
"type": "module",
|
6
6
|
"publishConfig": {
|
@@ -14,6 +14,9 @@
|
|
14
14
|
"peerDependencies": {
|
15
15
|
"vitest": "^3.2.4"
|
16
16
|
},
|
17
|
+
"dependencies": {
|
18
|
+
"tsx": "^4.19.2"
|
19
|
+
},
|
17
20
|
"devDependencies": {
|
18
21
|
"@types/node": "^24.3.0",
|
19
22
|
"vitest": "^3.2.4"
|