Skip to content

Commit 0c46097

Browse files
committed
Updated yarn file
1 parent dc15ecc commit 0c46097

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/canary-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
NPM_TOKEN_AUTH_INTEROP_TYPES: ${{secrets.NPM_TOKEN_AUTH_INTEROP_TYPES}}
5353
NPM_TOKEN_AUTH_TYPES: ${{secrets.NPM_TOKEN_AUTH_TYPES}}
5454
NPM_TOKEN_COMPONENT: ${{secrets.NPM_TOKEN_COMPONENT}}
55+
NPM_TOKEN_DATA_CONNECT: ${{secrets.NPM_TOKEN_DATA_CONNECT}}
5556
NPM_TOKEN_DATABASE: ${{secrets.NPM_TOKEN_DATABASE}}
5657
NPM_TOKEN_DATABASE_TYPES: ${{secrets.NPM_TOKEN_DATABASE_TYPES}}
5758
NPM_TOKEN_FIRESTORE: ${{secrets.NPM_TOKEN_FIRESTORE}}

packages/data-connect/src/network/transport/rest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export class RESTTransport implements DataConnectTransport {
7373
this._accessToken = token;
7474
});
7575
this.appCheckProvider?.addTokenChangeListener(result => {
76+
console.log('getting token');
7677
const { token } = result;
7778
logDebug(`New App Check Token Available: ${token}`);
7879
this._appCheckToken = token;

yarn.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,6 +1639,17 @@
16391639
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
16401640
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
16411641

1642+
"@firebase/app@0.10.7":
1643+
version "0.10.7"
1644+
resolved "https://registry.npmjs.org/@firebase/app/-/app-0.10.7.tgz#31cba1486c21b5a0cadc0036bfc0cec68ff53c8e"
1645+
integrity sha512-7OCd53B+wnk/onbMLn/vM10pDjw97zzWUD8m3swtLYKJIrL+gDZ7HZ4xcbBLw7OB8ikzu8k1ORNjRe2itgAy4g==
1646+
dependencies:
1647+
"@firebase/component" "0.6.8"
1648+
"@firebase/logger" "0.4.2"
1649+
"@firebase/util" "1.9.7"
1650+
idb "7.1.1"
1651+
tslib "^2.1.0"
1652+
16421653
"@gar/promisify@^1.0.1":
16431654
version "1.1.2"
16441655
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz"

0 commit comments

Comments
 (0)