@dword-design/base 11.0.3 → 11.0.5

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/LICENSE.md CHANGED
@@ -6,7 +6,7 @@ Copyright &copy; Sebastian Landwehr <info@sebastianlandwehr.com>
6
6
 
7
7
  and licensed under:
8
8
 
9
- [MIT License](https://opensource.org/licenses/MIT)
9
+ [MIT License](https://opensource.org/license/mit/)
10
10
 
11
11
  ## MIT License
12
12
 
package/README.md CHANGED
@@ -102,6 +102,6 @@ Thanks a lot for your support! ❤️
102
102
 
103
103
  ## License
104
104
 
105
- [MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)
105
+ [MIT License](https://opensource.org/license/mit/) © [Sebastian Landwehr](https://sebastianlandwehr.com)
106
106
  <!-- /LICENSE -->
107
107
 
@@ -135,7 +135,7 @@ Thanks a lot for your support! ❤️
135
135
 
136
136
  ## License
137
137
 
138
- [MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)
138
+ [MIT License](https://opensource.org/license/mit/) © [Sebastian Landwehr](https://sebastianlandwehr.com)
139
139
  <!-- /LICENSE -->
140
140
  "
141
141
  `;
@@ -2,16 +2,16 @@ import endent from "@dword-design/functions/dist/endent.js";
2
2
  export default function () {
3
3
  return endent`
4
4
  # Need to add :latest, otherwise old versions (e.g. of node) are installed
5
- FROM gitpod/workspace-full:latest
5
+ FROM gitpod/workspace-full-vnc:latest
6
6
 
7
7
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
8
8
  RUN sudo apt-get install git-lfs
9
9
  RUN git lfs install
10
10
 
11
11
  # https://www.gitpod.io/docs/languages/javascript
12
- RUN bash -c 'VERSION="${this.config.nodeVersion}" \
13
- && source $HOME/.nvm/nvm.sh && nvm install $VERSION \
14
- && nvm use $VERSION && nvm alias default $VERSION'
12
+ # https://github.com/gitpod-io/gitpod/issues/945
13
+ RUN bash -c 'source $HOME/.nvm/nvm.sh && nvm install ${this.config.nodeVersion}'
14
+ RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
15
15
 
16
16
  RUN echo "\\nexport PATH=$(yarn global bin):\\$PATH" >> /home/gitpod/.bashrc
17
17
 
@@ -139,7 +139,7 @@ Thanks a lot for your support! ❤️
139
139
 
140
140
  ## License
141
141
 
142
- [MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)
142
+ [MIT License](https://opensource.org/license/mit/) © [Sebastian Landwehr](https://sebastianlandwehr.com)
143
143
  <!-- /LICENSE -->
144
144
  "
145
145
  `;
@@ -182,7 +182,7 @@ Thanks a lot for your support! ❤️
182
182
 
183
183
  ## License
184
184
 
185
- [MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)
185
+ [MIT License](https://opensource.org/license/mit/) © [Sebastian Landwehr](https://sebastianlandwehr.com)
186
186
  <!-- /LICENSE -->
187
187
  "
188
188
  `;
@@ -230,7 +230,7 @@ Thanks a lot for your support! ❤️
230
230
 
231
231
  ## License
232
232
 
233
- [MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)
233
+ [MIT License](https://opensource.org/license/mit/) © [Sebastian Landwehr](https://sebastianlandwehr.com)
234
234
  <!-- /LICENSE -->
235
235
  "
236
236
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "11.0.3",
3
+ "version": "11.0.5",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -41,7 +41,7 @@
41
41
  "@semantic-release/changelog": "^6.0.3",
42
42
  "@semantic-release/git": "^10.0.1",
43
43
  "ajv": "^8.11.2",
44
- "babel-register-esm": "npm:@dword-design/babel-register-esm",
44
+ "babel-register-esm": "npm:@dword-design/babel-register-esm@^2",
45
45
  "c8": "^9.0.0",
46
46
  "change-case": "^5.3.0",
47
47
  "commitizen": "^4.0.3",