@autometa/app 0.3.5 → 0.4.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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @autometa/app@0.3.4 test /Users/ben.aherne/Documents/GitHub/autometa/packages/app
2
+ > @autometa/app@0.3.5 test /Users/ben.aherne/Documents/GitHub/autometa/packages/app
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v1.4.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/app
7
7
 
8
8
  include: **/*.{test,spec}.?(c|m)[jt]s?(x)
9
- 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.*
10
- watch exclude: **/node_modules/**, **/dist/**
11
9
  No test files found, exiting with code 0
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.*
12
11
 
12
+ watch exclude: **/node_modules/**, **/dist/**
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @autometa/app
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7440e9f: feat: new group based hooks for feature, rule, outline and examples
8
+
3
9
  ## 0.3.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/app",
3
- "version": "0.3.5",
3
+ "version": "0.4.0",
4
4
  "description": "App and World container for Autometa",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,17 +45,17 @@
45
45
  "typescript": "^4.9.5",
46
46
  "vitest": "1.4.0",
47
47
  "@autometa/types": "^0.4.1",
48
- "tsconfig": "0.7.0",
49
- "eslint-config-custom": "0.6.0"
48
+ "eslint-config-custom": "0.6.0",
49
+ "tsconfig": "0.7.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "tsyringe": "^4.8.0",
53
53
  "uuid": "^9.0.1",
54
+ "@autometa/phrases": "0.1.12",
55
+ "@autometa/fixture-proxies": "^0.1.3",
54
56
  "@autometa/injection": "^0.1.3",
55
- "@autometa/asserters": "0.1.8",
56
57
  "@autometa/errors": "0.2.2",
57
- "@autometa/fixture-proxies": "^0.1.3",
58
- "@autometa/phrases": "0.1.12"
58
+ "@autometa/asserters": "0.1.8"
59
59
  },
60
60
  "scripts": {
61
61
  "test": "vitest run --passWithNoTests",