@auriclabs/jobs-infra 0.1.0 → 0.2.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@0.1.0 build /home/runner/work/packages/packages/packages/jobs-infra
2
+ > @auriclabs/jobs-infra@0.2.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.1 is deprecated. Support will be removed in the next minor release. Please upgrade to Node.js 22.18.0 or later.
@@ -14,7 +14,7 @@
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 4865ms
17
+ ✔ Build complete in 4580ms
18
18
  ℹ [ESM] dist/index.mjs 1.58 kB │ gzip: 0.73 kB
19
19
  ℹ [ESM] dist/index.mjs.map 3.73 kB │ gzip: 1.35 kB
20
20
  ℹ [ESM] dist/index.d.mts.map 0.55 kB │ gzip: 0.27 kB
@@ -22,4 +22,4 @@
22
22
  ℹ [ESM] 4 files, total: 6.74 kB
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 4867ms
25
+ ✔ Build complete in 4581ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # @auriclabs/jobs-infra
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - eeb513b: Add @auriclabs/jobs-infra package with SST infrastructure components for job table and
8
+ job resources.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [eeb513b]
13
+ - Updated dependencies [1c34bf8]
14
+ - @auriclabs/sst-utils@1.0.1
@@ -0,0 +1,3 @@
1
+ import sstConfig from '@auriclabs/eslint-config/sst';
2
+
3
+ export default sstConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auriclabs/jobs-infra",
3
- "version": "0.1.0",
3
+ "version": "0.2.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.0"
24
+ "@auriclabs/sst-utils": "1.0.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@auriclabs/sst-types": "^0.1.0",
28
- "@auriclabs/sst-utils": "^1.0.0",
28
+ "@auriclabs/sst-utils": "^1.0.1",
29
29
  "sst": "^4.3.7"
30
30
  },
31
31
  "publishConfig": {