@ooneex/queue 0.0.11 → 0.0.13

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.js CHANGED
@@ -1,4 +1,8 @@
1
1
  // @bun
2
- var c=void 0;export{c as default};
2
+ // src/index.ts
3
+ var src_default = undefined;
4
+ export {
5
+ src_default as default
6
+ };
3
7
 
4
- //# debugId=739F3CA43E7B60FB64756E2164756E21
8
+ //# debugId=84B2B8D74A0C49C464756E2164756E21
package/dist/index.js.map CHANGED
@@ -4,6 +4,6 @@
4
4
  "sourcesContent": [
5
5
  ],
6
6
  "mappings": "",
7
- "debugId": "739F3CA43E7B60FB64756E2164756E21",
7
+ "debugId": "84B2B8D74A0C49C464756E2164756E21",
8
8
  "names": []
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/queue",
3
3
  "description": "Job queue management for background task processing and asynchronous workload execution",
4
- "version": "0.0.11",
4
+ "version": "0.0.13",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",