@ad-execute-manager/ad-reward 2.0.1 → 2.0.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ad-execute-manager/ad-reward",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Reward ad-related classes including RewardAdFather and RewardAdNovel for ad management.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -54,11 +54,11 @@
54
54
  "prepublishOnly": "npm run build"
55
55
  },
56
56
  "dependencies": {
57
- "@ad-execute-manager/serializable-error": "^2.0.1"
57
+ "@ad-execute-manager/serializable-error": "^2.0.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "@ad-execute-manager/core": "^2.0.1",
61
- "@ad-execute-manager/logger": "^2.0.1"
60
+ "@ad-execute-manager/core": "^2.0.2",
61
+ "@ad-execute-manager/logger": "^2.0.2"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@babel/eslint-parser": "^7.28.5",