@zerocarbon/erp-config-sdk 1.0.32 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerocarbon/erp-config-sdk",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "description": "Configuration SDK for ZeroCarbon ERP - Industry configurations, UI features, and emission types",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,9 @@
29
29
  "type-check": "tsc --noEmit",
30
30
  "test:bulk-bill-agent-prompt": "npm run build && node scripts/testBulkBillAgentPrompt.js",
31
31
  "lint": "eslint src --ext .ts,.tsx",
32
- "lint:fix": "eslint src --ext .ts,.tsx --fix"
32
+ "lint:fix": "eslint src --ext .ts,.tsx --fix",
33
+ "test:bill-amount": "npm run build && rm -rf .tmp-bill-amount && tsc --target es2018 --module commonjs --moduleResolution node --esModuleInterop --skipLibCheck --outDir .tmp-bill-amount scripts/testBillAmount.ts src/helpers/billManager.ts src/helpers/emissionSourceGenerator.ts src/types/api-emissions.ts && printf '{\"type\":\"commonjs\"}\\n' > .tmp-bill-amount/package.json && node .tmp-bill-amount/scripts/testBillAmount.js && rm -rf .tmp-bill-amount",
34
+ "test:water-management": "npm run build && rm -rf .tmp-water-management && tsc --target es2018 --module commonjs --moduleResolution node --esModuleInterop --skipLibCheck --outDir .tmp-water-management scripts/testWaterManagementConfig.ts src/config/water-management.ts && printf '{\"type\":\"commonjs\"}\\n' > .tmp-water-management/package.json && node .tmp-water-management/scripts/testWaterManagementConfig.js && rm -rf .tmp-water-management"
33
35
  },
34
36
  "repository": {
35
37
  "type": "git",