@primer-io/primer-js 1.4.0 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 768bba3: fixed loading events and abortPaymentCreation
8
+
3
9
  ## 1.4.0
4
10
 
5
11
  ### Minor Changes
@@ -2,35 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "e2e/utils.ts",
8
- "declarations": [
9
- {
10
- "kind": "variable",
11
- "name": "test",
12
- "default": "chromaticTest"
13
- }
14
- ],
15
- "exports": [
16
- {
17
- "kind": "js",
18
- "name": "expect",
19
- "declaration": {
20
- "name": "expect",
21
- "package": "@chromatic-com/playwright"
22
- }
23
- },
24
- {
25
- "kind": "js",
26
- "name": "test",
27
- "declaration": {
28
- "name": "test",
29
- "module": "e2e/utils.ts"
30
- }
31
- }
32
- ]
33
- },
34
5
  {
35
6
  "kind": "javascript-module",
36
7
  "path": "dist/primer-loader.js",
@@ -789,6 +760,35 @@
789
760
  }
790
761
  ]
791
762
  },
763
+ {
764
+ "kind": "javascript-module",
765
+ "path": "e2e/utils.ts",
766
+ "declarations": [
767
+ {
768
+ "kind": "variable",
769
+ "name": "test",
770
+ "default": "chromaticTest"
771
+ }
772
+ ],
773
+ "exports": [
774
+ {
775
+ "kind": "js",
776
+ "name": "expect",
777
+ "declaration": {
778
+ "name": "expect",
779
+ "package": "@chromatic-com/playwright"
780
+ }
781
+ },
782
+ {
783
+ "kind": "js",
784
+ "name": "test",
785
+ "declaration": {
786
+ "name": "test",
787
+ "module": "e2e/utils.ts"
788
+ }
789
+ }
790
+ ]
791
+ },
792
792
  {
793
793
  "kind": "javascript-module",
794
794
  "path": "src/consts.ts",