spec-driven-development 3.7.27 → 3.7.29

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # spec-driven-development
2
2
 
3
+ ## 3.7.29
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - @contractspec/app.cli-contractspec@6.3.1
10
+
11
+ ## 3.7.28
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: auto-bump internal dependents
16
+ - Updated dependencies because of Add a ContractSpec-native production-grade translation runtime and optional i18next adapter.
17
+ - Updated dependencies because of Add preference-aware DataView collection defaults and personalization adapters.
18
+ - Updated dependencies because of Move notifications to library-first contracts/runtime surfaces and add AppShell in-app notification affordances.
19
+ - Updated dependencies because of Add first-class FormSpec phone input support with country detection, split outputs, and flag rendering.
20
+ - Updated dependencies because of Add PWA update management contracts and runtime helpers.
21
+ - Updated dependencies because of Add a shared roles and permissions policy system across contracts, RBAC evaluation, AppShell adaptation, and personalization suppression.
22
+ - Updated dependencies because of Stabilize release artifact generation so customer-facing release files stay current-release-only and deterministic.
23
+ - @contractspec/lib.contracts-spec@6.2.0
24
+ - @contractspec/app.cli-contractspec@6.3.0
25
+
3
26
  ## 3.7.27
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "spec-driven-development",
3
- "version": "3.7.27",
3
+ "version": "3.7.29",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "bin": {
6
6
  "sdd": "./bin/contractspec.mjs",
7
7
  "spec-driven-development": "./bin/contractspec.mjs"
8
8
  },
9
9
  "dependencies": {
10
- "@contractspec/app.cli-contractspec": "6.2.2",
11
- "@contractspec/lib.contracts-spec": "6.1.0"
10
+ "@contractspec/app.cli-contractspec": "6.3.1",
11
+ "@contractspec/lib.contracts-spec": "6.2.0"
12
12
  },
13
13
  "scripts": {
14
14
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",