payroll-rules-india 1.10.0 → 1.10.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.
@@ -1,2 +1,2 @@
1
1
  import { Rule } from "../../utils/types";
2
- export declare const basicGrossEarnings40Rule: Rule;
2
+ export declare const extraBasicRule: Rule;
@@ -1,4 +1,4 @@
1
- export const basicGrossEarnings40Rule = {
1
+ export const extraBasicRule = {
2
2
  ruleCode: "EXTRA_BASIC_GROSS",
3
3
  name: "Extra_Basic",
4
4
  category: "Earning",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payroll-rules-india",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Custom and statutory payroll rules engine for India salary calculations.",
5
5
  "author": "Yogesh c",
6
6
  "license": "MIT",