@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR760-20231011152527 to 0.0.0-PR762-20231012184111
# @khanacademy/perseus-core | ||
## 0.0.0-PR760-20231011152527 | ||
## 0.0.0-PR762-20231012184111 | ||
### Patch Changes | ||
- 7428f53b: Fix bug caused by package version diagnostics | ||
## 1.1.1 | ||
### Patch Changes | ||
- 55d4cd00: Print package name and version when loaded in the page | ||
@@ -8,0 +14,0 @@ |
@@ -1,3 +0,1 @@ | ||
import { addLibraryVersionToPerseusDebug as addLibraryVersionToPerseusDebug$1 } from '@khanacademy/perseus-core'; | ||
/** | ||
@@ -47,6 +45,6 @@ * Adds the given perseus library version information to the __perseus_debug__ | ||
const libName = "@khanacademy/perseus-core"; | ||
const libVersion = "1.1.0"; | ||
addLibraryVersionToPerseusDebug$1(libName, libVersion); | ||
const libVersion = "1.1.1"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
export { addLibraryVersionToPerseusDebug, libVersion }; | ||
//# sourceMappingURL=index.js.map |
@@ -5,4 +5,2 @@ 'use strict'; | ||
var perseusCore = require('@khanacademy/perseus-core'); | ||
/** | ||
@@ -52,4 +50,4 @@ * Adds the given perseus library version information to the __perseus_debug__ | ||
const libName = "@khanacademy/perseus-core"; | ||
const libVersion = "1.1.0"; | ||
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion); | ||
const libVersion = "1.1.1"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -56,0 +54,0 @@ exports.addLibraryVersionToPerseusDebug = addLibraryVersionToPerseusDebug; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR760-20231011152527", | ||
"version": "0.0.0-PR762-20231012184111", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -5,3 +5,3 @@ // This file is processed by a Rollup plugin (replace) to inject the production | ||
import {addLibraryVersionToPerseusDebug} from "@khanacademy/perseus-core"; | ||
import {addLibraryVersionToPerseusDebug} from "./utils/add-library-version-to-perseus-debug"; | ||
@@ -8,0 +8,0 @@ const libName = "@khanacademy/perseus-core"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
73754
23
433