npm-dropdown-package 1.0.0 → 1.0.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.
package/README.md ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-dropdown-package",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A package to create an object-array using feature layers hosted in Portal for ArcGIS for react-select dropdown",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -25,7 +25,6 @@
25
25
  "devDependencies": {
26
26
  "typescript": "^5.9.3"
27
27
  },
28
-
29
28
  "peerDependencies": {
30
29
  "@arcgis/core": "^4.34.6"
31
30
  }
package/src/index.ts CHANGED
@@ -9,7 +9,7 @@ class GenerateDropdownData {
9
9
  this.fieldNames = fieldNames;
10
10
  }
11
11
 
12
- // Define method
12
+ // Define 'Method'
13
13
  dropDownQuery = async () => {
14
14
  // ################### One Feature Layer ################### //
15
15
  if (this.featureLayers.length === 1) {