@mercuryworkshop/bare-mux
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -7,1 +7,6 @@ export * from './BareTypes'; | ||
export { WebSocketFields } from "./snapshot"; | ||
export type * from './BareTypes'; | ||
export type * from './BareClient'; | ||
export type * from './Switcher'; | ||
export type * from './RemoteClient'; | ||
export type * from "./snapshot"; |
@@ -101,3 +101,3 @@ import { v4 } from 'uuid'; | ||
//@ts-expect-error not installing node types for this one thing | ||
self.BCC_VERSION = "1.1.1"; | ||
self.BCC_VERSION = "1.1.2"; | ||
console.debug("BARE_MUX_VERSION: " + self.BCC_VERSION); | ||
@@ -104,0 +104,0 @@ function initTransport(name, config) { |
{ | ||
"name": "@mercuryworkshop/bare-mux", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
"type": "module", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"author": "", | ||
"main": "dist/index.cjs", | ||
"types": "dist/types.d.ts", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"node": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.cjs" | ||
}, | ||
"browser": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
} | ||
"import": "./dist/index.js", | ||
"require": "./dist/bare.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./node": "./lib/index.cjs" | ||
}, | ||
@@ -36,6 +35,3 @@ "files": [ | ||
"uuid": "^9.0.1" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
} | ||
} |
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
112954
985