spec-driven-development 1.43.4 → 1.44.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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # spec-driven-development
2
2
 
3
+ ## 1.44.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5f3a868: chore: isolate branding to contractspec.io
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5f3a868]
12
+ - @contractspec/app.cli-contractspec@1.44.0
13
+
3
14
  ## 1.43.4
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - 9216062: fix: cross-platform compatibility
8
19
  - Updated dependencies [9216062]
9
- - @lssm/app.cli-contractspec@1.43.4
20
+ - @contractspec/app.cli-contractspec@1.43.4
10
21
 
11
22
  ## 1.43.3
12
23
 
@@ -14,4 +25,4 @@
14
25
 
15
26
  - 24d9759: improve documentation
16
27
  - Updated dependencies [24d9759]
17
- - @lssm/app.cli-contractspec@1.43.3
28
+ - @contractspec/app.cli-contractspec@1.43.3
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
  // One bin, picks the right runtime via conditional exports.
3
- import "@lssm/app.cli-contractspec/run";
3
+ import "@contractspec/app.cli-contractspec/run";
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "spec-driven-development",
3
- "version": "1.43.4",
3
+ "version": "1.44.0",
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
- "@lssm/app.cli-contractspec": "1.43.4"
10
+ "@contractspec/app.cli-contractspec": "1.44.0"
11
11
  },
12
12
  "scripts": {
13
13
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -21,7 +21,7 @@
21
21
  "typescript"
22
22
  ],
23
23
  "publishConfig": {
24
- "name": "contractspec",
24
+ "name": "spec-driven-development",
25
25
  "access": "public",
26
26
  "registry": "https://registry.npmjs.org/"
27
27
  },
@@ -29,7 +29,7 @@
29
29
  "repository": {
30
30
  "type": "git",
31
31
  "url": "https://github.com/lssm-tech/contractspec.git",
32
- "directory": "packages/apps/contractspec"
32
+ "directory": "packages/apps-registry/spec-driven-development"
33
33
  },
34
34
  "homepage": "https://contractspec.io"
35
35
  }