is-academic-email 1.0.26 → 1.0.28
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 +1 -1
- package/dist/swot-metadata.d.ts +3 -3
- package/dist/swot-metadata.js +2 -2
- package/package.json +1 -1
package/dist/swot-metadata.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SWOT_METADATA: {
|
|
2
|
-
readonly commit: "
|
|
3
|
-
readonly date: "2026-01-
|
|
2
|
+
readonly commit: "30bf966368bdf04c22119bec296072a129e5c628";
|
|
3
|
+
readonly date: "2026-01-25 21:28:33 +0200";
|
|
4
4
|
readonly url: "https://github.com/jetbrains/swot";
|
|
5
|
-
readonly updatedAt: "2026-01-
|
|
5
|
+
readonly updatedAt: "2026-01-26T06:12:16.732Z";
|
|
6
6
|
};
|
package/dist/swot-metadata.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
// This file was automatically generated on 2026-01-
|
|
2
|
-
export const SWOT_METADATA = { "commit": "
|
|
1
|
+
// This file was automatically generated on 2026-01-26T06:12:16.764Z
|
|
2
|
+
export const SWOT_METADATA = { "commit": "30bf966368bdf04c22119bec296072a129e5c628", "date": "2026-01-25 21:28:33 +0200", "url": "https://github.com/jetbrains/swot", "updatedAt": "2026-01-26T06:12:16.732Z" };
|
package/package.json
CHANGED