kassza 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "kassza",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "author": "futozs",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/futozs/szamlazz-egyszerubben.git"
7
+ "url": "git+https://github.com/futozs/kassza.git"
8
8
  },
9
9
  "main": "./dist/index.cjs",
10
10
  "module": "./dist/index.js",
@@ -102,7 +102,7 @@
102
102
  "./package.json": "./package.json"
103
103
  },
104
104
  "bugs": {
105
- "url": "https://github.com/futozs/szamlazz-egyszerubben/issues"
105
+ "url": "https://github.com/futozs/kassza/issues"
106
106
  },
107
107
  "description": "Számlázz.hu Számla Agent kliens TypeScripthez: számla, díjbekérő, nyugta, sztornó, befizetés, PDF, adószám. 0 függőség. Nem hivatalos.",
108
108
  "engines": {
@@ -114,7 +114,7 @@
114
114
  "assets",
115
115
  "llms.txt"
116
116
  ],
117
- "homepage": "https://github.com/futozs/szamlazz-egyszerubben#readme",
117
+ "homepage": "https://github.com/futozs/kassza#readme",
118
118
  "keywords": [
119
119
  "billing",
120
120
  "dijbekero",
@@ -144,7 +144,7 @@
144
144
  "test:coverage": "vitest run --coverage",
145
145
  "lint": "biome check .",
146
146
  "lint:fix": "biome check --write .",
147
- "check:package": "publint && attw --pack . --profile node16",
147
+ "check:package": "publint --pack npm && attw --pack . --profile node16",
148
148
  "ci": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run check:package",
149
149
  "xsd:fetch": "node scripts/fetch-xsd.mjs",
150
150
  "prepublishOnly": "npm run ci",