capdag 0.145.321 → 0.146.323

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/build-browser.js +0 -5
  2. package/package.json +1 -1
package/build-browser.js CHANGED
@@ -144,11 +144,6 @@ window.resolveMediaUrn = resolveMediaUrn;
144
144
  window.buildExtensionIndex = buildExtensionIndex;
145
145
  window.mediaUrnsForExtension = mediaUrnsForExtension;
146
146
  window.getExtensionMappings = getExtensionMappings;
147
- window.CapMatrixError = CapMatrixError;
148
- window.CapMatrix = CapMatrix;
149
- window.BestCapSetMatch = BestCapSetMatch;
150
- window.CompositeCapSet = CompositeCapSet;
151
- window.CapBlock = CapBlock;
152
147
  window.CapGraphEdge = CapGraphEdge;
153
148
  window.CapGraphStats = CapGraphStats;
154
149
  window.CapGraph = CapGraph;
package/package.json CHANGED
@@ -40,5 +40,5 @@
40
40
  "pretest": "npm run build:parser",
41
41
  "test": "node capdag.test.js"
42
42
  },
43
- "version": "0.145.321"
43
+ "version": "0.146.323"
44
44
  }