@auriclabs/jobs-infra 1.0.0 → 2.0.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auriclabs/jobs-infra@1.0.0 build /home/runner/work/packages/packages/packages/jobs-infra
2
+ > @auriclabs/jobs-infra@2.0.0 build /home/runner/work/packages/packages/packages/jobs-infra
3
3
  > tsdown src/index.ts --format cjs,esm --dts --tsconfig tsconfig.build.json --no-hash
4
4
 
5
5
  [tsdown] Node.js v20.20.2 is deprecated. Support will be removed in the next minor release. Please upgrade to Node.js 22.18.0 or later.
@@ -12,20 +12,14 @@
12
12
  ℹ [CJS] dist/index.d.cts.map 0.55 kB │ gzip: 0.27 kB
13
13
  ℹ [CJS] dist/index.d.cts 0.88 kB │ gzip: 0.39 kB
14
14
  ℹ [CJS] 2 files, total: 1.43 kB
15
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
16
- - rolldown-plugin-dts:generate (50%)
17
- - tsdown:deps (47%)
18
- See https://rolldown.rs/options/checks#plugintimings for more details.
15
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
19
16
 
20
- ✔ Build complete in 6591ms
21
17
  ℹ [ESM] dist/index.mjs 1.58 kB │ gzip: 0.73 kB
22
18
  ℹ [ESM] dist/index.mjs.map 3.73 kB │ gzip: 1.35 kB
23
19
  ℹ [ESM] dist/index.d.mts.map 0.55 kB │ gzip: 0.27 kB
24
20
  ℹ [ESM] dist/index.d.mts 0.88 kB │ gzip: 0.38 kB
25
21
  ℹ [ESM] 4 files, total: 6.74 kB
26
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
27
- - rolldown-plugin-dts:generate (75%)
28
- - tsdown:deps (24%)
29
- See https://rolldown.rs/options/checks#plugintimings for more details.
22
+ ✔ Build complete in 7174ms
23
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
30
24
 
31
- ✔ Build complete in 6595ms
25
+ ✔ Build complete in 7175ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @auriclabs/jobs-infra
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f67ca30]
8
+ - @auriclabs/sst-utils@1.2.0
9
+
3
10
  ## 1.0.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auriclabs/jobs-infra",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "SST infrastructure helpers for job queue tables and resources",
5
5
  "prettier": "@auriclabs/prettier-config",
6
6
  "main": "dist/index.cjs",
@@ -20,12 +20,12 @@
20
20
  "dependencies": {},
21
21
  "devDependencies": {
22
22
  "sst": "^4.3.7",
23
- "@auriclabs/sst-types": "0.1.0",
24
- "@auriclabs/sst-utils": "1.1.0"
23
+ "@auriclabs/sst-utils": "1.1.7",
24
+ "@auriclabs/sst-types": "0.1.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@auriclabs/sst-types": "^0.1.0",
28
- "@auriclabs/sst-utils": "^1.1.0",
28
+ "@auriclabs/sst-utils": "^1.2.0",
29
29
  "sst": "^4.3.7"
30
30
  },
31
31
  "publishConfig": {