@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR973-20240207194831 to 0.0.0-PR973-20240207204403
# @khanacademy/perseus-core | ||
## 0.0.0-PR973-20240207194831 | ||
## 0.0.0-PR973-20240207204403 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR973-20240207194831", | ||
"version": "0.0.0-PR973-20240207204403", | ||
"publishConfig": { | ||
@@ -22,3 +22,3 @@ "access": "public" | ||
"source": "src/index.ts", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -25,0 +25,0 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" |
{ | ||
"extends": "../tsconfig-shared.json", | ||
"compilerOptions": { | ||
"outDir": "./dist/types", | ||
"outDir": "./dist", | ||
"rootDir": "src", | ||
@@ -6,0 +6,0 @@ "paths": { |
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
75235