@khanacademy/perseus-linter 1.2.2 → 1.2.3
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/es/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/rules/lint-utils.d.ts +0 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -1834,7 +1834,7 @@ class Stack {
|
|
|
1834
1834
|
|
|
1835
1835
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
1836
1836
|
const libName = "@khanacademy/perseus-linter";
|
|
1837
|
-
const libVersion = "1.2.
|
|
1837
|
+
const libVersion = "1.2.3";
|
|
1838
1838
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
1839
1839
|
|
|
1840
1840
|
// Define the shape of the linter context object that is passed through the
|