@lowerdeck/queue 1.0.3 → 1.0.4
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +15 -9
- package/.turbo/turbo-build.log +0 -27
- package/.turbo/turbo-test.log +0 -11
- package/CHANGELOG.md +0 -27
- package/tsconfig.json +0 -11
package/package.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowerdeck/queue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
+
"files": [
|
|
8
|
+
"src/**",
|
|
9
|
+
"dist/**",
|
|
10
|
+
"README.md",
|
|
11
|
+
"package.json"
|
|
12
|
+
],
|
|
7
13
|
"author": "Tobias Herber",
|
|
8
14
|
"license": "Apache 2",
|
|
9
15
|
"type": "module",
|
|
@@ -21,20 +27,20 @@
|
|
|
21
27
|
"scripts": {
|
|
22
28
|
"test": "vitest run --passWithNoTests",
|
|
23
29
|
"lint": "prettier src/**/*.ts --check",
|
|
24
|
-
"build": "microbundle"
|
|
30
|
+
"build": "rm -rf ./dist && microbundle"
|
|
25
31
|
},
|
|
26
32
|
"dependencies": {
|
|
27
|
-
"@lowerdeck/delay": "^1.0.
|
|
28
|
-
"@lowerdeck/execution-context": "^1.0.
|
|
29
|
-
"@lowerdeck/id": "^1.0.
|
|
30
|
-
"@lowerdeck/memo": "^1.0.
|
|
31
|
-
"@lowerdeck/redis": "^1.0.
|
|
32
|
-
"@lowerdeck/sentry": "^1.0.
|
|
33
|
+
"@lowerdeck/delay": "^1.0.4",
|
|
34
|
+
"@lowerdeck/execution-context": "^1.0.2",
|
|
35
|
+
"@lowerdeck/id": "^1.0.5",
|
|
36
|
+
"@lowerdeck/memo": "^1.0.4",
|
|
37
|
+
"@lowerdeck/redis": "^1.0.3",
|
|
38
|
+
"@lowerdeck/sentry": "^1.0.2",
|
|
33
39
|
"bullmq": "^5.66.0",
|
|
34
40
|
"superjson": "^2.2.6"
|
|
35
41
|
},
|
|
36
42
|
"devDependencies": {
|
|
37
|
-
"@lowerdeck/tsconfig": "^1.0.
|
|
43
|
+
"@lowerdeck/tsconfig": "^1.0.1",
|
|
38
44
|
"typescript": "5.8.2",
|
|
39
45
|
"microbundle": "^0.15.1",
|
|
40
46
|
"vitest": "^3.1.2"
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
[0m[2m[35m$[0m [2m[1mmicrobundle[0m
|
|
3
|
-
Failed to resolve the module async_hooks imported by ../execution-context/dist/index.module.js
|
|
4
|
-
Is the module installed? Note:
|
|
5
|
-
↳ to inline a module into your bundle, install it to "devDependencies".
|
|
6
|
-
↳ to depend on a module via import/require, install it to "dependencies".
|
|
7
|
-
Failed to resolve the module async_hooks imported by ../execution-context/dist/index.module.js
|
|
8
|
-
Is the module installed? Note:
|
|
9
|
-
↳ to inline a module into your bundle, install it to "devDependencies".
|
|
10
|
-
↳ to depend on a module via import/require, install it to "dependencies".
|
|
11
|
-
Failed to resolve the module async_hooks imported by ../execution-context/dist/index.module.js
|
|
12
|
-
Is the module installed? Note:
|
|
13
|
-
↳ to inline a module into your bundle, install it to "devDependencies".
|
|
14
|
-
↳ to depend on a module via import/require, install it to "dependencies".
|
|
15
|
-
No name was provided for external module '@lowerdeck/delay' in output.globals – guessing 'delay'
|
|
16
|
-
No name was provided for external module 'async_hooks' in output.globals – guessing 'async_hooks'
|
|
17
|
-
No name was provided for external module '@lowerdeck/memo' in output.globals – guessing 'memo'
|
|
18
|
-
No name was provided for external module '@lowerdeck/redis' in output.globals – guessing 'redis'
|
|
19
|
-
[34mBuild "@lowerdeck/queue" to dist:[39m
|
|
20
|
-
[31m66.2 kB[39m: [37mindex.cjs[39m.gz
|
|
21
|
-
[31m57.1 kB[39m: [37mindex.cjs[39m.br
|
|
22
|
-
[31m65.8 kB[39m: [37mindex.module.js[39m.gz
|
|
23
|
-
[31m56.7 kB[39m: [37mindex.module.js[39m.br
|
|
24
|
-
[31m66.2 kB[39m: [37mindex.module.js[39m.gz
|
|
25
|
-
[31m57.2 kB[39m: [37mindex.module.js[39m.br
|
|
26
|
-
[31m66.3 kB[39m: [37mindex.umd.js[39m.gz
|
|
27
|
-
[31m57.2 kB[39m: [37mindex.umd.js[39m.br
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
[0m[2m[35m$[0m [2m[1mvitest run --passWithNoTests[0m
|
|
3
|
-
[?25l
|
|
4
|
-
[1m[46m RUN [49m[22m [36mv3.2.4 [39m[90m/Users/tobias/code/metorial/metorial-enterprise/oss/src/packages/backend/queue[39m
|
|
5
|
-
|
|
6
|
-
No test files found, exiting with code 0
|
|
7
|
-
|
|
8
|
-
[2minclude: [22m[33m**/*.{test,spec}.?(c|m)[jt]s?(x)[39m
|
|
9
|
-
[2mexclude: [22m[33m**/node_modules/**[2m, [22m**/dist/**[2m, [22m**/cypress/**[2m, [22m**/.{idea,git,cache,output,temp}/**[2m, [22m**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*[39m
|
|
10
|
-
|
|
11
|
-
[?25h
|
package/CHANGELOG.md
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# @lowerdeck/queue
|
|
2
|
-
|
|
3
|
-
## 1.0.3
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- add sentry and execution context
|
|
8
|
-
|
|
9
|
-
## 1.0.2
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- Fix default entry point
|
|
14
|
-
- Updated dependencies
|
|
15
|
-
- @lowerdeck/delay@1.0.3
|
|
16
|
-
- @lowerdeck/redis@1.0.2
|
|
17
|
-
- @lowerdeck/memo@1.0.3
|
|
18
|
-
|
|
19
|
-
## 1.0.1
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- update versions
|
|
24
|
-
- Updated dependencies
|
|
25
|
-
- @lowerdeck/delay@1.0.2
|
|
26
|
-
- @lowerdeck/redis@1.0.1
|
|
27
|
-
- @lowerdeck/memo@1.0.2
|
package/tsconfig.json
DELETED