@bbn/bbn 1.0.314 → 1.0.315

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/dist/fn/init.js CHANGED
@@ -25,7 +25,7 @@ import timestamp from './datetime/timestamp.js';
25
25
  */
26
26
  export default function init(cfg, force) {
27
27
  var parts;
28
- if (!bbn.env.isInit || force) {
28
+ if (!bbn.env.isInit) {
29
29
  bbn.env.root =
30
30
  document.baseURI.length > 0 ? document.baseURI : bbn.env.host;
31
31
  if (bbn.env.root.length && substr(bbn.env.root, -1) !== "/") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.314",
3
+ "version": "1.0.315",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",