resolve-email 2.0.0 → 2.0.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/disposable.json +3 -0
- package/package.json +2 -2
package/disposable.json
CHANGED
|
@@ -1540,6 +1540,7 @@
|
|
|
1540
1540
|
"alicemunro.com",
|
|
1541
1541
|
"alienware13.com",
|
|
1542
1542
|
"aligamel.com",
|
|
1543
|
+
"alina-schiesser.ch",
|
|
1543
1544
|
"alisongamel.com",
|
|
1544
1545
|
"alivance.com",
|
|
1545
1546
|
"alive.cz",
|
|
@@ -3678,6 +3679,7 @@
|
|
|
3678
3679
|
"drumshanbo.com",
|
|
3679
3680
|
"dry.co.uk",
|
|
3680
3681
|
"dsgvo.ru",
|
|
3682
|
+
"dshfjdafd.cloud",
|
|
3681
3683
|
"dsiay.com",
|
|
3682
3684
|
"dspwebservices.com",
|
|
3683
3685
|
"duam.net",
|
|
@@ -11979,6 +11981,7 @@
|
|
|
11979
11981
|
"tlpn.org",
|
|
11980
11982
|
"tls.cloudns.asia",
|
|
11981
11983
|
"tmail.com",
|
|
11984
|
+
"tmail.io",
|
|
11982
11985
|
"tmail.ws",
|
|
11983
11986
|
"tmailinator.com",
|
|
11984
11987
|
"tmails.net",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"disposable.json",
|
|
8
8
|
"index.test.js"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.0.
|
|
10
|
+
"version": "2.0.1",
|
|
11
11
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test:deptree": "depcruise --validate .dependency-cruiser.json .",
|
|
47
47
|
"test:standard": "standard",
|
|
48
48
|
"test:node-test": "c8 node --test --test-reporter spec",
|
|
49
|
-
"version": "run-s version:*",
|
|
49
|
+
"version": "run-s prepare version:*",
|
|
50
50
|
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
|
|
51
51
|
"version:git": "git add CHANGELOG.md disposable.json",
|
|
52
52
|
"deps": "depcruise --exclude '^node_modules' --output-type dot . | dot -T svg | depcruise-wrap-stream-in-html > dependency-graph.html"
|