You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change all mentions of the old repo
(https://github.com/iendeavor/import-meta-env) to the new one.
The best way to do this is to do a proper transfer of the old report to
the new one using Github so that redirects get setup automatically. But
I don't think that's possible retrospectively?
Copy file name to clipboardExpand all lines: packages/babel/CHANGELOG.md
+39-39
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* should not load .env when env option is empty string ([7446f5f](https://github.com/iendeavor/import-meta-env/commit/7446f5f9adfc68e9c88191dfd9b0b7ab6f37fd4c))
21
+
* should not load .env when env option is empty string ([7446f5f](https://github.com/runtime-env/import-meta-env/commit/7446f5f9adfc68e9c88191dfd9b0b7ab6f37fd4c))
* drop support for entire object and computed-property accessing ([4e4fd9a](https://github.com/iendeavor/import-meta-env/commit/4e4fd9aa54710eafbb79e79aa340ea53e0e864a7))
* drop support for entire object and computed-property accessing ([4e4fd9a](https://github.com/runtime-env/import-meta-env/commit/4e4fd9aa54710eafbb79e79aa340ea53e0e864a7))
* literal string (placeholder) may be removed by minifier ([10c567c](https://github.com/iendeavor/import-meta-env/commit/10c567c288dfee2da866910cf895fb1c00fa338d))
71
+
* literal string (placeholder) may be removed by minifier ([10c567c](https://github.com/runtime-env/import-meta-env/commit/10c567c288dfee2da866910cf895fb1c00fa338d))
* we couldn't transform Vite specific environment variables in babel context ([418b3e1](https://github.com/iendeavor/import-meta-env/commit/418b3e13567fb1deb74d78f1aa4ed74c53a86fb9))
96
+
* we couldn't transform Vite specific environment variables in babel context ([418b3e1](https://github.com/runtime-env/import-meta-env/commit/418b3e13567fb1deb74d78f1aa4ed74c53a86fb9))
* babel plugin should also support env, example options ([9960aae](https://github.com/iendeavor/import-meta-env/commit/9960aae34edf5d0d02e56fb286f790b0289a9cbb))
125
-
* it should only inject vite specific environment variables when using vite ([52f0fb6](https://github.com/iendeavor/import-meta-env/commit/52f0fb6800c751afcedd7e9270ad1aa9bac6b9e1))
124
+
* babel plugin should also support env, example options ([9960aae](https://github.com/runtime-env/import-meta-env/commit/9960aae34edf5d0d02e56fb286f790b0289a9cbb))
125
+
* it should only inject vite specific environment variables when using vite ([52f0fb6](https://github.com/runtime-env/import-meta-env/commit/52f0fb6800c751afcedd7e9270ad1aa9bac6b9e1))
Copy file name to clipboardExpand all lines: packages/babel/scripts/postinstall.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ var CI = [
18
18
});
19
19
20
20
varBANNER=
21
-
"\u001B[96mThank you for using import-meta-env (\u001B[94m https://github.com/iendeavor/import-meta-env \u001B[96m) JavaScript library!\u001B[0m\n\n"+
21
+
"\u001B[96mThank you for using import-meta-env (\u001B[94m https://github.com/runtime-env/import-meta-env \u001B[96m) JavaScript library!\u001B[0m\n\n"+
22
22
"\u001B[96mThe project needs your help! Please consider supporting import-meta-env:\u001B[0m\n"+
0 commit comments