Skip to content

Commit

Permalink
fix: Rename cozy-dataproxy to cozy-dataproxy-lib
Browse files Browse the repository at this point in the history
We found that https://www.npmjs.com/package/cozy-data-proxy exists from
an old project and NPM refuses the `cozy-dataproxy` name as it is too
similar
  • Loading branch information
Ldoppea committed Nov 6, 2024
1 parent db1cc48 commit 2f69015
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2f69015

Please sign in to comment.