Skip to content

Commit 32c762c

Browse files
authored
fix: Update repository links (#1190)
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?
1 parent fc2b504 commit 32c762c

File tree

72 files changed

+590
-590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+590
-590
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
if: ${{github.ref_name == 'main' && steps.publish.outputs.type != 'none'}}
357357
with:
358358
tag_name: ${{ matrix.package }}${{ steps.publish.outputs.version }}
359-
body: "Changelog: https://github.com/iendeavor/import-meta-env/blob/${{ matrix.package }}${{ steps.publish.outputs.version }}/packages/${{ matrix.package }}/CHANGELOG.md"
359+
body: "Changelog: https://github.com/runtime-env/import-meta-env/blob/${{ matrix.package }}${{ steps.publish.outputs.version }}/packages/${{ matrix.package }}/CHANGELOG.md"
360360

361361
docs:
362362
name: Docs

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# import.meta.env
22

3-
[Documentation](https://iendeavor.github.io/import-meta-env/)
3+
[Documentation](https://runtime-env.github.io/import-meta-env/)

Diff for: packages/babel/CHANGELOG.md

+39-39
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
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.
44

5-
### [0.4.4](https://github.com/iendeavor/import-meta-env/compare/babel0.4.3...babel0.4.4) (2023-07-26)
5+
### [0.4.4](https://github.com/runtime-env/import-meta-env/compare/babel0.4.3...babel0.4.4) (2023-07-26)
66

7-
### [0.4.3](https://github.com/iendeavor/import-meta-env/compare/babel0.4.2...babel0.4.3) (2023-04-05)
7+
### [0.4.3](https://github.com/runtime-env/import-meta-env/compare/babel0.4.2...babel0.4.3) (2023-04-05)
88

9-
### [0.4.2](https://github.com/iendeavor/import-meta-env/compare/babel0.4.1...babel0.4.2) (2023-01-27)
9+
### [0.4.2](https://github.com/runtime-env/import-meta-env/compare/babel0.4.1...babel0.4.2) (2023-01-27)
1010

1111

1212
### Bug Fixes
1313

14-
* cannot install newer version ([2f2cb3c](https://github.com/iendeavor/import-meta-env/commit/2f2cb3cb9f450b322d31bfeec4fa2b44826ba693))
14+
* cannot install newer version ([2f2cb3c](https://github.com/runtime-env/import-meta-env/commit/2f2cb3cb9f450b322d31bfeec4fa2b44826ba693))
1515

16-
### [0.4.1](https://github.com/iendeavor/import-meta-env/compare/babel0.4.0...babel0.4.1) (2022-12-11)
16+
### [0.4.1](https://github.com/runtime-env/import-meta-env/compare/babel0.4.0...babel0.4.1) (2022-12-11)
1717

1818

1919
### Bug Fixes
2020

21-
* 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))
2222

23-
## [0.4.0](https://github.com/iendeavor/import-meta-env/compare/babel0.3.0...babel0.4.0) (2022-11-27)
23+
## [0.4.0](https://github.com/runtime-env/import-meta-env/compare/babel0.3.0...babel0.4.0) (2022-11-27)
2424

25-
## [0.3.0](https://github.com/iendeavor/import-meta-env/compare/babel0.2.3...babel0.3.0) (2022-11-06)
25+
## [0.3.0](https://github.com/runtime-env/import-meta-env/compare/babel0.2.3...babel0.3.0) (2022-11-06)
2626

2727

2828
### ⚠ BREAKING CHANGES
@@ -34,43 +34,43 @@ All notable changes to this project will be documented in this file. See [standa
3434

3535
### Features
3636

37-
* add transformMode option ([954ab74](https://github.com/iendeavor/import-meta-env/commit/954ab746a04d0ff505be7d4daef8c7986c824b09))
38-
* drop support for entire object and computed-property accessing ([4e4fd9a](https://github.com/iendeavor/import-meta-env/commit/4e4fd9aa54710eafbb79e79aa340ea53e0e864a7))
37+
* add transformMode option ([954ab74](https://github.com/runtime-env/import-meta-env/commit/954ab746a04d0ff505be7d4daef8c7986c824b09))
38+
* drop support for entire object and computed-property accessing ([4e4fd9a](https://github.com/runtime-env/import-meta-env/commit/4e4fd9aa54710eafbb79e79aa340ea53e0e864a7))
3939

4040

4141
### Bug Fixes
4242

43-
* generate correct source-maps ([4c1d81d](https://github.com/iendeavor/import-meta-env/commit/4c1d81dc929f104546671fb91e55c26f2fd4061a))
43+
* generate correct source-maps ([4c1d81d](https://github.com/runtime-env/import-meta-env/commit/4c1d81dc929f104546671fb91e55c26f2fd4061a))
4444

45-
### [0.2.3](https://github.com/iendeavor/import-meta-env/compare/babel0.2.2...babel0.2.3) (2022-10-22)
45+
### [0.2.3](https://github.com/runtime-env/import-meta-env/compare/babel0.2.2...babel0.2.3) (2022-10-22)
4646

4747

4848
### Bug Fixes
4949

50-
* should ignore non-import.meta properties ([d692356](https://github.com/iendeavor/import-meta-env/commit/d6923562ab6442f6a20fa47eb9b2e4868acd1251))
50+
* should ignore non-import.meta properties ([d692356](https://github.com/runtime-env/import-meta-env/commit/d6923562ab6442f6a20fa47eb9b2e4868acd1251))
5151

52-
### [0.2.2](https://github.com/iendeavor/import-meta-env/compare/babel0.2.1...babel0.2.2) (2022-10-22)
52+
### [0.2.2](https://github.com/runtime-env/import-meta-env/compare/babel0.2.1...babel0.2.2) (2022-10-22)
5353

5454

5555
### Bug Fixes
5656

57-
* should ignore non-env properties ([914603c](https://github.com/iendeavor/import-meta-env/commit/914603cbb1480b7614964b02e477725c7878b88b))
57+
* should ignore non-env properties ([914603c](https://github.com/runtime-env/import-meta-env/commit/914603cbb1480b7614964b02e477725c7878b88b))
5858

59-
### [0.2.1](https://github.com/iendeavor/import-meta-env/compare/babel0.2.0...babel0.2.1) (2022-10-16)
59+
### [0.2.1](https://github.com/runtime-env/import-meta-env/compare/babel0.2.0...babel0.2.1) (2022-10-16)
6060

6161

6262
### Bug Fixes
6363

64-
* eval may being blocked by CSP ([8778ceb](https://github.com/iendeavor/import-meta-env/commit/8778ceb356c9696177a295c4347d3c5fc6f7f723))
64+
* eval may being blocked by CSP ([8778ceb](https://github.com/runtime-env/import-meta-env/commit/8778ceb356c9696177a295c4347d3c5fc6f7f723))
6565

66-
## [0.2.0](https://github.com/iendeavor/import-meta-env/compare/babel0.1.10...babel0.2.0) (2022-10-13)
66+
## [0.2.0](https://github.com/runtime-env/import-meta-env/compare/babel0.1.10...babel0.2.0) (2022-10-13)
6767

6868

6969
### Bug Fixes
7070

71-
* 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))
7272

73-
### [0.1.10](https://github.com/iendeavor/import-meta-env/compare/babel0.1.9...babel0.1.10) (2022-10-10)
73+
### [0.1.10](https://github.com/runtime-env/import-meta-env/compare/babel0.1.9...babel0.1.10) (2022-10-10)
7474

7575

7676
### ⚠ BREAKING CHANGES
@@ -79,64 +79,64 @@ All notable changes to this project will be documented in this file. See [standa
7979

8080
### Features
8181

82-
* no longer support node 12 ([9086406](https://github.com/iendeavor/import-meta-env/commit/908640683e0dff593816c75903da51f971943863))
82+
* no longer support node 12 ([9086406](https://github.com/runtime-env/import-meta-env/commit/908640683e0dff593816c75903da51f971943863))
8383

84-
### [0.1.9](https://github.com/iendeavor/import-meta-env/compare/babel0.1.8...babel0.1.9) (2022-03-25)
84+
### [0.1.9](https://github.com/runtime-env/import-meta-env/compare/babel0.1.8...babel0.1.9) (2022-03-25)
8585

8686

8787
### Bug Fixes
8888

89-
* add peer deps ([30012fe](https://github.com/iendeavor/import-meta-env/commit/30012fe3db552c1a246423e04485c4be04e618b9))
89+
* add peer deps ([30012fe](https://github.com/runtime-env/import-meta-env/commit/30012fe3db552c1a246423e04485c4be04e618b9))
9090

91-
### [0.1.8](https://github.com/iendeavor/import-meta-env/compare/babel0.1.7...babel0.1.8) (2022-03-22)
91+
### [0.1.8](https://github.com/runtime-env/import-meta-env/compare/babel0.1.7...babel0.1.8) (2022-03-22)
9292

9393

9494
### Bug Fixes
9595

96-
* 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))
9797

98-
### [0.1.7](https://github.com/iendeavor/import-meta-env/compare/babel0.1.6...babel0.1.7) (2022-03-22)
98+
### [0.1.7](https://github.com/runtime-env/import-meta-env/compare/babel0.1.6...babel0.1.7) (2022-03-22)
9999

100100

101101
### Bug Fixes
102102

103-
* dotenv@11 drop support node@10 ([9406384](https://github.com/iendeavor/import-meta-env/commit/940638468ce164a214a74dbd11035c1cf4898759))
103+
* dotenv@11 drop support node@10 ([9406384](https://github.com/runtime-env/import-meta-env/commit/940638468ce164a214a74dbd11035c1cf4898759))
104104

105-
### [0.1.6](https://github.com/iendeavor/import-meta-env/compare/babel0.1.5...babel0.1.6) (2022-03-10)
105+
### [0.1.6](https://github.com/runtime-env/import-meta-env/compare/babel0.1.5...babel0.1.6) (2022-03-10)
106106

107107

108108
### Features
109109

110-
* support dotenv@8, 9, 10 too ([f7af582](https://github.com/iendeavor/import-meta-env/commit/f7af5828a716c3348a8373e50b0e20c9c42c86c3))
110+
* support dotenv@8, 9, 10 too ([f7af582](https://github.com/runtime-env/import-meta-env/commit/f7af5828a716c3348a8373e50b0e20c9c42c86c3))
111111

112-
### [0.1.5](https://github.com/iendeavor/import-meta-env/compare/babel0.1.4...babel0.1.5) (2022-03-08)
112+
### [0.1.5](https://github.com/runtime-env/import-meta-env/compare/babel0.1.4...babel0.1.5) (2022-03-08)
113113

114114

115115
### Features
116116

117-
* **babel:** support @vue/cli@4 ([9e8b014](https://github.com/iendeavor/import-meta-env/commit/9e8b0147fc3ffe2fa25e38d239ee748b576636cc))
117+
* **babel:** support @vue/cli@4 ([9e8b014](https://github.com/runtime-env/import-meta-env/commit/9e8b0147fc3ffe2fa25e38d239ee748b576636cc))
118118

119-
### [0.1.4](https://github.com/iendeavor/import-meta-env/compare/babel0.1.3...babel0.1.4) (2022-03-04)
119+
### [0.1.4](https://github.com/runtime-env/import-meta-env/compare/babel0.1.3...babel0.1.4) (2022-03-04)
120120

121121

122122
### Bug Fixes
123123

124-
* 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))
126126

127-
### [0.1.3](https://github.com/iendeavor/import-meta-env/compare/babel0.1.2...babel0.1.3) (2022-02-28)
127+
### [0.1.3](https://github.com/runtime-env/import-meta-env/compare/babel0.1.2...babel0.1.3) (2022-02-28)
128128

129129

130130
### Features
131131

132-
* separate packages ([e030beb](https://github.com/iendeavor/import-meta-env/commit/e030beba3217f6d85f82f9a4ad724516fbcb1160))
132+
* separate packages ([e030beb](https://github.com/runtime-env/import-meta-env/commit/e030beba3217f6d85f82f9a4ad724516fbcb1160))
133133

134-
### [0.1.2](https://github.com/iendeavor/import-meta-env/compare/babel0.1.1...babel0.1.2) (2022-02-26)
134+
### [0.1.2](https://github.com/runtime-env/import-meta-env/compare/babel0.1.1...babel0.1.2) (2022-02-26)
135135

136136
### 0.1.1 (2022-02-26)
137137

138138

139139
### Features
140140

141-
* dynamic key is supported ([1641575](https://github.com/iendeavor/import-meta-env/commit/164157536418cbe737048a5166e7f91baffbbcc4))
142-
* implement babel plugin ([ecc4767](https://github.com/iendeavor/import-meta-env/commit/ecc47677b9a8772b01e687ebc91deeae1eaa3a77))
141+
* dynamic key is supported ([1641575](https://github.com/runtime-env/import-meta-env/commit/164157536418cbe737048a5166e7f91baffbbcc4))
142+
* implement babel plugin ([ecc4767](https://github.com/runtime-env/import-meta-env/commit/ecc47677b9a8772b01e687ebc91deeae1eaa3a77))

Diff for: packages/babel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# @import-meta-env/babel
22

3-
[Documentation](https://iendeavor.github.io/import-meta-env/)
3+
[Documentation](https://runtime-env.github.io/import-meta-env/)

Diff for: packages/babel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/iendeavor/import-meta-env.git",
24+
"url": "git+https://github.com/runtime-env/import-meta-env.git",
2525
"directory": "packages/babel"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/iendeavor/import-meta-env/issues"
28+
"url": "https://github.com/runtime-env/import-meta-env/issues"
2929
},
30-
"homepage": "https://github.com/iendeavor/import-meta-env/tree/main/packages/babel#readme",
30+
"homepage": "https://github.com/runtime-env/import-meta-env/tree/main/packages/babel#readme",
3131
"peerDependencies": {
3232
"@babel/core": "^7.0.0-0",
3333
"@import-meta-env/cli": "^0.5.1 || ^0.6.0",

Diff for: packages/babel/scripts/postinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var CI = [
1818
});
1919

2020
var BANNER =
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" +
2222
"\u001B[96mThe project needs your help! Please consider supporting import-meta-env:\u001B[0m\n" +
2323
"\u001B[96m>\u001B[94m https://bmc.link/iendeavor \u001B[0m\n" +
2424
"\u001B[96m>\u001B[94m https://paypal.me/iendeavor \u001B[0m\n\n";

0 commit comments

Comments
 (0)