@autometa/jest-transformer 0.1.96 → 0.1.97

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,5 +1,5 @@
1
1
 
2
- > @autometa/jest-transformer@0.1.94 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-transformer
2
+ > @autometa/jest-transformer@0.1.96 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-transformer
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
@@ -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
@@ -1,5 +1,11 @@
1
1
  # @autometa/jest-transformer
2
2
 
3
+ ## 0.1.97
4
+
5
+ ### Patch Changes
6
+
7
+ - @autometa/runner@0.5.2
8
+
3
9
  ## 0.1.96
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-transformer",
3
- "version": "0.1.96",
3
+ "version": "0.1.97",
4
4
  "description": "",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -27,15 +27,15 @@
27
27
  "tsup": "^7.2.0",
28
28
  "typescript": "^4.9.5",
29
29
  "vitest": "1.4.0",
30
- "eslint-config-custom": "0.6.0",
31
- "tsconfig": "0.7.0"
30
+ "tsconfig": "0.7.0",
31
+ "eslint-config-custom": "0.6.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/core": "^7.21.4",
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.5.1"
38
+ "@autometa/runner": "^0.5.2"
39
39
  },
40
40
  "scripts": {
41
41
  "test": "vitest run --passWithNoTests",