@akinon/pz-otp 1.71.0 → 1.72.0-rc.14

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 CHANGED
@@ -1,6 +1,42 @@
1
1
  # @akinon/pz-otp
2
2
 
3
- ## 1.71.0
3
+ ## 1.72.0-rc.14
4
+
5
+ ## 1.72.0-rc.13
6
+
7
+ ### Minor Changes
8
+
9
+ - 9eaace28: ZERO-2993: Add apple pay package
10
+
11
+ ## 1.71.0-rc.12
12
+
13
+ ## 1.71.0-rc.11
14
+
15
+ ## 1.71.0-rc.10
16
+
17
+ ### Minor Changes
18
+
19
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
20
+
21
+ ## 1.71.0-rc.9
22
+
23
+ ## 1.71.0-rc.8
24
+
25
+ ## 1.71.0-rc.7
26
+
27
+ ## 1.71.0-rc.6
28
+
29
+ ## 1.71.0-rc.5
30
+
31
+ ## 1.71.0-rc.4
32
+
33
+ ## 1.71.0-rc.3
34
+
35
+ ## 1.71.0-rc.2
36
+
37
+ ## 1.71.0-rc.1
38
+
39
+ ## 1.71.0-rc.0
4
40
 
5
41
  ## 1.70.0
6
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-otp",
3
- "version": "1.71.0",
3
+ "version": "1.72.0-rc.14",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import otpReducer from './redux/reducer';
2
- import { Otp } from './views/otp';
2
+ import { Otp } from './views/Otp';
3
3
 
4
4
  export { otpReducer, Otp };