@jayesol/jayeson.lib.sports 2.2.7-beta1 → 2.2.7-beta2

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.
Files changed (2) hide show
  1. package/lib/dispatch.js +0 -1
  2. package/package.json +4 -5
package/lib/dispatch.js CHANGED
@@ -134,7 +134,6 @@ let EndPointGroupManager = class EndPointGroupManager {
134
134
  return this._grp;
135
135
  }
136
136
  pushFullSnapshotWrapper(epg, epd) {
137
- console.log("FULL SNAPSHOT: " + epd);
138
137
  let stream = epd.stream();
139
138
  epd.isInitialized().then((ready) => {
140
139
  if (ready) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayesol/jayeson.lib.sports",
3
- "version": "2.2.7-beta1",
3
+ "version": "2.2.7-beta2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -11,10 +11,10 @@
11
11
  "full-build": "npm run clean:all && npm install && npm run build"
12
12
  },
13
13
  "dependencies": {
14
- "@jayesol/jayeson.lib.delivery": "2.0.7-beta.0",
15
- "@jayesol/jayeson.lib.record": "2.1.0",
14
+ "@jayesol/jayeson.lib.delivery": "2.0.7",
15
+ "@jayesol/jayeson.lib.record": "2.1.1",
16
16
  "@jayesol/jayeson.lib.streamfinder": "2.0.0",
17
- "@jayesol/jayeson.model": "2.0.1",
17
+ "@jayesol/jayeson.model": "2.1.1",
18
18
  "circular-json": "^0.4.0",
19
19
  "estraverse": "^5.3.0",
20
20
  "injection-js": "^2.2.0",
@@ -44,7 +44,6 @@
44
44
  "merge-stream": "^2.0.0",
45
45
  "protobufjs-cli": "^1.1.3",
46
46
  "semver": "^7.5.0",
47
- "source-map": "^0.7.4",
48
47
  "typescript": "^4.9.0"
49
48
  }
50
49
  }