@qiwi/pijma-mobile 1.145.4 → 1.145.7
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/CHANGELOG.md +41 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
## @qiwi/pijma-mobile [1.145.7](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.6...@qiwi/pijma-mobile@1.145.7) (2022-06-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### Dependencies
|
|
8
|
+
|
|
9
|
+
* **@qiwi/pijma-core:** upgraded to 1.149.0
|
|
10
|
+
|
|
11
|
+
## @qiwi/pijma-mobile [1.145.6](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.5...@qiwi/pijma-mobile@1.145.6) (2022-06-01)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* temporary build ts-patch ([#492](https://github.com/qiwi/pijma/issues/492)) ([f0bfe42](https://github.com/qiwi/pijma/commit/f0bfe42c8239d93fae59c23928d26f2d12140c98))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* **@qiwi/pijma-core:** upgraded to 1.148.5
|
|
25
|
+
* **@qiwi/pijma-infra:** upgraded to 1.5.4
|
|
26
|
+
|
|
27
|
+
## @qiwi/pijma-mobile [1.145.5](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.4...@qiwi/pijma-mobile@1.145.5) (2022-05-31)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* temporary prebuild ts-patch ([#490](https://github.com/qiwi/pijma/issues/490)) ([7fdc5a6](https://github.com/qiwi/pijma/commit/7fdc5a6a60620dd5f67ec0d10f51103f1a57489c))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Dependencies
|
|
39
|
+
|
|
40
|
+
* **@qiwi/pijma-core:** upgraded to 1.148.4
|
|
41
|
+
|
|
1
42
|
## @qiwi/pijma-mobile [1.145.4](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.145.3...@qiwi/pijma-mobile@1.145.4) (2022-05-31)
|
|
2
43
|
|
|
3
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qiwi/pijma-mobile",
|
|
3
|
-
"version": "1.145.
|
|
3
|
+
"version": "1.145.7",
|
|
4
4
|
"main": "./lib/es5/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -15,9 +15,8 @@
|
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"prebuild": "yarn clean",
|
|
19
18
|
"clean": "rimraf lib styleguide/lib",
|
|
20
|
-
"build": "concurrently 'npm:build:*'",
|
|
19
|
+
"build": "ts-patch install -s && concurrently 'npm:build:*'",
|
|
21
20
|
"build:guide": "NODE_ENV=production styleguidist --config styleguide.config.cjs build",
|
|
22
21
|
"build:es5": "tsc -p tsconfig.build.json --target es5 --outDir lib/es5 && tsc-esm-fix --target=lib/es5 --fillBlank",
|
|
23
22
|
"build:es6": "node ../infra/esbuild.js && tsc-esm-fix --target=lib/es6 --fillBlank",
|
|
@@ -34,11 +33,11 @@
|
|
|
34
33
|
"lib"
|
|
35
34
|
],
|
|
36
35
|
"dependencies": {
|
|
37
|
-
"@qiwi/pijma-core": "1.
|
|
36
|
+
"@qiwi/pijma-core": "1.149.0",
|
|
38
37
|
"@qiwi/pijma-fonts": "1.0.0"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
41
|
-
"@qiwi/pijma-infra": "1.5.
|
|
40
|
+
"@qiwi/pijma-infra": "1.5.4"
|
|
42
41
|
},
|
|
43
42
|
"repository": {
|
|
44
43
|
"type": "git",
|