[object Object]

← back to La Socrata Ingester

chore: v0.2.4 (session close)

1879ff05590bea2654e38ca4e745207d863ad806 · 2026-09-12 19:42:52 -0700 · Steve Abrams

Version bump only — reflects the TK-10955 assessor_parcels allowFailure fix
(93a7ac5) committed earlier this session. No lint issues found (no linter
configured in this repo); reviewed the diff manually, no refactor needed —
it mirrors the existing gis_zoning allowFailure pattern exactly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MffyeUFB1BstaK2xS7ufYd

Files touched

Diff

commit 1879ff05590bea2654e38ca4e745207d863ad806
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat Sep 12 19:42:52 2026 -0700

    chore: v0.2.4 (session close)
    
    Version bump only — reflects the TK-10955 assessor_parcels allowFailure fix
    (93a7ac5) committed earlier this session. No lint issues found (no linter
    configured in this repo); reviewed the diff manually, no refactor needed —
    it mirrors the existing gis_zoning allowFailure pattern exactly.
    
    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01MffyeUFB1BstaK2xS7ufYd
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index cac8fb1..af371ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "la-socrata-ingester",
-  "version": "0.2.3",
+  "version": "0.2.4",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "la-socrata-ingester",
-      "version": "0.2.3",
+      "version": "0.2.4",
       "license": "UNLICENSED",
       "dependencies": {
         "express": "^5.2.1",
diff --git a/package.json b/package.json
index 48bc852..128ad37 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "la-socrata-ingester",
-  "version": "0.2.3",
+  "version": "0.2.4",
   "description": "Programmatic ingester for LA public data (Socrata SODA + LA County ArcGIS FeatureServer) -> realestate Postgres. $0, free public APIs.",
   "type": "module",
   "bin": {

← 93a7ac5 fix(la-data): tolerate assessor_parcels' audited page-1 400  ·  back to La Socrata Ingester  ·  fix(la-data): adaptive page-size backoff for oversized-geome cbc32be →