@contractspec/example.versioned-knowledge-base 0.0.0-canary-20260113173657 → 0.0.0-canary-20260114030712

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.
@@ -44,4 +44,4 @@ $ tsdown
44
44
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
45
45
  ℹ dist/docs/versioned-knowledge-base.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ 37 files, total: 77.59 kB
47
- ✔ Build complete in 26317ms
47
+ ✔ Build complete in 25993ms
@@ -45,4 +45,4 @@ $ tsdown
45
45
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ dist/docs/versioned-knowledge-base.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ 37 files, total: 77.59 kB
48
- ✔ Build complete in 28501ms
48
+ ✔ Build complete in 29990ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @contractspec/example.versioned-knowledge-base
2
2
 
3
- ## 0.0.0-canary-20260113173657
3
+ ## 0.0.0-canary-20260114030712
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -19,8 +19,8 @@
19
19
  - Updated dependencies [c231a8b]
20
20
  - Updated dependencies [42b8d78]
21
21
  - Updated dependencies [fd38e85]
22
- - @contractspec/lib.contracts@0.0.0-canary-20260113173657
23
- - @contractspec/lib.schema@0.0.0-canary-20260113173657
22
+ - @contractspec/lib.contracts@0.0.0-canary-20260114030712
23
+ - @contractspec/lib.schema@0.0.0-canary-20260114030712
24
24
 
25
25
  ## 1.46.2
26
26
 
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts9.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts8.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/versioned-knowledge-base.feature.d.ts
4
- declare const VersionedKnowledgeBaseFeature: _contractspec_lib_contracts8.FeatureModuleSpec;
4
+ declare const VersionedKnowledgeBaseFeature: _contractspec_lib_contracts9.FeatureModuleSpec;
5
5
  //#endregion
6
6
  export { VersionedKnowledgeBaseFeature };
7
7
  //# sourceMappingURL=versioned-knowledge-base.feature.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.versioned-knowledge-base",
3
- "version": "0.0.0-canary-20260113173657",
3
+ "version": "0.0.0-canary-20260114030712",
4
4
  "description": "Example: curated, versioned knowledge base with immutable sources, rule versions, and published snapshots.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -33,12 +33,12 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@contractspec/lib.contracts": "0.0.0-canary-20260113173657",
37
- "@contractspec/lib.schema": "0.0.0-canary-20260113173657"
36
+ "@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
37
+ "@contractspec/lib.schema": "0.0.0-canary-20260114030712"
38
38
  },
39
39
  "devDependencies": {
40
- "@contractspec/tool.tsdown": "0.0.0-canary-20260113173657",
41
- "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
40
+ "@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
41
+ "@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
42
42
  "tsdown": "^0.19.0",
43
43
  "typescript": "^5.9.3"
44
44
  },