@alfalab/bridge-to-native 1.2.1 → 1.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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/bridge-to-native",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Утилита для удобной работы веб приложения внутри нативного приложения и коммуникации с ним.",
|
|
6
6
|
"engines": {
|
|
@@ -32,14 +32,13 @@
|
|
|
32
32
|
"build:clean": "shx rm -rf .publish",
|
|
33
33
|
"build:copy-package-json": "shx cp package.json .publish/package.json",
|
|
34
34
|
"build:ts": "tsc --build",
|
|
35
|
-
"changelog": "bash bin/fill-changelog-file-and-notify-github.sh",
|
|
36
35
|
"format": "arui-presets-lint format",
|
|
37
36
|
"format:check": "arui-presets-lint format:check",
|
|
38
37
|
"lint": "yarn lint:scripts && yarn format:check",
|
|
39
38
|
"lint:fix": "yarn lint:scripts --fix && yarn format",
|
|
40
39
|
"lint:scripts": "arui-presets-lint scripts",
|
|
41
40
|
"pub": "npm publish .publish --userconfig \"../.npmrc\" --tag \"$TAG\"",
|
|
42
|
-
"release": "yarn build &&
|
|
41
|
+
"release": "yarn build && yarn build:copy-package-json && yarn pub",
|
|
43
42
|
"test": "arui-scripts test --silent --collect-coverage"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|