File tree Expand file tree Collapse file tree 5 files changed +17173
-32
lines changed
Expand file tree Collapse file tree 5 files changed +17173
-32
lines changed Original file line number Diff line number Diff line change 1- .DS_Store
2- .cache /
3- node_modules
4- /dist
5-
6-
7- # local env files
8- .env
9- .env.local
10- .env. * .local
11-
12- # lock files
13- /yarn.lock
14- /package-lock.json
15-
16- # Log files
17- npm-debug.log *
18- yarn-debug.log *
19- yarn-error.log *
20- pnpm-debug.log *
21-
22- # Editor directories and files
23- .idea
24- .vscode
25- * .suo
26- * .ntvs *
27- * .njsproj
28- * .sln
29- * .sw ?
1+ .DS_Store
2+ .cache /
3+ node_modules
4+ /dist
5+
6+
7+ # local env files
8+ .env
9+ .env.local
10+ .env. * .local
11+
12+ # lock files
13+ /yarn.lock
14+
15+ # Log files
16+ npm-debug.log *
17+ yarn-debug.log *
18+ yarn-error.log *
19+ pnpm-debug.log *
20+
21+ # Editor directories and files
22+ .idea
23+ .vscode
24+ * .suo
25+ * .ntvs *
26+ * .njsproj
27+ * .sln
28+ * .sw ?
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
88limit the overall number of catalog reads necessary when browsing (as catalogs
99may be nested and do not necessarily contain references to their parents).
1010
11- Version: ** 3.2.0-rc.1 ** (supports all STAC versions between 0.6.0 and 1.0.0)
11+ Version: ** 3.2.0** (supports all STAC versions between 0.6.0 and 1.0.0)
1212
1313This package has also been published to npm as [ ` @radiantearth/stac-browser ` ] ( https://www.npmjs.com/package/@radiantearth/stac-browser ) .
1414
You can’t perform that action at this time.
0 commit comments