spec-driven-development 1.43.4 → 1.44.1

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,31 @@
1
1
  # spec-driven-development
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c594fb: fix
8
+ - Updated dependencies [3c594fb]
9
+ - @contractspec/app.cli-contractspec@1.44.1
10
+
11
+ ## 1.44.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 5f3a868: chore: isolate branding to contractspec.io
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [5f3a868]
20
+ - @contractspec/app.cli-contractspec@1.44.0
21
+
3
22
  ## 1.43.4
4
23
 
5
24
  ### Patch Changes
6
25
 
7
26
  - 9216062: fix: cross-platform compatibility
8
27
  - Updated dependencies [9216062]
9
- - @lssm/app.cli-contractspec@1.43.4
28
+ - @contractspec/app.cli-contractspec@1.43.4
10
29
 
11
30
  ## 1.43.3
12
31
 
@@ -14,4 +33,4 @@
14
33
 
15
34
  - 24d9759: improve documentation
16
35
  - Updated dependencies [24d9759]
17
- - @lssm/app.cli-contractspec@1.43.3
36
+ - @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.1",
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.1"
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
  }