@embroider/test-setup 1.5.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,7 +68,7 @@ This function always accepts your `app` (the value returned from `new EmberApp`
68
68
 
69
69
  When Embroider is not present in the app's dependencies, it does exactly the same thing as `app.toTree()`. But when Embroider is present, it uses Embroider and if it sees one of our pre-defined scenario names in the environment variable `EMBROIDER_TEST_SETUP_OPTIONS`, it will merge those pre-defined options into any options that you provided.
70
70
 
71
- For detailed documentation on what can go in `embroiderOptions`, see the comments in [Core Options](`https://github.com/embroider-build/embroider/blob/master/packages/core/src/options.ts`) and [Compat Options](https://github.com/embroider-build/embroider/blob/master/packages/compat/src/options.ts).
71
+ For detailed documentation on what can go in `embroiderOptions`, see the comments in [Core Options](`https://github.com/embroider-build/embroider/blob/main/packages/core/src/options.ts`) and [Compat Options](https://github.com/embroider-build/embroider/blob/main/packages/compat/src/options.ts).
72
72
 
73
73
  If you normally pass extra broccoli trees to the `app.toTree()` method, you can still do so and should use the `extraPublicTrees` option:
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embroider/test-setup",
3
- "version": "1.5.0",
3
+ "version": "1.7.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/embroider-build/embroider.git",
@@ -16,7 +16,7 @@
16
16
  "resolve": "^1.20.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@embroider/compat": "1.5.0"
19
+ "@embroider/compat": "1.7.1"
20
20
  },
21
21
  "engines": {
22
22
  "node": "12.* || 14.* || >= 16"