diff --git a/.bitmap b/.bitmap index c599f47..deb5f02 100644 --- a/.bitmap +++ b/.bitmap @@ -12,30 +12,37 @@ "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": "89227d196122fbfdabac92b14d4d3e762b5b41a3", + "version": "d6935a57055f73e6ea835befa2f5a07fd91e7a93", "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..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. + * 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.