@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR638-20230727210252 to 0.0.0-PR640-20230728151256
# @khanacademy/perseus-core | ||
## 0.0.0-PR638-20230727210252 | ||
## 0.0.0-PR640-20230728151256 | ||
### Patch Changes | ||
- 88bf291d: Commented RendererInterface | ||
## 0.1.0 | ||
### Minor Changes | ||
@@ -6,0 +12,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR638-20230727210252", | ||
"version": "0.0.0-PR640-20230728151256", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -7,2 +7,5 @@ // Types that can be shared between Perseus packages | ||
// Interfact currently only implemented by | ||
// ServerItemRenderer and used by KeypadContext | ||
// to pass around a renderer reference | ||
export interface RendererInterface { | ||
@@ -9,0 +12,0 @@ getSerializedState(): State; |
Sorry, the diff of this file is not supported yet
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
52776
134