@koopjs/geoservice-utils
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./normalize-geometry-filter"), exports); | ||
__exportStar(require("./standardize-geometry-filter"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@koopjs/geoservice-utils", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "A set of utilities for working with Geoservice requests and parameters.", | ||
@@ -10,3 +10,4 @@ "main": "dist/index.js", | ||
"tsc": "tsc", | ||
"lint": "eslint . --ext .ts", | ||
"lint": "eslint src --ext .ts", | ||
"lint:ci": "eslint src --ext .ts --rule linebreak-style:0 ", | ||
"test": "jest", | ||
@@ -21,5 +22,6 @@ "test:cov": "jest --coverage", | ||
"@types/jest": "^29.5.5", | ||
"@types/lodash": "^4.14.199", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
@@ -70,3 +72,4 @@ "gh-release": "^7.0.2", | ||
"dist" | ||
] | ||
], | ||
"repository": "https://github.com/koopjs/-utils" | ||
} |
@@ -5,2 +5,2 @@ # GeoService Utilities | ||
### 1. [normalizeGeometryFilter](src/normalize-geometry-filter) | ||
### 1. [standardizeGeometryFilter](src/standardize-geometry-filter) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
23609
11
1