@moncircle/sdk 1.0.1 → 1.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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moncircle/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Self-hosted MON loyalty reward infrastructure for e-commerce platforms. Supports SINGLE, MULTI, and HYBRID reward modes with Monad on-chain settlement.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
"setup": "node scripts/setup.js",
|
|
20
20
|
"dev": "ts-node-dev --respawn --transpile-only src/bin.ts",
|
|
21
21
|
"build": "tsc",
|
|
22
|
-
"start": "node dist/bin.js"
|
|
23
|
-
"prepublishOnly": "npm run build"
|
|
22
|
+
"start": "node dist/bin.js"
|
|
24
23
|
},
|
|
25
24
|
"keywords": [
|
|
26
25
|
"loyalty",
|
|
@@ -50,4 +49,4 @@
|
|
|
50
49
|
"peerDependencies": {
|
|
51
50
|
"express": ">=4.0.0"
|
|
52
51
|
}
|
|
53
|
-
}
|
|
52
|
+
}
|