@bscotch/gcdata
Advanced tools
Comparing version 0.17.2 to 0.17.3
@@ -69,3 +69,4 @@ import { assert } from './assert.js'; | ||
let lastSpeaker; | ||
for (const momentContainer of bsArrayToArray(data)) { | ||
const momentContainers = bsArrayToArray(data); | ||
for (const momentContainer of momentContainers) { | ||
const moment = momentContainer.element; | ||
@@ -72,0 +73,0 @@ let line = ''; |
@@ -357,3 +357,4 @@ import { Client, Glossary } from '@bscotch/cl2-string-server-shared'; | ||
part.data === null || | ||
Object.keys(part.data).length === 0) { | ||
(typeof part.data === 'object' && | ||
Object.keys(part.data).length === 0)) { | ||
const parent = dataPath[p - 1].data; | ||
@@ -360,0 +361,0 @@ delete parent[part.key]; |
{ | ||
"name": "@bscotch/gcdata", | ||
"version": "0.17.2", | ||
"version": "0.17.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -0,0 +0,0 @@ # GameChanger Data |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2646919
78886