@mercuryworkshop/bare-mux
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -101,3 +101,3 @@ import { v4 } from 'uuid'; | ||
//@ts-expect-error not installing node types for this one thing | ||
self.BCC_VERSION = "1.1.3"; | ||
self.BCC_VERSION = "1.1.4"; | ||
console.debug("BARE_MUX_VERSION: " + self.BCC_VERSION); | ||
@@ -104,0 +104,0 @@ function initTransport(name, config) { |
{ | ||
"name": "@mercuryworkshop/bare-mux", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -17,3 +17,4 @@ "type": "module", | ||
"types": "./lib/index.d.ts", | ||
"main": "./lib/index.cjs" | ||
"import": "./lib/index.cjs", | ||
"require": "./lib/index.cjs" | ||
} | ||
@@ -20,0 +21,0 @@ }, |
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
114532