@lssm/lib.cost-tracking 0.0.0-canary-20251225052113 → 0.0.0-canary-20251225070736

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @lssm/lib.cost-tracking
2
2
 
3
+ Website: https://contractspec.lssm.tech/
4
+
5
+
3
6
  Cost attribution, budgeting, and optimization helpers for ContractSpec operations.
4
7
 
5
8
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.cost-tracking",
3
- "version": "0.0.0-canary-20251225052113",
3
+ "version": "0.0.0-canary-20251225070736",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "test": "bun run"
24
24
  },
25
25
  "devDependencies": {
26
- "@lssm/tool.tsdown": "0.0.0-canary-20251225052113",
27
- "@lssm/tool.typescript": "0.0.0-canary-20251225052113",
26
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225070736",
27
+ "@lssm/tool.typescript": "0.0.0-canary-20251225070736",
28
28
  "tsdown": "^0.18.3",
29
29
  "typescript": "^5.9.3"
30
30
  },