omk-book-to-skill 1.2.0 → 1.2.2
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 +8 -0
- package/dist/metadata.d.ts +1 -1
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +1 -1
- package/dist/metadata.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/metadata.d.ts
CHANGED
package/dist/metadata.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,eAAO,MAAM,eAAe,UAAU,CAAC;AAEvC,eAAO,MAAM,iBAAiB,EAAE,gBAQ9B,CAAC","sourcesContent":["import type { CompilerIdentity } from \"./types.ts\";\n\nexport const PACKAGE_VERSION = \"1.2.
|
|
1
|
+
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,eAAO,MAAM,eAAe,UAAU,CAAC;AAEvC,eAAO,MAAM,iBAAiB,EAAE,gBAQ9B,CAAC","sourcesContent":["import type { CompilerIdentity } from \"./types.ts\";\n\nexport const PACKAGE_VERSION = \"1.2.2\";\n\nexport const COMPILER_IDENTITY: CompilerIdentity = Object.freeze({\n\tpackage: \"omk-book-to-skill\",\n\tversion: PACKAGE_VERSION,\n\tupstream: Object.freeze({\n\t\trepository: \"https://github.com/virgiliojr94/book-to-skill\",\n\t\tcommit: \"c4c5e948caaa912c9e2024b925a7cdee9237b0c0\",\n\t\tdeclaredVersion: \"1.4.0\",\n\t}),\n});\n"]}
|
package/dist/metadata.js
CHANGED
package/dist/metadata.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAG,OAAO,CAAC;AAEvC,MAAM,CAAC,MAAM,iBAAiB,GAAqB,MAAM,CAAC,MAAM,CAAC;IAChE,OAAO,EAAE,mBAAmB;IAC5B,OAAO,EAAE,eAAe;IACxB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC;QACvB,UAAU,EAAE,+CAA+C;QAC3D,MAAM,EAAE,0CAA0C;QAClD,eAAe,EAAE,OAAO;KACxB,CAAC;CACF,CAAC,CAAC","sourcesContent":["import type { CompilerIdentity } from \"./types.ts\";\n\nexport const PACKAGE_VERSION = \"1.2.
|
|
1
|
+
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAG,OAAO,CAAC;AAEvC,MAAM,CAAC,MAAM,iBAAiB,GAAqB,MAAM,CAAC,MAAM,CAAC;IAChE,OAAO,EAAE,mBAAmB;IAC5B,OAAO,EAAE,eAAe;IACxB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC;QACvB,UAAU,EAAE,+CAA+C;QAC3D,MAAM,EAAE,0CAA0C;QAClD,eAAe,EAAE,OAAO;KACxB,CAAC;CACF,CAAC,CAAC","sourcesContent":["import type { CompilerIdentity } from \"./types.ts\";\n\nexport const PACKAGE_VERSION = \"1.2.2\";\n\nexport const COMPILER_IDENTITY: CompilerIdentity = Object.freeze({\n\tpackage: \"omk-book-to-skill\",\n\tversion: PACKAGE_VERSION,\n\tupstream: Object.freeze({\n\t\trepository: \"https://github.com/virgiliojr94/book-to-skill\",\n\t\tcommit: \"c4c5e948caaa912c9e2024b925a7cdee9237b0c0\",\n\t\tdeclaredVersion: \"1.4.0\",\n\t}),\n});\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omk-book-to-skill",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Optional OMK adapter for compiling documents into provenance-tracked agent skills",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "24.12.4",
|
|
54
|
-
"open-multi-agent-kit": "^1.2.
|
|
54
|
+
"open-multi-agent-kit": "^1.2.2",
|
|
55
55
|
"shx": "0.4.0",
|
|
56
56
|
"typescript": "5.9.3",
|
|
57
57
|
"vitest": "3.2.6"
|