chore(release): 0.1.0 [skip ci]
This commit is contained in:
parent
44b6432873
commit
7b2c1b7095
3 changed files with 11 additions and 5 deletions
5
brainy-models-package/CHANGELOG.md
Normal file
5
brainy-models-package/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.1.0](https://github.com/soulcraft-research/brainy/compare/v0.33.0...v0.1.0) (2025-08-01)
|
||||||
4
brainy-models-package/package-lock.json
generated
4
brainy-models-package/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@soulcraft/brainy-models-package",
|
"name": "@soulcraft/brainy-models-package",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@soulcraft/brainy-models-package",
|
"name": "@soulcraft/brainy-models-package",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
|
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@soulcraft/brainy-models-package",
|
"name": "@soulcraft/brainy-models",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "Pre-bundled TensorFlow models for maximum reliability with Brainy vector database",
|
"description": "Pre-bundled TensorFlow models for maximum reliability with Brainy vector database",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
@ -28,7 +28,8 @@
|
||||||
"_workflow:minor": "node scripts/release-workflow.js minor",
|
"_workflow:minor": "node scripts/release-workflow.js minor",
|
||||||
"_workflow:major": "node scripts/release-workflow.js major",
|
"_workflow:major": "node scripts/release-workflow.js major",
|
||||||
"_workflow:dry-run": "npm run build && npm test && npm run _release:dry-run",
|
"_workflow:dry-run": "npm run build && npm test && npm run _release:dry-run",
|
||||||
"_deploy": "npm run build && npm publish"
|
"_deploy": "npm run build && npm publish",
|
||||||
|
"release:minor": "npm run _release:minor"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tensorflow",
|
"tensorflow",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue