From 18fa605074149ef2f45611f07c003262ddd86212 Mon Sep 17 00:00:00 2001 From: "bit-sync[bot]" Date: Fri, 28 Aug 2026 14:45:32 +0000 Subject: [PATCH 1/3] chore(bit-sync): sync lane bitdev.git-sync-demo/token-check @ 5b67b2aa9 Bit-Lane-Head: 5b67b2aa93810f09d4a74d558b98df89a0b95ae2 [bit-sync] --- .bitmap | 11 +++++++++-- components/utils/format-price/format-price.ts | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.bitmap b/.bitmap index c599f47..ca78bcc 100644 --- a/.bitmap +++ b/.bitmap @@ -33,9 +33,16 @@ "utils/format-price": { "name": "utils/format-price", "scope": "bitdev.git-sync-demo", - "version": "89227d196122fbfdabac92b14d4d3e762b5b41a3", + "version": "6633c02bba8b217f8c9c7fbfa3c405e3f7bb8933", "mainFile": "index.ts", "rootDir": "components/utils/format-price" }, - "$schema-version": "17.0.0" + "$schema-version": "17.0.0", + "_bit_lane": { + "id": { + "name": "token-check", + "scope": "bitdev.git-sync-demo" + }, + "exported": true + } } \ No newline at end of file diff --git a/components/utils/format-price/format-price.ts b/components/utils/format-price/format-price.ts index d795655..5b2b90f 100644 --- a/components/utils/format-price/format-price.ts +++ b/components/utils/format-price/format-price.ts @@ -1,5 +1,5 @@ /** - * Formats an amount of money for display. Rejects NaN and infinities. + * Formats an amount of money for display. Rejects NaN and infinities (token check). * Example: formatPrice(1999.5) returns "$1,999.50". * The currency and the locale are optional. The default is US dollars in * the en-US locale. From c5380173bba6ea183d3cfdbe31a43835e0f38262 Mon Sep 17 00:00:00 2001 From: Luv Kapur Date: Fri, 28 Aug 2026 10:45:56 -0400 Subject: [PATCH 2/3] docs: token check from the git side --- components/utils/format-price/format-price.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/utils/format-price/format-price.ts b/components/utils/format-price/format-price.ts index 5b2b90f..e427b88 100644 --- a/components/utils/format-price/format-price.ts +++ b/components/utils/format-price/format-price.ts @@ -1,5 +1,5 @@ /** - * Formats an amount of money for display. Rejects NaN and infinities (token check). + * Formats an amount of money for display. Rejects NaN and infinities (token check, git side). * Example: formatPrice(1999.5) returns "$1,999.50". * The currency and the locale are optional. The default is US dollars in * the en-US locale. From 1947b65f312824603a5c55101beab5615667b715 Mon Sep 17 00:00:00 2001 From: "bit-sync[bot]" Date: Fri, 28 Aug 2026 14:46:50 +0000 Subject: [PATCH 3/3] chore(bit-sync): sync lane bitdev.git-sync-demo/token-check @ 0b26c5a66 Bit-Lane-Head: 0b26c5a662ef3542e469e0105b5194638cb82765 [bit-sync] --- .bitmap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bitmap b/.bitmap index ca78bcc..deb5f02 100644 --- a/.bitmap +++ b/.bitmap @@ -12,28 +12,28 @@ "models/cart-item": { "name": "models/cart-item", "scope": "bitdev.git-sync-demo", - "version": "0.0.2", + "version": "85dc0f0fe69ba7140a2e7793b466e118c66cd4d9", "mainFile": "index.ts", "rootDir": "components/models/cart-item" }, "ui/cart-summary": { "name": "ui/cart-summary", "scope": "bitdev.git-sync-demo", - "version": "0.0.2", + "version": "d774c056eb960c77748808e8c20b91d9a6b660be", "mainFile": "index.ts", "rootDir": "components/ui/cart-summary" }, "ui/price-tag": { "name": "ui/price-tag", "scope": "bitdev.git-sync-demo", - "version": "0.0.2", + "version": "6b102f53a09aca3cfbf0de235b06fdc698e69884", "mainFile": "index.ts", "rootDir": "components/ui/price-tag" }, "utils/format-price": { "name": "utils/format-price", "scope": "bitdev.git-sync-demo", - "version": "6633c02bba8b217f8c9c7fbfa3c405e3f7bb8933", + "version": "d6935a57055f73e6ea835befa2f5a07fd91e7a93", "mainFile": "index.ts", "rootDir": "components/utils/format-price" },