Skip to content

Commit

Permalink
Merge pull request #941 from ember-fastboot/fix-release
Browse files Browse the repository at this point in the history
add names to private tests packages
  • Loading branch information
mansona authored May 2, 2024
2 parents f8ee13a + 584c196 commit 5f13b3c
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "app-with-console-log",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "app-with-dependencies",
"dependencies": {
"foo": "workspace:*"
},
Expand Down Expand Up @@ -32,4 +34,4 @@
"moduleWhitelist": ["url", "foo"],
"schemaVersion": 4
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,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}}
{
"private": true,
"name": "app-with-multiple-configs",
"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}}
Original file line number Diff line number Diff line change
@@ -1 +1,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}}
{
"private": true,
"name": "app-with-prototype-mutations",
"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}}
2 changes: 2 additions & 0 deletions packages/fastboot/test/fixtures/basic-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "basic-app",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "boot-time-failing-app",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/fastboot/test/fixtures/config-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "config-app",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "custom-not-in-meta-app",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "custom-body-attrs-with-no-default-classes",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "custom-body-attrs",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "custom-html-attrs-with-no-default-classes",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "custom-html-attrs",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/fastboot/test/fixtures/custom-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "custom-sandbox",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "higher-schema-version",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/fastboot/test/fixtures/hot-swap-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "hot-swap-app",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "multiple-app-files",
"dependencies": {},
"fastboot": {
"moduleWhitelist": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/fastboot/test/fixtures/rejected-promise/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "rejected-promise",
"fastboot": {
"moduleWhitelist": [],
"schemaVersion": 1,
Expand Down

0 comments on commit 5f13b3c

Please sign in to comment.