@autometa/app
Advanced tools
| > @autometa/app@0.3.4 test /Users/ben.aherne/Documents/GitHub/autometa/packages/app | ||
| > @autometa/app@0.3.5 test /Users/ben.aherne/Documents/GitHub/autometa/packages/app | ||
| > vitest run --passWithNoTests | ||
@@ -9,5 +9,5 @@ | ||
| include: **/*.{test,spec}.?(c|m)[jt]s?(x) | ||
| No test files found, exiting with code 0 | ||
| 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.* | ||
| watch exclude: **/node_modules/**, **/dist/** | ||
| No test files found, exiting with code 0 | ||
+6
-0
| # @autometa/app | ||
| ## 0.4.0 | ||
| ### Minor Changes | ||
| - 7440e9f: feat: new group based hooks for feature, rule, outline and examples | ||
| ## 0.3.5 | ||
@@ -4,0 +10,0 @@ |
+6
-6
| { | ||
| "name": "@autometa/app", | ||
| "version": "0.3.5", | ||
| "version": "0.4.0", | ||
| "description": "App and World container for Autometa", | ||
@@ -48,4 +48,4 @@ "type": "module", | ||
| "@autometa/types": "^0.4.1", | ||
| "tsconfig": "0.7.0", | ||
| "eslint-config-custom": "0.6.0" | ||
| "eslint-config-custom": "0.6.0", | ||
| "tsconfig": "0.7.0" | ||
| }, | ||
@@ -55,7 +55,7 @@ "dependencies": { | ||
| "uuid": "^9.0.1", | ||
| "@autometa/phrases": "0.1.12", | ||
| "@autometa/fixture-proxies": "^0.1.3", | ||
| "@autometa/injection": "^0.1.3", | ||
| "@autometa/asserters": "0.1.8", | ||
| "@autometa/errors": "0.2.2", | ||
| "@autometa/fixture-proxies": "^0.1.3", | ||
| "@autometa/phrases": "0.1.12" | ||
| "@autometa/asserters": "0.1.8" | ||
| }, | ||
@@ -62,0 +62,0 @@ "scripts": { |
24890
0.44%