sinfactura-types 1.6.40 → 1.6.41

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 (2) hide show
  1. package/dist/store.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/store.d.ts CHANGED
@@ -289,6 +289,7 @@ declare global {
289
289
  hasKey?: boolean;
290
290
  facturaMLegend?: 'retencion' | 'cbu_informada';
291
291
  cbu?: string;
292
+ caeaPointOfSale?: number;
292
293
  certExpiry?: number;
293
294
  }
294
295
  type StoreAttributeNames = keyof Store;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinfactura-types",
3
- "version": "1.6.40",
3
+ "version": "1.6.41",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "build": "tsc",
15
15
  "prepublishOnly": "tsc",
16
16
  "login": "npm login",
17
- "release": "npm version patch --no-git-tag-version && npm publish"
17
+ "release": "npm version patch --no-git-tag-version"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public",