@daily-co/daily-js
Advanced tools
Comparing version 0.9.994 to 0.9.995
@@ -410,2 +410,3 @@ // Type definitions for daily-js | ||
supportedBrowser(): DailyBrowserInfo; | ||
version(): string; | ||
} | ||
@@ -412,0 +413,0 @@ |
{ | ||
"name": "@daily-co/daily-js", | ||
"version": "0.9.994", | ||
"version": "0.9.995", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=10.0.0" |
@@ -6,2 +6,3 @@ import replace from '@rollup/plugin-replace'; | ||
import { terser } from 'rollup-plugin-terser'; | ||
import { version } from './package-lock.json'; | ||
@@ -20,2 +21,3 @@ const production = process.env.NODE_ENV || 'production'; | ||
'process.env.NODE_ENV': JSON.stringify(production), | ||
__dailyJsVersion__: JSON.stringify(version), | ||
}), | ||
@@ -22,0 +24,0 @@ babel({ |
@@ -84,2 +84,3 @@ // | ||
export const DAILY_METHOD_CYCLE_MIC = 'cycle-mic'; | ||
export const DAILY_METHOD_GET_CAMERA_FACING_MODE = 'get-camera-facing-mode'; | ||
export const DAILY_METHOD_APP_MSG = 'app-msg'; | ||
@@ -86,0 +87,0 @@ export const DAILY_METHOD_ADD_FAKE_PARTICIPANT = 'add-fake-participant'; |
@@ -5,2 +5,3 @@ // todo: add debug target | ||
const webpack = require('webpack'); | ||
const version = require('./package-lock.json').version; | ||
const mode = process.env.NODE_ENV || 'production'; | ||
@@ -24,2 +25,3 @@ | ||
}, | ||
__dailyJsVersion__: JSON.stringify(version), | ||
}), | ||
@@ -26,0 +28,0 @@ ], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
335412
3768