@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 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.2.0";
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.2.0";
2888
+ const libVersion = "5.4.0";
2889
2889
  addLibraryVersionToPerseusDebug(libName, libVersion);
2890
2890
 
2891
2891
  /**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared Perseus infrastructure",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "5.2.0",
6
+ "version": "5.4.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },