@tamtamchik/app-store-receipt-parser 2.1.1 → 2.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 (2) hide show
  1. package/package.json +11 -11
  2. package/src/utils.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamtamchik/app-store-receipt-parser",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "A lightweight TypeScript library for extracting transaction IDs from Apple's ASN.1 encoded receipts.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -31,18 +31,18 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "asn1js": "3.0.5"
34
+ "asn1js": "^3.0.5"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/jest": "29.5.12",
38
- "@types/node": "^20.12.8",
39
- "@typescript-eslint/eslint-plugin": "^7.8.0",
40
- "@typescript-eslint/parser": "^7.8.0",
41
- "eslint": "8.57.0",
42
- "jest": "29.7.0",
43
- "ts-jest": "29.1.2",
44
- "tsup": "8.0.2",
45
- "typescript": "5.4.5"
37
+ "@types/jest": "^29.5.12",
38
+ "@types/node": "^20.12.12",
39
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
40
+ "@typescript-eslint/parser": "^7.9.0",
41
+ "eslint": "^8.57.0",
42
+ "jest": "^29.7.0",
43
+ "ts-jest": "^29.1.2",
44
+ "tsup": "^8.0.2",
45
+ "typescript": "^5.4.5"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format cjs,esm --clean",
package/src/utils.ts DELETED
@@ -1 +0,0 @@
1
-