diff --git a/adapters/assistant-ui/package-lock.json b/adapters/assistant-ui/package-lock.json index 91cc3f63..92a39b49 100644 --- a/adapters/assistant-ui/package-lock.json +++ b/adapters/assistant-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inferable/assistant-ui", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inferable/assistant-ui", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "dependencies": { "@inferable/react": "^0.0.17" @@ -18,6 +18,7 @@ "@types/react": "^18.3.14", "@vitejs/plugin-react": "^4.3.4", "jest": "^29.7.0", + "prettier": "^3.4.2", "react-dom": "^19.0.0", "react-hot-toast": "^2.4.1", "tailwindcss": "^3.4.16", @@ -7087,6 +7088,22 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, + "node_modules/prettier": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "dev": true, + "license": "MIT", + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/pretty-format": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", diff --git a/adapters/assistant-ui/package.json b/adapters/assistant-ui/package.json index 4192a0d1..4f5aeb7e 100644 --- a/adapters/assistant-ui/package.json +++ b/adapters/assistant-ui/package.json @@ -1,6 +1,6 @@ { "name": "@inferable/assistant-ui", - "version": "0.0.8", + "version": "0.0.9", "description": "Assistant UI Inferable runtime provider", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,8 +11,7 @@ "dev": "vite", "format": "prettier --write \"src/**/*.{ts,tsx}\"", "format:check": "prettier --check $(git diff --diff-filter=d --name-only origin/main HEAD | grep -E \"\\.(ts|tsx)$\" || echo \".\") || exit 0", - "prepublishOnly": "npm run clean && npm run format:check && npm run test && npm run build", - "publish": "npm publish --access public" + "prepublishOnly": "npm run clean && npm run format:check && npm run test && npm run build" }, "author": "Inferable, Inc.", "license": "MIT", @@ -38,4 +37,4 @@ "dependencies": { "@inferable/react": "^0.0.17" } -} +} \ No newline at end of file