Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Closed but still relevant context:
- `TIN-103` closed the release-authority ambiguity for `Jesssullivan/scheduling-kit`
- `TIN-104` was canceled as a duplicate during that convergence work
- `TIN-165` is done: the tinyland bazel-registry is generated from standalone
package truth and currently carries scheduling-kit `0.9.1+` and
package truth and currently carries scheduling-kit `0.9.2+` and
scheduling-bridge `0.5.11+`; the registry line is in `.bazelrc`
- `TIN-677` is done: HomegrownAdapter takes injected schemas from
`@tummycrypt/tinyland-business-pg`, with `tinyland-auth-pg` kept only as an
Expand All @@ -66,9 +66,9 @@ Current operational truth:

- local development should default to `jesssullivan/main`
- that branch is the current functional release line
- current released version is `0.9.1`: git tag plus GitHub Release, GitHub
- current released version is `0.9.2`: git tag plus GitHub Release, GitHub
Packages `@jesssullivan/scheduling-kit`, and the active tinyland Bazel
registry (`0.9.1+`)
registry (`0.9.2+`)
- npmjs `@tummycrypt/scheduling-kit` is retired for new versions and frozen at
`0.8.0`; `npm_publish_mode: disabled` is permanent policy, not a temporary
outage
Expand Down
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ npm_package(
],
package = "@tummycrypt/scheduling-kit",
tags = ["manual"],
version = "0.9.1",
version = "0.9.2",
visibility = ["//visibility:public"],
)

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Subpackage targets (finer-grained caching):

module(
name = "tummycrypt_scheduling_kit",
version = "0.9.1",
version = "0.9.2",
compatibility_level = 1,
)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Bazel module graph is the canonical delivery mechanism. Depend on the
module through the tinyland Bazel registry:

```starlark
bazel_dep(name = "tummycrypt_scheduling_kit", version = "0.9.1")
bazel_dep(name = "tummycrypt_scheduling_kit", version = "0.9.2")
```

with the registry line (already in this repo's `.bazelrc`):
Expand Down Expand Up @@ -105,7 +105,7 @@ Current reality:
- the functional release line is `Jesssullivan/scheduling-kit`
- `tinyland-inc/scheduling-kit` is now a downstream mirror and validation
surface, not a second publish authority
- the active tinyland Bazel registry carries `scheduling-kit` `0.9.1+` (and
- the active tinyland Bazel registry carries `scheduling-kit` `0.9.2+` (and
`scheduling-bridge` `0.5.11+`); the registry line is already in `.bazelrc`

Treat `Jesssullivan/main` as the release authority for package publication and
Expand Down
7 changes: 5 additions & 2 deletions docs/generated/package-surface.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generated from `package.json` and the current `src/` tree.
| Field | Value |
| --- | --- |
| Package | `@tummycrypt/scheduling-kit` |
| Version | `0.9.1` |
| Version | `0.9.2` |
| Description | Backend-agnostic scheduling components with alternative payment support |
| Node range | `>=20 <25` |
| Repository | https://github.com/Jesssullivan/scheduling-kit.git |
Expand All @@ -25,22 +25,25 @@ Generated from `package.json` and the current `src/` tree.
| `./capabilities` | `./dist/capabilities/index.d.ts` | `./dist/capabilities/index.js` | |
| `./components` | `./dist/components/index.d.ts` | `./dist/components/index.js` | `./dist/components/index.js` |
| `./core` | `./dist/core/index.d.ts` | `./dist/core/index.js` | |
| `./fuzzy` | `./dist/fuzzy/index.d.ts` | `./dist/fuzzy/index.js` | |
| `./lib` | `./dist/lib/index.d.ts` | `./dist/lib/index.js` | |
| `./onboarding` | `./dist/onboarding/index.d.ts` | `./dist/onboarding/index.js` | |
| `./payments` | `./dist/payments/index.d.ts` | `./dist/payments/index.js` | |
| `./payments/types` | `./dist/payments/types.d.ts` | `./dist/payments/types.js` | |
| `./reconciliation` | `./dist/reconciliation/index.d.ts` | `./dist/reconciliation/index.js` | |
| `./recurrence` | `./dist/adapters/recurrence.d.ts` | `./dist/adapters/recurrence.js` | |
| `./stores` | `./dist/stores/index.d.ts` | `./dist/stores/index.js` | `./dist/stores/index.js` |
| `./testing` | `./dist/testing/index.d.ts` | `./dist/testing/index.js` | |

## Source Inventory

| Area | Files | Notes |
| --- | --- | --- |
| `src/adapters` | 8 | Scheduling provider integrations and availability helpers |
| `src/adapters` | 10 | Scheduling provider integrations and availability helpers |
| `src/capabilities` | 3 | Repo source area |
| `src/components` | 13 | Svelte checkout and booking UI |
| `src/core` | 6 | Effect-powered orchestration, error types, and utilities |
| `src/fuzzy` | 7 | Repo source area |
| `src/lib` | 3 | Small reusable helpers and Acuity iframe listener |
| `src/onboarding` | 11 | Settings-driven onboarding and credential helpers |
| `src/payments` | 6 | Payment adapters and capability contracts |
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/release-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Generated from `package.json`, `MODULE.bazel`, `BUILD.bazel`,

| Surface | Value |
| --- | --- |
| package.json version | `0.9.1` |
| MODULE.bazel version | `0.9.1` |
| BUILD.bazel npm_package version | `0.9.1` |
| package.json version | `0.9.2` |
| MODULE.bazel version | `0.9.2` |
| BUILD.bazel npm_package version | `0.9.2` |
| BUILD.bazel package name | `@tummycrypt/scheduling-kit` |
| .bazelversion | `8.1.1` |
| pnpm packageManager | `pnpm@9.15.9` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tummycrypt/scheduling-kit",
"version": "0.9.1",
"version": "0.9.2",
"description": "Backend-agnostic scheduling components with alternative payment support",
"type": "module",
"packageManager": "pnpm@9.15.9",
Expand Down
Loading