codefold 0.8.1__tar.gz → 0.8.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codefold-0.8.1 → codefold-0.8.2}/Cargo.lock +4 -4
- {codefold-0.8.1 → codefold-0.8.2}/Cargo.toml +1 -1
- {codefold-0.8.1 → codefold-0.8.2}/PKG-INFO +1 -1
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/README.md +1 -0
- {codefold-0.8.1 → codefold-0.8.2}/LICENSE +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/bindings/python/Cargo.toml +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/bindings/python/LICENSE +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/bindings/python/src/lib.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/bindings/python/tests/test_codefold.py +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/Cargo.toml +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/benches/render.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/error.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/go.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/language.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/level.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/lib.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/options.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/parse.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/python.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/result.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/rust.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/tokens.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/src/typescript.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/fixtures/go/auth.go +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/fixtures/python/auth.py +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/fixtures/python/heavy.py +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/fixtures/rust/auth.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/fixtures/typescript/auth.ts +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/focus.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/full_level.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/go_bodies.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/go_public.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/go_signatures.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/python_bodies.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/python_public.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/python_signatures.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/rust_bodies.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/rust_public.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/rust_signatures.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/tokens.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/typescript_bodies.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/typescript_public.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/crates/codefold-core/tests/typescript_signatures.rs +0 -0
- {codefold-0.8.1 → codefold-0.8.2}/pyproject.toml +0 -0
|
@@ -235,7 +235,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
|
235
235
|
|
|
236
236
|
[[package]]
|
|
237
237
|
name = "codefold-cli"
|
|
238
|
-
version = "0.8.
|
|
238
|
+
version = "0.8.2"
|
|
239
239
|
dependencies = [
|
|
240
240
|
"assert_cmd",
|
|
241
241
|
"clap",
|
|
@@ -250,7 +250,7 @@ dependencies = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "codefold-core"
|
|
253
|
-
version = "0.8.
|
|
253
|
+
version = "0.8.2"
|
|
254
254
|
dependencies = [
|
|
255
255
|
"criterion",
|
|
256
256
|
"insta",
|
|
@@ -266,7 +266,7 @@ dependencies = [
|
|
|
266
266
|
|
|
267
267
|
[[package]]
|
|
268
268
|
name = "codefold-node"
|
|
269
|
-
version = "0.8.
|
|
269
|
+
version = "0.8.2"
|
|
270
270
|
dependencies = [
|
|
271
271
|
"codefold-core",
|
|
272
272
|
"napi",
|
|
@@ -276,7 +276,7 @@ dependencies = [
|
|
|
276
276
|
|
|
277
277
|
[[package]]
|
|
278
278
|
name = "codefold-py"
|
|
279
|
-
version = "0.8.
|
|
279
|
+
version = "0.8.2"
|
|
280
280
|
dependencies = [
|
|
281
281
|
"codefold-core",
|
|
282
282
|
"pyo3",
|
|
@@ -142,6 +142,7 @@ Early. v0.8.1. Python, TypeScript, Rust, Go. API is not yet stable.
|
|
|
142
142
|
|
|
143
143
|
### Changelog
|
|
144
144
|
|
|
145
|
+
- **0.8.2** — CI fix: `npm ci --omit=optional` so the publish job doesn't choke on out-of-sync lock entries for our own (not-yet-published) scoped sub-packages.
|
|
145
146
|
- **0.8.1** — CI fixes: upgrade npm on the release runner to >=11.5 (needed for Trusted Publishing OIDC); make the setup test platform-agnostic on Windows.
|
|
146
147
|
- **0.8.0** — `codefold update` (self-upgrade via cargo), `codefold setup` (install integration into Claude Code / Cursor / Copilot — project or user scope, idempotent block-replace, propagates to subagents). npm publish migrated to Trusted Publishing (OIDC).
|
|
147
148
|
- **0.7.0** — npm publish pipeline. `codefold` on npm with prebuilt binaries for Linux x86_64/aarch64, macOS x86_64/arm64, Windows x64. Uses napi-rs's per-platform sub-package pattern with provenance.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|