@instruments/taxonomy 1.3.0 → 1.3.1

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.
package/dist/index.js CHANGED
@@ -4242,6 +4242,7 @@ var FITNESS_SPACES = [
4242
4242
  ];
4243
4243
 
4244
4244
  // src/axes/space/gathering.ts
4245
+ var LIVING_ROOM = "living-room";
4245
4246
  var GATHERING_SPACES = [
4246
4247
  // ─── Sitting and gathering ──────────────────────────────────────────────────────────────────
4247
4248
  // The spine's largest single block, and the one where the near-synonym rule earns its keep. Nine
@@ -4260,12 +4261,12 @@ var GATHERING_SPACES = [
4260
4261
  provenance: MS_ROOM_PROGRAM,
4261
4262
  related: [serves("residential")],
4262
4263
  seenAs: ["Living Room", "living_area"],
4263
- slug: "living-room",
4264
+ slug: LIVING_ROOM,
4264
4265
  usage: schemeUsage("common")
4265
4266
  },
4266
4267
  {
4267
4268
  altLabels: ["den"],
4268
- broaderSlug: "living-room",
4269
+ broaderSlug: LIVING_ROOM,
4269
4270
  definition: "A small, enclosed and deliberately low-lit sitting volume held as a retreat from the main `living_room`, rather than as a substitute for it.",
4270
4271
  external: [
4271
4272
  aat2("300004416", "dens (rooms)", "close"),
@@ -4275,6 +4276,14 @@ var GATHERING_SPACES = [
4275
4276
  provenance: AUTHORED6,
4276
4277
  slug: "snug"
4277
4278
  },
4279
+ {
4280
+ broaderSlug: LIVING_ROOM,
4281
+ definition: "A formal sitting volume kept for receiving guests, held apart from the household's everyday `living_room` and finished to be seen rather than lived in. British usage, and the reason it is a term rather than another name for `living_room`: a house with both uses them differently.",
4282
+ label: "Drawing Room",
4283
+ provenance: AUTHORED6,
4284
+ seenAs: ["Drawing Room", "drawing room"],
4285
+ slug: "drawing-room"
4286
+ },
4278
4287
  {
4279
4288
  definition: "A soft-seated volume for waiting or informal use in a commercial setting; separated from `hospitality_lobby` by being sat in rather than passed through.",
4280
4289
  external: [aat2("300004436", "lounges (sitting rooms)", "close")],
@@ -6821,6 +6830,9 @@ var GATHERING_ANCHORS = {
6821
6830
  "community-room": [
6822
6831
  "A plain bookable hall with stacking chairs against the wall, folding tables, a serving hatch to a small kitchen, and a floor marked from years of different uses"
6823
6832
  ],
6833
+ "drawing-room": [
6834
+ "A formal front sitting room kept for visitors, with a matched pair of sofas facing each other across a low table, a fireplace with pictures hung above it, full-length curtains, a rug over the boards and nothing of the household's day left out"
6835
+ ],
6824
6836
  "family-lounge": [
6825
6837
  "Wipe-clean soft seating in small groups with a low table between, a water dispenser, tissues, a quiet corner with a lamp, and a door back onto a clinical corridor"
6826
6838
  ],
@@ -7689,7 +7701,7 @@ var resolveReference = (reference) => INDEX.byKey.get(canonicalKey(reference));
7689
7701
  // src/v1.ts
7690
7702
  var TAXONOMY_BASE_URI = "https://taxonomy.materialinstruments.com";
7691
7703
  var TAXONOMY_SNAPSHOT = "2026-09-11";
7692
- var TAXONOMY_VERSION = "1.3.0";
7704
+ var TAXONOMY_VERSION = "1.3.1";
7693
7705
  var PUBLISHED_V1_BASELINE = "2026-08-30";
7694
7706
  var TAX45_REVIEW_SNAPSHOT = "2026-08-31";
7695
7707
  var LIMESTONE_INTRODUCED = "2026-09-01";
package/dist/v1.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { ElementPlacement, ExternalMapping, PeriodSpan, RelationPredicate, SearchedWithout, StyleKind, TermProvenance, TermUsage, UsageWithheld } from "./term.js";
2
2
  export declare const TAXONOMY_BASE_URI: "https://taxonomy.materialinstruments.com";
3
3
  export declare const TAXONOMY_SNAPSHOT: "2026-09-11";
4
- export declare const TAXONOMY_VERSION: "1.3.0";
4
+ export declare const TAXONOMY_VERSION: "1.3.1";
5
5
  export type CanonicalConceptUri = `${typeof TAXONOMY_BASE_URI}/id/${string}`;
6
6
  export type LifecycleStatus = "active" | "deprecated";
7
7
  export interface Lifecycle {
@@ -136,6 +136,6 @@ export declare const TAXONOMY_CORPUS_METADATA: {
136
136
  readonly nodeCount: number;
137
137
  readonly revision: string;
138
138
  readonly snapshot: "2026-09-11";
139
- readonly version: "1.3.0";
139
+ readonly version: "1.3.1";
140
140
  };
141
141
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instruments/taxonomy",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Canonical data-only interiors and architecture knowledge graph and lexical corpus.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {