bit2 0.1.4 → 0.1.6

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.
@@ -21,3 +21,8 @@ export declare function fuseBulk(env: Environment, bulkOp: UpdateOperation, term
21
21
  newTermNode: TermNode;
22
22
  remainingOperation: UpdateOperation;
23
23
  }[];
24
+ export declare function fuseBulk1(env: Environment, bulkOp: UpdateOperation, term: TermNode): {
25
+ newEnv: Environment;
26
+ newTermNode: TermNode;
27
+ remainingOperation: UpdateOperation;
28
+ }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bit2",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "main": "dist/bit2.js",
5
5
  "types": "dist/bit2.d.ts",
6
6
  "dependencies": {