@auriclabs/jobs-infra 0.2.0 → 1.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,9 +1,9 @@
1
1
 
2
- > @auriclabs/jobs-infra@0.2.0 build /home/runner/work/packages/packages/packages/jobs-infra
2
+ > @auriclabs/jobs-infra@1.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
- [tsdown] Node.js v20.20.1 is deprecated. Support will be removed in the next minor release. Please upgrade to Node.js 22.18.0 or later.
6
- ℹ tsdown v0.21.4 powered by rolldown v1.0.0-rc.9
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.
6
+ ℹ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
7
7
  ℹ entry: src/index.ts
8
8
  ℹ tsconfig: tsconfig.build.json
9
9
  ℹ Build start
@@ -12,14 +12,20 @@
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 plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
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.
16
19
 
17
- ✔ Build complete in 4580ms
20
+ ✔ Build complete in 6591ms
18
21
  ℹ [ESM] dist/index.mjs 1.58 kB │ gzip: 0.73 kB
19
22
  ℹ [ESM] dist/index.mjs.map 3.73 kB │ gzip: 1.35 kB
20
23
  ℹ [ESM] dist/index.d.mts.map 0.55 kB │ gzip: 0.27 kB
21
24
  ℹ [ESM] dist/index.d.mts 0.88 kB │ gzip: 0.38 kB
22
25
  ℹ [ESM] 4 files, total: 6.74 kB
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.
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.
24
30
 
25
- ✔ Build complete in 4581ms
31
+ ✔ Build complete in 6595ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @auriclabs/jobs-infra
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3d3f935]
8
+ - @auriclabs/sst-utils@1.1.0
9
+
3
10
  ## 0.2.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auriclabs/jobs-infra",
3
- "version": "0.2.0",
3
+ "version": "1.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",
@@ -21,11 +21,11 @@
21
21
  "devDependencies": {
22
22
  "sst": "^4.3.7",
23
23
  "@auriclabs/sst-types": "0.1.0",
24
- "@auriclabs/sst-utils": "1.0.1"
24
+ "@auriclabs/sst-utils": "1.1.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@auriclabs/sst-types": "^0.1.0",
28
- "@auriclabs/sst-utils": "^1.0.1",
28
+ "@auriclabs/sst-utils": "^1.1.0",
29
29
  "sst": "^4.3.7"
30
30
  },
31
31
  "publishConfig": {