@auriclabs/jobs-infra 0.2.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,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@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
- [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
@@ -14,12 +14,12 @@
14
14
  ℹ [CJS] 2 files, total: 1.43 kB
15
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.
16
16
 
17
- ✔ Build complete in 4580ms
18
17
  ℹ [ESM] dist/index.mjs 1.58 kB │ gzip: 0.73 kB
19
18
  ℹ [ESM] dist/index.mjs.map 3.73 kB │ gzip: 1.35 kB
20
19
  ℹ [ESM] dist/index.d.mts.map 0.55 kB │ gzip: 0.27 kB
21
20
  ℹ [ESM] dist/index.d.mts 0.88 kB │ gzip: 0.38 kB
22
21
  ℹ [ESM] 4 files, total: 6.74 kB
22
+ ✔ Build complete in 7174ms
23
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.
24
24
 
25
- ✔ Build complete in 4581ms
25
+ ✔ Build complete in 7175ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
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
+
10
+ ## 1.0.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3d3f935]
15
+ - @auriclabs/sst-utils@1.1.0
16
+
3
17
  ## 0.2.0
4
18
 
5
19
  ### 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": "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.0.1"
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.0.1",
28
+ "@auriclabs/sst-utils": "^1.2.0",
29
29
  "sst": "^4.3.7"
30
30
  },
31
31
  "publishConfig": {