@tiangong-lca/cli 0.0.18 → 0.0.19

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/README.md CHANGED
@@ -17,8 +17,8 @@ checkPaths:
17
17
  - bin/**
18
18
  - src/cli.ts
19
19
  - src/main.ts
20
- lastReviewedAt: 2026-06-21
21
- lastReviewedCommit: 44fa7e3d01a9cb144184b0047770f82f0006cace
20
+ lastReviewedAt: 2026-06-25
21
+ lastReviewedCommit: bd2feb36414f4b96508725ace0ca071e6a3e3bc4
22
22
  ---
23
23
 
24
24
  # TianGong LCA CLI
@@ -1414,18 +1414,38 @@
1414
1414
  "description": "container tag for the specification of allocations if process has more than one reference product. Use only for multifunctional processes.",
1415
1415
  "properties": {
1416
1416
  "allocation": {
1417
- "type": "object",
1418
1417
  "description": "specifies one allocation of this exchange (see the attributes of this tag below)",
1419
- "properties": {
1420
- "@internalReferenceToCoProduct": {
1421
- "$ref": "tidas_data_types.json#/$defs/Int6",
1422
- "description": "Reference to one of the co-products. The applied allocation approach(es), details and and explanations are documented in the fields \"LCI method approaches\" and \"Deviations from LCI method approaches / explanations\". [Notes: Applicable only to multifunctional processes. The documented allocated fractions are only applicable when using the data set for attributional modelling and are to be ignored for consequential modeling.]"
1418
+ "anyOf": [
1419
+ {
1420
+ "type": "object",
1421
+ "properties": {
1422
+ "@internalReferenceToCoProduct": {
1423
+ "$ref": "tidas_data_types.json#/$defs/Int6",
1424
+ "description": "Reference to one of the co-products. The applied allocation approach(es), details and and explanations are documented in the fields \"LCI method approaches\" and \"Deviations from LCI method approaches / explanations\". [Notes: Applicable only to multifunctional processes. The documented allocated fractions are only applicable when using the data set for attributional modelling and are to be ignored for consequential modeling.]"
1425
+ },
1426
+ "@allocatedFraction": {
1427
+ "$ref": "tidas_data_types.json#/$defs/Perc",
1428
+ "description": "Fraction (expressed in %) of this Input or Output flow that is foreseen to be allocated to this co-product (recommended allocation). The numbers across the co-products should sum up to 100%."
1429
+ }
1430
+ }
1423
1431
  },
1424
- "@allocatedFraction": {
1425
- "$ref": "tidas_data_types.json#/$defs/Perc",
1426
- "description": "Fraction (expressed in %) of this Input or Output flow that is foreseen to be allocated to this co-product (recommended allocation). The numbers across the co-products should sum up to 100%."
1432
+ {
1433
+ "type": "array",
1434
+ "items": {
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "@internalReferenceToCoProduct": {
1438
+ "$ref": "tidas_data_types.json#/$defs/Int6",
1439
+ "description": "Reference to one of the co-products. The applied allocation approach(es), details and and explanations are documented in the fields \"LCI method approaches\" and \"Deviations from LCI method approaches / explanations\". [Notes: Applicable only to multifunctional processes. The documented allocated fractions are only applicable when using the data set for attributional modelling and are to be ignored for consequential modeling.]"
1440
+ },
1441
+ "@allocatedFraction": {
1442
+ "$ref": "tidas_data_types.json#/$defs/Perc",
1443
+ "description": "Fraction (expressed in %) of this Input or Output flow that is foreseen to be allocated to this co-product (recommended allocation). The numbers across the co-products should sum up to 100%."
1444
+ }
1445
+ }
1446
+ }
1427
1447
  }
1428
- }
1448
+ ]
1429
1449
  }
1430
1450
  }
1431
1451
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiangong-lca/cli",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Unified TianGong LCA CLI with direct REST adapters and low-entropy command surface.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -77,6 +77,6 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@supabase/supabase-js": "^2.101.1",
80
- "@tiangong-lca/tidas-sdk": "^0.1.41"
80
+ "@tiangong-lca/tidas-sdk": "^0.1.45"
81
81
  }
82
82
  }