@classytic/ledger-bd 0.6.0 → 0.7.0

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,89 +1,94 @@
1
- {
2
- "name": "@classytic/ledger-bd",
3
- "version": "0.6.0",
4
- "description": "Bangladesh country pack for @classytic/ledger — BFRS chart of accounts, NBR VAT/TDS tax codes, Mushak 9.1 return",
5
- "type": "module",
6
- "sideEffects": false,
7
- "main": "./dist/index.mjs",
8
- "module": "./dist/index.mjs",
9
- "types": "./dist/index.d.mts",
10
- "exports": {
11
- ".": {
12
- "types": "./dist/index.d.mts",
13
- "import": "./dist/index.mjs",
14
- "default": "./dist/index.mjs"
15
- },
16
- "./verticals": {
17
- "types": "./dist/verticals/index.d.mts",
18
- "import": "./dist/verticals/index.mjs",
19
- "default": "./dist/verticals/index.mjs"
20
- },
21
- "./reporting/nbr-schedule": {
22
- "types": "./dist/reporting/nbr-schedule/index.d.mts",
23
- "import": "./dist/reporting/nbr-schedule/index.mjs",
24
- "default": "./dist/reporting/nbr-schedule/index.mjs"
25
- }
26
- },
27
- "files": [
28
- "dist",
29
- "README.md",
30
- "CHANGELOG.md",
31
- "LICENSE"
32
- ],
33
- "repository": {
34
- "type": "git",
35
- "url": "git+https://github.com/classytic/ledger-bd.git"
36
- },
37
- "bugs": {
38
- "url": "https://github.com/classytic/ledger-bd/issues"
39
- },
40
- "homepage": "https://github.com/classytic/ledger-bd#readme",
41
- "publishConfig": {
42
- "access": "public"
43
- },
44
- "keywords": [
45
- "accounting",
46
- "bangladesh",
47
- "bfrs",
48
- "nbr",
49
- "vat",
50
- "tds",
51
- "mushak",
52
- "chart-of-accounts",
53
- "tax",
54
- "double-entry"
55
- ],
56
- "author": "Classytic <classytic.dev@gmail.com> (https://github.com/classytic)",
57
- "license": "MIT",
58
- "peerDependencies": {
59
- "@classytic/ledger": ">=0.15.0"
60
- },
61
- "engines": {
62
- "node": ">=22"
63
- },
64
- "scripts": {
65
- "build": "tsdown",
66
- "dev": "tsdown --watch",
67
- "typecheck": "tsc --noEmit",
68
- "prepublishOnly": "npm run build && npm run typecheck",
69
- "test": "vitest run",
70
- "test:watch": "vitest",
71
- "push": "classytic-push",
72
- "release:tag": "node -e \"require('child_process').execSync('npm run push -- v'+require('./package.json').version,{stdio:'inherit'})\"",
73
- "release": "npm run push -- main && npm run release:tag && npm publish"
74
- },
75
- "devDependencies": {
76
- "@classytic/dev-tools": "^0.2.0",
77
- "@classytic/ledger": "^0.15.0",
78
- "@classytic/mongokit": "^3.17.0",
79
- "@classytic/primitives": "^0.9.1",
80
- "@classytic/repo-core": "^0.7.0",
81
- "@types/node": "^22.0.0",
82
- "mongodb-memory-server": "^11.0.1",
83
- "mongoose": "^9.3.3",
84
- "tsdown": "^0.22.3",
85
- "typescript": "^5.7.0",
86
- "vitest": "^3.0.0",
87
- "zod": "^4.4.3"
88
- }
89
- }
1
+ {
2
+ "name": "@classytic/ledger-bd",
3
+ "version": "0.7.0",
4
+ "description": "Bangladesh country pack for @classytic/ledger \u00e2\u20ac\u201d BFRS chart of accounts, NBR VAT/TDS tax codes, Mushak 9.1 return",
5
+ "type": "module",
6
+ "sideEffects": false,
7
+ "main": "./dist/index.mjs",
8
+ "module": "./dist/index.mjs",
9
+ "types": "./dist/index.d.mts",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/index.d.mts",
13
+ "import": "./dist/index.mjs",
14
+ "default": "./dist/index.mjs"
15
+ },
16
+ "./posting-recipes": {
17
+ "types": "./dist/posting-recipes/index.d.mts",
18
+ "import": "./dist/posting-recipes/index.mjs",
19
+ "default": "./dist/posting-recipes/index.mjs"
20
+ },
21
+ "./verticals": {
22
+ "types": "./dist/verticals/index.d.mts",
23
+ "import": "./dist/verticals/index.mjs",
24
+ "default": "./dist/verticals/index.mjs"
25
+ },
26
+ "./reporting/nbr-schedule": {
27
+ "types": "./dist/reporting/nbr-schedule/index.d.mts",
28
+ "import": "./dist/reporting/nbr-schedule/index.mjs",
29
+ "default": "./dist/reporting/nbr-schedule/index.mjs"
30
+ }
31
+ },
32
+ "files": [
33
+ "dist",
34
+ "README.md",
35
+ "CHANGELOG.md",
36
+ "LICENSE"
37
+ ],
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/classytic/ledger-bd.git"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/classytic/ledger-bd/issues"
44
+ },
45
+ "homepage": "https://github.com/classytic/ledger-bd#readme",
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "keywords": [
50
+ "accounting",
51
+ "bangladesh",
52
+ "bfrs",
53
+ "nbr",
54
+ "vat",
55
+ "tds",
56
+ "mushak",
57
+ "chart-of-accounts",
58
+ "tax",
59
+ "double-entry"
60
+ ],
61
+ "author": "Classytic <classytic.dev@gmail.com> (https://github.com/classytic)",
62
+ "license": "MIT",
63
+ "peerDependencies": {
64
+ "@classytic/ledger": ">=0.17.0"
65
+ },
66
+ "engines": {
67
+ "node": ">=22"
68
+ },
69
+ "scripts": {
70
+ "build": "tsdown",
71
+ "dev": "tsdown --watch",
72
+ "typecheck": "tsc --noEmit",
73
+ "prepublishOnly": "npm run build && npm run typecheck",
74
+ "test": "vitest run",
75
+ "test:watch": "vitest",
76
+ "push": "classytic-push",
77
+ "release:tag": "node -e \"require('child_process').execSync('npm run push -- v'+require('./package.json').version,{stdio:'inherit'})\"",
78
+ "release": "npm run push -- main && npm run release:tag && npm publish"
79
+ },
80
+ "devDependencies": {
81
+ "@classytic/dev-tools": "^0.2.0",
82
+ "@classytic/ledger": "^0.17.0",
83
+ "@classytic/mongokit": "^3.20.0",
84
+ "@classytic/primitives": "^0.9.1",
85
+ "@classytic/repo-core": "^0.9.0",
86
+ "@types/node": "^22.0.0",
87
+ "mongodb-memory-server": "^11.0.1",
88
+ "mongoose": "^9.3.3",
89
+ "tsdown": "^0.22.3",
90
+ "typescript": "^5.7.0",
91
+ "vitest": "^3.0.0",
92
+ "zod": "^4.4.3"
93
+ }
94
+ }