@harnessio/ff-react-client-sdk
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "@harnessio/ff-react-client-sdk", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"author": "Harness", | ||
"license": "Apache-2.0", | ||
"module": "dist/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"type": "module", | ||
@@ -12,6 +13,8 @@ "files": [ | ||
], | ||
"types": "dist/index.d.ts", | ||
"types": "dist/esm/index.d.ts", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rm -rf ./dist; tsc -p ./tsconfig-build.json", | ||
"build": "rm -rf ./dist; npm run build-esm; npm run build-cjs", | ||
"build-esm": "tsc -p ./tsconfig-build.json", | ||
"build-cjs": "tsc -p ./tsconfig-build.json --module commonjs --outDir dist/cjs", | ||
"format": "prettier --write src" | ||
@@ -18,0 +21,0 @@ }, |
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
35267
31
289
1