Skip to content

Commit 5f13b3c

Browse files
authored
Merge pull request #941 from ember-fastboot/fix-release
add names to private tests packages
2 parents f8ee13a + 584c196 commit 5f13b3c

File tree

17 files changed

+39
-3
lines changed

17 files changed

+39
-3
lines changed

packages/fastboot/test/fixtures/app-with-console-log/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "app-with-console-log",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

packages/fastboot/test/fixtures/app-with-dependencies/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "app-with-dependencies",
24
"dependencies": {
35
"foo": "workspace:*"
46
},
@@ -32,4 +34,4 @@
3234
"moduleWhitelist": ["url", "foo"],
3335
"schemaVersion": 4
3436
}
35-
}
37+
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{"dependencies":{},"fastboot":{"appName":"app-with-multiple-configs","config":{"app-with-multiple-configs":{"APP":{"autoboot":false,"name":"app-with-multiple-configs","version":"0.0.0+b0fbd701"},"EmberENV":{"EXTEND_PROTOTYPES":{"Date":false},"FEATURES":{}},"environment":"development","exportApplicationGlobal":true,"locationType":"auto","modulePrefix":"app-with-multiple-configs","rootURL":"/"},"foo":"bar"},"manifest":{"appFiles":["assets/app-with-multiple-configs.js","assets/app-with-multiple-configs-fastboot.js","ember-fastboot-build-example/bar.js"],"htmlFile":"index.html","vendorFiles":["ember-fastboot-build-example/foo.js","assets/vendor.js"]},"moduleWhitelist":[],"schemaVersion":3}}
1+
{
2+
"private": true,
3+
"name": "app-with-multiple-configs",
4+
"dependencies":{},"fastboot":{"appName":"app-with-multiple-configs","config":{"app-with-multiple-configs":{"APP":{"autoboot":false,"name":"app-with-multiple-configs","version":"0.0.0+b0fbd701"},"EmberENV":{"EXTEND_PROTOTYPES":{"Date":false},"FEATURES":{}},"environment":"development","exportApplicationGlobal":true,"locationType":"auto","modulePrefix":"app-with-multiple-configs","rootURL":"/"},"foo":"bar"},"manifest":{"appFiles":["assets/app-with-multiple-configs.js","assets/app-with-multiple-configs-fastboot.js","ember-fastboot-build-example/bar.js"],"htmlFile":"index.html","vendorFiles":["ember-fastboot-build-example/foo.js","assets/vendor.js"]},"moduleWhitelist":[],"schemaVersion":3}}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{"dependencies":{},"fastboot":{"appName":"app-with-mutable-prototype","config":{"app-with-mutable-prototype":{"APP":{"autoboot":false},"EmberENV":{"EXTEND_PROTOTYPES":{"Date":false},"FEATURES":{},"_APPLICATION_TEMPLATE_WRAPPER":false,"_DEFAULT_ASYNC_OBSERVERS":true,"_JQUERY_INTEGRATION":false,"_TEMPLATE_ONLY_GLIMMER_COMPONENTS":true},"environment":"development","locationType":"auto","modulePrefix":"app-with-mutable-prototype","rootURL":"/"}},"manifest":{"appFiles":["assets/app-with-mutable-prototype.js","assets/app-with-mutable-prototype-fastboot.js"],"htmlFile":"index.html","vendorFiles":["assets/vendor.js"]},"moduleWhitelist":[],"schemaVersion":3}}
1+
{
2+
"private": true,
3+
"name": "app-with-prototype-mutations",
4+
"dependencies":{},"fastboot":{"appName":"app-with-mutable-prototype","config":{"app-with-mutable-prototype":{"APP":{"autoboot":false},"EmberENV":{"EXTEND_PROTOTYPES":{"Date":false},"FEATURES":{},"_APPLICATION_TEMPLATE_WRAPPER":false,"_DEFAULT_ASYNC_OBSERVERS":true,"_JQUERY_INTEGRATION":false,"_TEMPLATE_ONLY_GLIMMER_COMPONENTS":true},"environment":"development","locationType":"auto","modulePrefix":"app-with-mutable-prototype","rootURL":"/"}},"manifest":{"appFiles":["assets/app-with-mutable-prototype.js","assets/app-with-mutable-prototype-fastboot.js"],"htmlFile":"index.html","vendorFiles":["assets/vendor.js"]},"moduleWhitelist":[],"schemaVersion":3}}

packages/fastboot/test/fixtures/basic-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "basic-app",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

packages/fastboot/test/fixtures/boot-time-failing-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "boot-time-failing-app",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

packages/fastboot/test/fixtures/config-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "config-app",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

packages/fastboot/test/fixtures/config-not-in-meta-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "custom-not-in-meta-app",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

packages/fastboot/test/fixtures/custom-body-attrs-with-no-default-classes/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "custom-body-attrs-with-no-default-classes",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

packages/fastboot/test/fixtures/custom-body-attrs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"private": true,
3+
"name": "custom-body-attrs",
24
"dependencies": {},
35
"fastboot": {
46
"moduleWhitelist": [],

0 commit comments

Comments
 (0)