sea-chart 0.0.53-alpha.2 → 0.0.53-alpha.3

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/dist/context.js +2 -0
  2. package/package.json +1 -1
package/dist/context.js CHANGED
@@ -136,6 +136,8 @@ class Context {
136
136
  this.api = api;
137
137
  this.settings = config || {};
138
138
  this.hasInit = true;
139
+ console.log('collaborators', collaborators);
140
+ console.log('collaboratorManager', collaboratorManager);
139
141
  this.collaborators = collaborators || [];
140
142
  this.collaboratorManager = collaboratorManager ? collaboratorManager : new CollaboratorManager(collaborators);
141
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.53-alpha.2",
3
+ "version": "0.0.53-alpha.3",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",