@takeshape/routing 8.294.0 → 9.0.0

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/routing",
3
- "version": "8.294.0",
3
+ "version": "9.0.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "es/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "author": "asprouse",
17
17
  "license": "MIT",
18
18
  "engines": {
19
- "node": ">=14"
19
+ "node": ">=16"
20
20
  },
21
21
  "dependencies": {
22
22
  "lodash": "^4.17.20",
@@ -39,7 +39,6 @@
39
39
  "build:js": "cross-env BABEL_MODULES=commonjs babel src --out-dir dist --extensions \".js,.ts\" --ignore '**/__tests__'",
40
40
  "build:es": "cross-env BABEL_MODULES=es babel src --out-dir es --extensions \".js,.ts\" --ignore '**/__tests__'",
41
41
  "build:copy": "cp -rf build/src/* dist/",
42
- "will-it-blend": "pnpm typecheck && pnpm lint --quiet && pnpm test --silent --coverage false",
43
42
  "todo": "leasot 'src/**/*.{js,jsx,ts,tsx}'"
44
43
  }
45
44
  }