@vivantel/rag-core 2.1.1 → 2.1.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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vivantel/rag-core",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "type": "module",
5
5
  "workspaces": [
6
6
  "packages/*"
@@ -53,6 +53,7 @@
53
53
  "postpublish": "echo \"✅ Published to npm\"",
54
54
  "postversion": "git push && git push --tags",
55
55
  "precommit": "npm run type-check && npm run format:check && npm run lint && npm audit",
56
+ "prepare": "npm run build",
56
57
  "prepublishOnly": "npm run build && npm test",
57
58
  "prepush": "npm run test:run && npm run audit && npm run format:check",
58
59
  "release:major": "npm version major && npm publish",