Skip to content

Commit 9195cb7

Browse files
committed
chore(gates): declare the private managed readiness scope export
1 parent 95198cd commit 9195cb7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/provision-kit/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"@agent-device/kernel": "workspace:*"
1111
},
1212
"exports": {
13+
"./managed-device-scope": {
14+
"types": "./src/managed-device-scope.ts",
15+
"default": "./src/managed-device-scope.ts"
16+
},
1317
"./app-resolution-cache": {
1418
"types": "./src/app-resolution-cache.ts",
1519
"default": "./src/app-resolution-cache.ts"

scripts/layering/package-boundaries.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ test('the real tree parses, declares, and passes R11', () => {
427427
'@agent-device/provision-kit/install-source-config',
428428
'@agent-device/provision-kit/install-source-network',
429429
'@agent-device/provision-kit/install-source-network-transport',
430+
'@agent-device/provision-kit/managed-device-scope',
430431
'@agent-device/provision-kit/toolchain-probe',
431432
]);
432433
assert.deepEqual([...provisionKitPackage.workspaceDependencies].sort(), [

0 commit comments

Comments
 (0)