@qiwi/pijma-mobile 1.145.3 → 1.145.6

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