@openmrs/esm-stock-management-app 1.0.1-pre.630 → 1.0.1-pre.632

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. package/.eslintignore +1 -1
  2. package/.husky/pre-commit +0 -3
  3. package/.husky/pre-push +1 -6
  4. package/dist/173.js +1 -1
  5. package/dist/173.js.map +1 -1
  6. package/dist/main.js +1 -1
  7. package/dist/main.js.map +1 -1
  8. package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +6 -6
  9. package/dist/routes.json +1 -1
  10. package/package.json +4 -2
  11. package/src/stock-batch/stock-batch.resource.ts +2 -2
  12. package/src/stock-home/stock-home-inventory-expiry.resource.tsx +2 -2
  13. package/src/stock-home/stock-home-inventory-items.resource.tsx +2 -2
  14. package/src/stock-home/stock-home-issuing.resource.tsx +2 -2
  15. package/src/stock-home/stock-home-receiving.resource.tsx +2 -2
  16. package/src/stock-home/useDisposalList.tsx +2 -2
  17. package/src/stock-home/useStockList.tsx +2 -2
  18. package/src/stock-items/add-stock-item/batch-information/batch-information.resource.tsx +2 -2
  19. package/src/stock-items/add-stock-item/packaging-units/packaging-units.resource.tsx +2 -2
  20. package/src/stock-items/add-stock-item/quantities/quantities.resource.tsx +2 -2
  21. package/src/stock-items/add-stock-item/stock-item-references/stock-item-references.resource.ts +2 -2
  22. package/src/stock-items/add-stock-item/stock-item-rules/stock-item-rules.resource.tsx +2 -2
  23. package/src/stock-items/add-stock-item/stock-item-rules/stock-rules-filter.component.tsx +2 -2
  24. package/src/stock-items/add-stock-item/stock-item-rules/stock-rules.resource.ts +2 -2
  25. package/src/stock-items/add-stock-item/transactions/transactions.resource.tsx +2 -2
  26. package/src/stock-items/stock-items-table.resource.ts +2 -2
  27. package/src/stock-items/stock-items.resource.ts +9 -9
  28. package/src/stock-lookups/stock-lookups.resource.ts +12 -12
  29. package/src/stock-operations/add-stock-operation/add-stock-operation.component.tsx +2 -2
  30. package/src/stock-operations/add-stock-operation/add-stock-operation.resource.tsx +3 -3
  31. package/src/stock-operations/qty-uom-selector/qty-uom-selector.component.tsx +2 -2
  32. package/src/stock-operations/stock-operation-operations-filter/stock-operation-operations-filter.component.tsx +2 -2
  33. package/src/stock-operations/stock-operation-reason-selector/stock-operation-reason-selector.component.tsx +2 -2
  34. package/src/stock-operations/stock-operation-sources-filter/stock-operation-sources-filter.component.tsx +2 -2
  35. package/src/stock-operations/stock-operation-types-selector/stock-operation-types-selector.component.tsx +2 -2
  36. package/src/stock-operations/stock-operations-table.resource.tsx +2 -2
  37. package/src/stock-operations/stock-operations.resource.ts +3 -3
  38. package/src/stock-reports/stock-reports.resource.ts +2 -2
  39. package/src/stock-sources/stock-sources-filter/stock-sources-filter.component.tsx +2 -2
  40. package/src/stock-sources/stock-sources-items-table.resource.ts +2 -2
  41. package/src/stock-sources/stock-sources.resource.ts +2 -2
  42. package/src/stock-user-role-scopes/stock-user-role-scopes-items-table.resource.ts +2 -2
  43. package/src/stock-user-role-scopes/stock-user-role-scopes.resource.ts +2 -2
package/.eslintignore CHANGED
@@ -1 +1 @@
1
- **/*.d.tsx
1
+ **/*.d.ts
package/.husky/pre-commit CHANGED
@@ -1,4 +1 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
-
4
1
  npx lint-staged
package/.husky/pre-push CHANGED
@@ -1,6 +1 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
- set -e # die on error
5
-
6
- yarn verify
1
+ yarn verify