mp-request-handler-sdk 0.3.0 → 0.3.1
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mp-request-handler-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Frontend SDK for request handling",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"test": "jest",
|
|
16
16
|
"lint": "eslint src --ext .ts,.tsx",
|
|
17
17
|
"pack": "yarn build:minified && npm pack --pack-destination ../../dist",
|
|
18
|
-
"pack:tgz": "yarn build:minified && mkdir -p ../../dist && npm pack --pack-destination ../../dist"
|
|
18
|
+
"pack:tgz": "yarn build:minified && mkdir -p ../../dist && npm pack --pack-destination ../../dist",
|
|
19
|
+
"postinstall": "node scripts/postinstall.js"
|
|
19
20
|
},
|
|
20
21
|
"keywords": [
|
|
21
22
|
"sdk",
|