@takeshape/routing 8.100.2 → 8.100.4
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/routing",
|
|
3
|
-
"version": "8.100.
|
|
3
|
+
"version": "8.100.4",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"lint:code:ci": "eslint . --ext .js,.ts --format junit -o \"${HOME}/test-results/${npm_package_name#*\\/}/eslint-results.xml\"",
|
|
35
35
|
"typecheck": "tsc --noEmit",
|
|
36
36
|
"clean": "rimraf build lib es *.tsbuildinfo",
|
|
37
|
-
"build": "pnpm
|
|
37
|
+
"build": "pnpm build:types && pnpm build:js && pnpm build:es && pnpm build:copy",
|
|
38
38
|
"build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
|
|
39
39
|
"build:js": "cross-env BABEL_MODULES=commonjs babel src --out-dir lib --extensions \".js,.ts\" --ignore '**/__tests__'",
|
|
40
40
|
"build:es": "cross-env BABEL_MODULES=es babel src --out-dir es --extensions \".js,.ts\" --ignore '**/__tests__'",
|