create-chayns-app 1.1.19 → 1.1.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-chayns-app",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "private": false,
5
5
  "description": "Create a new chayns® development project in one command.",
6
6
  "keywords": [
@@ -0,0 +1,22 @@
1
+ declare module '*.png' {
2
+ const value: string;
3
+ export = value;
4
+ }
5
+
6
+ declare module '*.png?url' {
7
+ const value: string;
8
+ export = value;
9
+ }
10
+
11
+ declare module '*.svg?url' {
12
+ const value: string;
13
+ export = value;
14
+ }
15
+
16
+ interface ImportMetaEnv {
17
+ [key: string]: string
18
+ }
19
+
20
+ interface ImportMeta {
21
+ readonly env: ImportMetaEnv
22
+ }
@@ -1,6 +1,5 @@
1
1
  .cache
2
2
  .cache/
3
- .env
4
3
  .env.test
5
4
  .env*.local
6
5
  .eslintcache
@@ -28,4 +27,4 @@ logs
28
27
  node_modules/
29
28
  report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
30
29
  yarn-debug.log*
31
- yarn-error.log*
30
+ yarn-error.log*