@eppo/js-client-sdk-common
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@eppo/js-client-sdk-common", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)", | ||
@@ -9,3 +9,9 @@ "main": "dist/index.js", | ||
], | ||
"typings": "dist/js-client-sdk-common.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -16,7 +22,6 @@ "lint": "eslint '**/*.{ts,tsx}' --cache", | ||
"prepare": "make prepare", | ||
"pre-commit": "lint-staged && tsc && yarn docs", | ||
"pre-commit": "lint-staged && tsc", | ||
"typecheck": "tsc", | ||
"test": "yarn test:unit", | ||
"test:unit": "NODE_ENV=test jest '.*\\.spec\\.ts'", | ||
"docs": "api-documenter markdown -i ./temp -o ./docs" | ||
"test:unit": "NODE_ENV=test jest '.*\\.spec\\.ts'" | ||
}, | ||
@@ -23,0 +28,0 @@ "jsdelivr": "dist/eppo-sdk.js", |
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
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
107068