@contractspec/example.versioned-knowledge-base 3.7.12 → 3.7.14
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +17 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=13 noBundle=false
|
|
6
|
-
Bundled 13 modules in
|
|
6
|
+
Bundled 13 modules in 47ms
|
|
7
7
|
|
|
8
8
|
docs/index.js 1.51 KB (entry point)
|
|
9
9
|
./index.js 21.87 KB (entry point)
|
|
@@ -20,7 +20,7 @@ Bundled 13 modules in 40ms
|
|
|
20
20
|
handlers/memory.handlers.js 3.56 KB (entry point)
|
|
21
21
|
|
|
22
22
|
[contractspec-bun-build] transpile target=node root=src entries=13 noBundle=false
|
|
23
|
-
Bundled 13 modules in
|
|
23
|
+
Bundled 13 modules in 35ms
|
|
24
24
|
|
|
25
25
|
docs/index.js 1.50 KB (entry point)
|
|
26
26
|
./index.js 21.85 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @contractspec/example.versioned-knowledge-base
|
|
2
2
|
|
|
3
|
+
## 3.7.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: stability & release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- Updated dependencies [dd6e074]
|
|
10
|
+
- @contractspec/lib.contracts-spec@5.0.2
|
|
11
|
+
- @contractspec/lib.schema@3.7.11
|
|
12
|
+
|
|
13
|
+
## 3.7.13
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [dd6e074]
|
|
18
|
+
- @contractspec/lib.contracts-spec@5.0.1
|
|
19
|
+
|
|
3
20
|
## 3.7.12
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.versioned-knowledge-base",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.14",
|
|
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",
|
|
@@ -113,13 +113,13 @@
|
|
|
113
113
|
"typecheck": "tsc --noEmit"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@contractspec/lib.contracts-spec": "5.0.
|
|
117
|
-
"@contractspec/lib.schema": "3.7.
|
|
116
|
+
"@contractspec/lib.contracts-spec": "5.0.2",
|
|
117
|
+
"@contractspec/lib.schema": "3.7.11"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@contractspec/tool.typescript": "3.7.
|
|
120
|
+
"@contractspec/tool.typescript": "3.7.10",
|
|
121
121
|
"typescript": "^5.9.3",
|
|
122
|
-
"@contractspec/tool.bun": "3.7.
|
|
122
|
+
"@contractspec/tool.bun": "3.7.10"
|
|
123
123
|
},
|
|
124
124
|
"publishConfig": {
|
|
125
125
|
"access": "public",
|