@autometa/jest-transformer 0.1.105 → 0.1.107
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/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @autometa/jest-transformer@0.1.
|
|
2
|
+
> @autometa/jest-transformer@0.1.106 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-transformer
|
|
3
3
|
> vitest run --passWithNoTests
|
|
4
4
|
|
|
5
5
|
[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
RUN v1.4.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-transformer
|
|
8
8
|
|
|
9
9
|
include: **/*.{test,spec}.?(c|m)[jt]s?(x)
|
|
10
|
-
exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
|
|
11
|
-
watch exclude: **/node_modules/**, **/dist/**
|
|
12
10
|
No test files found, exiting with code 0
|
|
13
11
|
|
|
12
|
+
exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
|
|
13
|
+
watch exclude: **/node_modules/**, **/dist/**
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/jest-transformer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.107",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@jest/types": "^29.4.3",
|
|
36
36
|
"@types/babel__core": "^7.20.0",
|
|
37
37
|
"babel-preset-jest": "^29.5.0",
|
|
38
|
-
"@autometa/runner": "^0.
|
|
38
|
+
"@autometa/runner": "^0.6.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"test": "vitest run --passWithNoTests",
|