temp-disposable-email 1.6.2 → 1.6.4
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 +12 -12
- package/dist/cjs/utils/constant.d.ts +1 -1
- package/dist/cjs/utils/constant.d.ts.map +1 -1
- package/dist/cjs/utils/constant.js +1 -1
- package/dist/cjs/utils/constant.js.map +1 -1
- package/dist/esm/utils/constant.d.ts +1 -1
- package/dist/esm/utils/constant.d.ts.map +1 -1
- package/dist/esm/utils/constant.js +1 -1
- package/dist/esm/utils/constant.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/constant.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
## [1.6.
|
|
1
|
+
## [1.6.4](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/compare/v1.6.3...v1.6.4) (2024-11-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* update BASE_URL in constant and simplify publish workflow ([35e4615](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/commit/35e4615498dad384b75ac226d3bd7fa82bc64ba9))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
## [1.6.
|
|
10
|
+
## [1.6.3](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/compare/v1.6.2...v1.6.3) (2024-11-28)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
### Bug Fixes
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* update publish workflow to set BASE_URL and build before publishing ([3f0e0dd](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/commit/3f0e0dd22b43b36d3f7ffd2e4389da3f8f7ac3d4))
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## [1.6.2](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/compare/v1.6.1...v1.6.2) (2024-11-28)
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
###
|
|
22
|
+
### Bug Fixes
|
|
23
23
|
|
|
24
|
-
*
|
|
24
|
+
* downgrade version to 1.6.0 in package-lock.json and update BASE_URL handling ([919c24e](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/commit/919c24e563a7541f2a4163f79f49bd6e545f9dd6))
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
## [1.6.1](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/compare/v1.7.0...v1.6.1) (2024-11-28)
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
###
|
|
31
|
+
### Bug Fixes
|
|
32
32
|
|
|
33
|
-
*
|
|
33
|
+
* downgrade version to 1.6.0 in package.json ([3422bb1](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/commit/3422bb1adf4765b0283da9d814d2301044408b80))
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
# [1.
|
|
37
|
+
# [1.7.0](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/compare/v1.6.0...v1.7.0) (2024-11-28)
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
### Features
|
|
41
41
|
|
|
42
|
-
*
|
|
42
|
+
* update package configuration for CommonJS and ES module support, add new tsconfig for CommonJS ([d322290](https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/commit/d322290fd9c192792b16de2547211b716123a9d4))
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const BASE_URL
|
|
1
|
+
export declare const BASE_URL = "https://api.mail.tm";
|
|
2
2
|
//# sourceMappingURL=constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,wBAAwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constant.js","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,
|
|
1
|
+
{"version":3,"file":"constant.js","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,qBAAqB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const BASE_URL
|
|
1
|
+
export declare const BASE_URL = "https://api.mail.tm";
|
|
2
2
|
//# sourceMappingURL=constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,wBAAwB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const BASE_URL =
|
|
1
|
+
export const BASE_URL = 'https://api.mail.tm';
|
|
2
2
|
//# sourceMappingURL=constant.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constant.js","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"version":3,"file":"constant.js","sourceRoot":"","sources":["../../../src/utils/constant.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,qBAAqB,CAAC"}
|
package/package.json
CHANGED
package/src/utils/constant.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const BASE_URL =
|
|
1
|
+
export const BASE_URL = 'https://api.mail.tm';
|