Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Rename cozy-dataproxy to cozy-dataproxy-lib #2610

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cozy-dataproxy
# Cozy-dataproxy-lib

## Concept

Expand All @@ -8,7 +8,7 @@ This library is meant to be used by DataProxy apps like [cozy-web-data-proxy](ht

Just run

- `yarn add cozy-dataproxy`
- `yarn add cozy-dataproxy-lib`

## API

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-dataproxy",
"description": "Event-based library allowing interactions between React-Native and React applications",
"name": "cozy-dataproxy-lib",
"description": "Library meant to be by Cozy Cloud's DataProxy apps for data manipulation",
"version": "1.1.0",
"author": {
"name": "Cozy Cloud",
Expand Down Expand Up @@ -33,7 +33,7 @@
"files": [
"dist"
],
"homepage": "https://github.com/cozy/cozy-libs/packages/cozy-dataproxy",
"homepage": "https://github.com/cozy/cozy-libs/packages/cozy-dataproxy-lib",
"keywords": [
"cozy",
"cozy-libs",
Expand All @@ -53,7 +53,7 @@
"repository": {
"type": "git",
"url": "https://github.com/cozy/cozy-libs.git",
"directory": "packages/cozy-dataproxy"
"directory": "packages/cozy-dataproxy-lib"
},
"scripts": {
"build": "yarn build:clean && yarn build:types && babel --extensions .ts,.tsx --ignore '**/*.spec.tsx','**/*.spec.ts','**/*.d.ts' ./src -d ./dist",
Expand Down
Loading