From 5b954c0105222262efd9049349a6d4d6dc59f794 Mon Sep 17 00:00:00 2001 From: Johan Nyman Date: Wed, 20 Dec 2023 09:14:59 +0100 Subject: [PATCH] chore: update expectedPackage.json --- apps/single-app/app/expectedPackages.json | 47 +++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/apps/single-app/app/expectedPackages.json b/apps/single-app/app/expectedPackages.json index 2f470c74..7f87eec3 100644 --- a/apps/single-app/app/expectedPackages.json +++ b/apps/single-app/app/expectedPackages.json @@ -48,6 +48,29 @@ "allowWrite": true } } + }, + "http0": { + "label": "Local HTTP", + "accessors": { + "http": { + "type": "http", + "label": "http", + "baseUrl": "http://127.0.0.1:8080", + "allowRead": true, + "allowWrite": false + } + } + }, + "core0": { + "label": "Core", + "accessors": { + "packageInfo0": { + "type": "core_package_info", + "label": "Package Info", + "allowRead": true, + "allowWrite": true + } + } } }, "expectedPackages": [ @@ -86,6 +109,30 @@ ] } } + }, + { + "type": "json_data", + "_id": "json0", + "contentVersionHash": "abc1234", + "content": { + "path": "test.json" + }, + "version": {}, + "sources": [ + { + "containerId": "http0", + "accessors": { + "local": { + "type": "http", + "isStable": true + } + } + } + ], + "layers": [ + "core0" + ], + "sideEffect": {} } ] }