@khanacademy/perseus-core 5.2.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -2844,7 +2844,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
|
|
|
2844
2844
|
|
|
2845
2845
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
2846
2846
|
const libName = "@khanacademy/perseus-core";
|
|
2847
|
-
const libVersion = "5.
|
|
2847
|
+
const libVersion = "5.4.0";
|
|
2848
2848
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
2849
2849
|
|
|
2850
2850
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2885,7 +2885,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
|
|
|
2885
2885
|
|
|
2886
2886
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
2887
2887
|
const libName = "@khanacademy/perseus-core";
|
|
2888
|
-
const libVersion = "5.
|
|
2888
|
+
const libVersion = "5.4.0";
|
|
2889
2889
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
2890
2890
|
|
|
2891
2891
|
/**
|