@sprucelabs/esm-postbuild
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "@sprucelabs/esm-postbuild", | ||
"version": "0.0.1", | ||
"description": "Script that resolves paths from your tsconfig", | ||
"main": "build/index.js", | ||
"repository": "git@github.com:sprucelabsai/resolve-path-aliases.git", | ||
"version": "1.0.0", | ||
"description": "Script to do thins after build of esm modules", | ||
"main": "build/esm-postbuild.js", | ||
"repository": "git@github.com:sprucelabsai/esm-postbuild.git", | ||
"author": "Spruce Labs", | ||
"license": "MIT", | ||
"bin": { | ||
"esm-postbuild": "./build/index.js" | ||
"esm-postbuild": "./build/esm-postbuild.js" | ||
}, | ||
"files": [ | ||
"build/index.js" | ||
"build/esm-postbuild.js" | ||
], | ||
@@ -18,2 +18,3 @@ "scripts": { | ||
"build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' ./src/ ./build/", | ||
"esm-postbuild": "esm-postbuild", | ||
"build.tsc": "yarn build.copy-files && tsc", | ||
@@ -28,4 +29,3 @@ "clean": "rm -rf build/", | ||
"watch.build": "yarn build.tsc -w", | ||
"watch.lint": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'", | ||
"watch.tests": "jest --watch" | ||
"watch.lint": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'" | ||
}, | ||
@@ -40,2 +40,3 @@ "dependencies": { | ||
"@sprucelabs/jest-json-reporter": "^5.1.14", | ||
"@sprucelabs/jest-sheets-reporter": "^1.2.14", | ||
"@sprucelabs/semantic-release": "^4.0.6", | ||
@@ -45,3 +46,2 @@ "@sprucelabs/test": "^7.6.21", | ||
"@types/fs-extra": "^9.0.2", | ||
"@types/rimraf": "^3.0.0", | ||
"chokidar-cli": "^2.1.0", | ||
@@ -55,3 +55,2 @@ "concurrently": "^6.0.0", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.0.3" | ||
@@ -62,2 +61,15 @@ }, | ||
"testTimeout": 120000, | ||
"reporters": [ | ||
"default", | ||
[ | ||
"@sprucelabs/jest-sheets-reporter", | ||
{ | ||
"sheetId": "1DoWM7mYgGDa-PJXptLomrZmbIBZiuxS1YiAsRXU2Gm0", | ||
"worksheetId": 843037832, | ||
"testMap": { | ||
"canRunfromCommandLine": "I31" | ||
} | ||
} | ||
] | ||
], | ||
"testEnvironment": "node", | ||
@@ -64,0 +76,0 @@ "testPathIgnorePatterns": [ |
@@ -7,4 +7,4 @@ # resolve-path-aliases | ||
`"build.esm-postbuild": "esm-postbuild --target build --patterns **/*.js,**/*.d.ts",` | ||
`"build.esm-postbuild": "esm-postbuild --target build --patterns **/*.js",` | ||
Next run: `yarn build.esm-postbuild` |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6626
15
94
1
1