sv-arcgis 1.0.1 β†’ 1.1.0-next.1

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.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,22 +1,27 @@
1
+ ## 🎬 Prereqs
2
+
3
+ - SvelteKit installed (`npx sv create [project_name]`)
4
+
1
5
  ## πŸ—œοΈ Setup
2
6
 
3
- 1. Install SvelteKit `npx sv create [project_name]`.
4
- 2. Install sv-arcgis `npx sv-arcgis`.
5
- 3. ⚠️ Follow instructions in terminal. ⚠️️
7
+ 1. Install sv-arcgis `npm i sv-arcgis`
8
+ 2. Run sv-arcgis `npx sv-arcgis`
9
+ 3. ⚠️ Follow instructions in terminal
6
10
 
7
11
  ## πŸ“• Notes
8
12
 
9
- - Using this will install @arcgis/core@4.31.6. (Testing has not been done on later releases)
10
- - If you choose 'Yes' to Map components, @arcgis/map-components@4.31.6 will be installed. (Testing has not been done on later releases).
11
- - If you choose 'Yes' to Calcite, @esri/calcite-components@2.13.0 will be installed. (Testing has not been done on later releases).
13
+ - Using this will install _@arcgis/core@4.31.6_ and _@arcgis/map-components@4.31.6_. (Testing has not been done on later versions)
14
+ - If you choose 'Yes' to Calcite, _@esri/calcite-components@2.13.0_ will be installed. (Testing has not been done on later versions)
15
+ - Using this will install the following devDepenencies: _chalk_, _prompts_ and _cross-env_
12
16
 
13
17
  ## πŸ—ΊοΈ Roadmap
14
18
 
15
19
  - Option for / intergrate OAuth2 https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/arcgis-apis/
20
+ - Update to use determine if Svelte Vite app? (Demo would need to be different)
16
21
  - Create tests (see https://www.youtube.com/watch?v=Xk8yaN9_PZA)
17
22
  - Create CI / CD (w/ tests)
18
23
 
19
24
  ## πŸ™ Help
20
25
 
21
26
  - ArcGIS / Calcite Issues?: Check new releases https://developers.arcgis.com/calcite-design-system/releases (see Compatibility section for each release)
22
- - PRs, Issues, etc. are always welcome.
27
+ - PRs, Issues, etc. are always welcome
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sv-arcgis",
3
- "version": "1.0.1",
3
+ "version": "1.1.0-next.1",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "sv-arcgis": "./bin/sv-arcgis-setup.js"