notjs-react 0.6.0 → 0.6.1
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8354,7 +8354,7 @@ function Qn({
|
|
|
8354
8354
|
default: D.defaultVersion,
|
|
8355
8355
|
versions: D.availableVersions,
|
|
8356
8356
|
code: Dt[h]
|
|
8357
|
-
}), l(Dt[h]);
|
|
8357
|
+
}), l(w || Dt[h]);
|
|
8358
8358
|
}).catch((D) => {
|
|
8359
8359
|
console.error("Failed to fetch language info:", D);
|
|
8360
8360
|
});
|
|
@@ -8390,7 +8390,7 @@ function Qn({
|
|
|
8390
8390
|
`);
|
|
8391
8391
|
const G = {
|
|
8392
8392
|
language: h,
|
|
8393
|
-
code: p.code,
|
|
8393
|
+
code: w || p.code,
|
|
8394
8394
|
version: p.default || e || null,
|
|
8395
8395
|
arguments: []
|
|
8396
8396
|
};
|