@temporal-contract/contract 0.0.2 → 0.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporal-contract/contract",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "Contract builder for temporal-contract",
6
6
  "homepage": "https://github.com/btravers/temporal-contract#readme",
@@ -35,6 +35,9 @@
35
35
  },
36
36
  "./package.json": "./package.json"
37
37
  },
38
+ "files": [
39
+ "dist"
40
+ ],
38
41
  "dependencies": {
39
42
  "@standard-schema/spec": "1.0.0",
40
43
  "zod": "4.1.13"
@@ -46,7 +49,7 @@
46
49
  "typescript": "5.9.3",
47
50
  "valibot": "1.2.0",
48
51
  "vitest": "4.0.15",
49
- "@temporal-contract/tsconfig": "0.0.2"
52
+ "@temporal-contract/tsconfig": "0.0.3"
50
53
  },
51
54
  "scripts": {
52
55
  "dev": "tsdown src/index.ts --format cjs,esm --dts --watch",
@@ -1,17 +0,0 @@
1
-
2
- > @temporal-contract/contract@0.0.2 build /home/runner/work/temporal-contract/temporal-contract/packages/contract
3
- > tsdown src/index.ts --format cjs,esm --dts --clean
4
-
5
- ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
6
- ℹ entry: src/index.ts
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ [CJS] dist/index.cjs 6.97 kB │ gzip: 1.69 kB
10
- ℹ [CJS] 1 files, total: 6.97 kB
11
- ℹ [CJS] dist/index.d.cts 15.66 kB │ gzip: 2.56 kB
12
- ℹ [CJS] 1 files, total: 15.66 kB
13
- ✔ Build complete in 1491ms
14
- ℹ [ESM] dist/index.mjs  6.74 kB │ gzip: 1.67 kB
15
- ℹ [ESM] dist/index.d.mts 15.66 kB │ gzip: 2.56 kB
16
- ℹ [ESM] 2 files, total: 22.40 kB
17
- ✔ Build complete in 1492ms
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # @temporal-contract/contract
2
-
3
- ## 0.0.2
4
-
5
- ### Patch Changes
6
-
7
- - Release version 0.0.2