v1.0.1-alpha.0

This commit is contained in:
Filip Pajic 2024-07-26 15:50:50 +03:00
parent aebf44511c
commit 78ffe431a9
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0-alpha.0",
"version": "1.0.1-alpha.0",
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@acid-info/webcave-client",
"version": "1.0.0-alpha.0",
"version": "1.0.1-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@acid-info/webcave-core",
"version": "1.0.0-alpha.0",
"version": "1.0.1-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

View File

@ -1,14 +1,14 @@
{
"name": "@acid-info/webcave-react",
"version": "1.0.0-alpha.0",
"version": "1.0.1-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && rollup --config"
},
"dependencies": {
"@acid-info/webcave-client": "^1.0.0-alpha.0",
"@acid-info/webcave-core": "^1.0.0-alpha.0",
"@acid-info/webcave-client": "^1.0.1-alpha.0",
"@acid-info/webcave-core": "^1.0.1-alpha.0",
"@types/react": "^18.2.66",
"rollup": "^2.60.2",
"rollup-plugin-typescript2": "^0.31.1",