@reckona/mreact-scheduler 0.0.159 → 0.0.161

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.
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ /** Scheduler-compatible API re-exported for drop-in scheduler imports. */
1
2
  export * from "@reckona/mreact-compat/scheduler";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,cAAc,kCAAkC,CAAC"}
package/dist/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ /** Scheduler-compatible API re-exported for drop-in scheduler imports. */
1
2
  export * from "@reckona/mreact-compat/scheduler";
2
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC","sourcesContent":["export * from \"@reckona/mreact-compat/scheduler\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,cAAc,kCAAkC,CAAC","sourcesContent":["/** Scheduler-compatible API re-exported for drop-in scheduler imports. */\nexport * from \"@reckona/mreact-compat/scheduler\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reckona/mreact-scheduler",
3
- "version": "0.0.159",
3
+ "version": "0.0.161",
4
4
  "description": "Scheduler-compatible API used by the mreact compatibility runtime.",
5
5
  "keywords": [
6
6
  "compatibility",
@@ -40,6 +40,6 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@reckona/mreact-compat": "0.0.159"
43
+ "@reckona/mreact-compat": "0.0.161"
44
44
  }
45
45
  }
package/src/index.ts CHANGED
@@ -1 +1,2 @@
1
+ /** Scheduler-compatible API re-exported for drop-in scheduler imports. */
1
2
  export * from "@reckona/mreact-compat/scheduler";