innetjs 2.4.0-beta.1 → 2.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/bin/innet
CHANGED
|
@@ -784,7 +784,7 @@ class InnetJS {
|
|
|
784
784
|
}
|
|
785
785
|
|
|
786
786
|
(function () {
|
|
787
|
-
const env = {"__INNETJS__PACKAGE_VERSION":"2.4.0
|
|
787
|
+
const env = {"__INNETJS__PACKAGE_VERSION":"2.4.0"};
|
|
788
788
|
if (typeof process === 'undefined') {
|
|
789
789
|
globalThis.process = { env: env };
|
|
790
790
|
} else if (process.env) {
|