innetjs 3.0.2-alpha.7 → 3.0.2
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
|
@@ -813,7 +813,7 @@ class InnetJS {
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
(function () {
|
|
816
|
-
const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2
|
|
816
|
+
const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2"};
|
|
817
817
|
if (typeof process === 'undefined') {
|
|
818
818
|
globalThis.process = { env: env };
|
|
819
819
|
} else if (process.env) {
|