@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR745-20231003214236 to 0.0.0-PR745-20231003215634
# @khanacademy/perseus-core | ||
## 0.0.0-PR745-20231003214236 | ||
## 0.0.0-PR745-20231003215634 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -12,2 +12,4 @@ import { addLibraryVersionToPerseusDebug as addLibraryVersionToPerseusDebug$1 } from '@khanacademy/perseus-core'; | ||
const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => { | ||
// If the library version is the default value, then we don't want to | ||
// prefix it with a "v" to indicate that it is a version number. | ||
let prefix = "v"; | ||
@@ -14,0 +16,0 @@ if (libraryVersion === "__lib_version__") { |
@@ -16,2 +16,4 @@ 'use strict'; | ||
const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => { | ||
// If the library version is the default value, then we don't want to | ||
// prefix it with a "v" to indicate that it is a version number. | ||
let prefix = "v"; | ||
@@ -18,0 +20,0 @@ if (libraryVersion === "__lib_version__") { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR745-20231003214236", | ||
"version": "0.0.0-PR745-20231003215634", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -13,2 +13,4 @@ /** | ||
) => { | ||
// If the library version is the default value, then we don't want to | ||
// prefix it with a "v" to indicate that it is a version number. | ||
let prefix = "v"; | ||
@@ -15,0 +17,0 @@ if (libraryVersion === "__lib_version__") { |
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
63223
280