is-academic-email 1.0.4 → 1.0.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.
- package/data.json.br +0 -0
- package/dist/index.d.ts +1 -1
- package/dist/swot-metadata.d.ts +3 -3
- package/dist/swot-metadata.js +4 -4
- package/package.json +1 -1
package/data.json.br
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Unpacked dataset used at runtime.
|
|
3
3
|
*
|
|
4
|
-
* @property {Map<string, string[]>} institutions
|
|
4
|
+
* @property {Map<string, string[]>} institutions Map from registered domain
|
|
5
5
|
* (e.g., "stanford.edu") to one or more official institution names.
|
|
6
6
|
* @property {Set<string>} stoplist Domains/subdomains that should not be considered academic.
|
|
7
7
|
* @property {Set<string>} tlds Academic/public-suffix TLDs (e.g., "edu", "ac.uk").
|
package/dist/swot-metadata.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SWOT_METADATA: {
|
|
2
|
-
readonly commit: "
|
|
3
|
-
readonly date: "2025-09-
|
|
2
|
+
readonly commit: "d8ce505e48c0cef3355115d53a789ef64e4193ee";
|
|
3
|
+
readonly date: "2025-09-14 16:53:31 +0300";
|
|
4
4
|
readonly url: "https://github.com/jetbrains/swot";
|
|
5
|
-
readonly updatedAt: "2025-09-
|
|
5
|
+
readonly updatedAt: "2025-09-15T06:09:51.748Z";
|
|
6
6
|
};
|
package/dist/swot-metadata.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
// This file was automatically generated on 2025-09-
|
|
1
|
+
// This file was automatically generated on 2025-09-15T06:09:54.506Z
|
|
2
2
|
export const SWOT_METADATA = {
|
|
3
|
-
"commit": "
|
|
4
|
-
"date": "2025-09-
|
|
3
|
+
"commit": "d8ce505e48c0cef3355115d53a789ef64e4193ee",
|
|
4
|
+
"date": "2025-09-14 16:53:31 +0300",
|
|
5
5
|
"url": "https://github.com/jetbrains/swot",
|
|
6
|
-
"updatedAt": "2025-09-
|
|
6
|
+
"updatedAt": "2025-09-15T06:09:51.748Z"
|
|
7
7
|
};
|
package/package.json
CHANGED