@contractspec/example.project-management-sync 0.0.0-canary-20260206014742 → 1.57.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.
@@ -30,4 +30,4 @@ $ tsdown
30
30
  - tsdown:external (50%)
31
31
  See https://rolldown.rs/options/checks#plugintimings for more details.
32
32
 
33
- ✔ Build complete in 29792ms
33
+ ✔ Build complete in 42785ms
@@ -31,4 +31,4 @@ $ tsdown
31
31
  - tsdown:external (50%)
32
32
  See https://rolldown.rs/options/checks#plugintimings for more details.
33
33
 
34
- ✔ Build complete in 21571ms
34
+ ✔ Build complete in 83773ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @contractspec/example.project-management-sync
2
2
 
3
- ## 0.0.0-canary-20260206014742
3
+ ## 1.57.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,11 +8,14 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - Updated dependencies [8ecf3c1]
11
12
  - Updated dependencies [47c48c2]
12
13
  - Updated dependencies [a119963]
14
+ - Updated dependencies [4651e06]
15
+ - Updated dependencies [ad9d10a]
13
16
  - Updated dependencies [11a5a05]
14
- - @contractspec/lib.contracts@0.0.0-canary-20260206014742
15
- - @contractspec/integration.providers-impls@0.0.0-canary-20260206014742
17
+ - @contractspec/lib.contracts@1.57.0
18
+ - @contractspec/integration.providers-impls@1.57.0
16
19
 
17
20
  ## 1.56.1
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.project-management-sync",
3
- "version": "0.0.0-canary-20260206014742",
3
+ "version": "1.57.0",
4
4
  "description": "Project management sync example: Linear, Jira, and Notion work item creation.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -27,12 +27,12 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/integration.providers-impls": "0.0.0-canary-20260206014742",
31
- "@contractspec/lib.contracts": "0.0.0-canary-20260206014742"
30
+ "@contractspec/integration.providers-impls": "1.57.0",
31
+ "@contractspec/lib.contracts": "1.57.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@contractspec/tool.tsdown": "0.0.0-canary-20260206014742",
35
- "@contractspec/tool.typescript": "0.0.0-canary-20260206014742",
34
+ "@contractspec/tool.tsdown": "1.57.0",
35
+ "@contractspec/tool.typescript": "1.57.0",
36
36
  "tsdown": "^0.20.3",
37
37
  "typescript": "^5.9.3"
38
38
  },