Skip to content

Commit

Permalink
chore: update reference in package.json (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: DominicGBauer <[email protected]>
  • Loading branch information
DominicGBauer and DominicGBauer authored Feb 9, 2024
1 parent 6d92258 commit 51d6b42
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/powersync-attachments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
"url": "git+https://github.com/powersync-ja/powersync-js.git"
},
"author": "JOURNEYAPPS",
"license": "Apache-2.0",
"homepage": "https://docs.powersync.co/resources/api-reference",
"bugs": {
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
"url": "https://github.com/powersync-ja/powersync-js/issues"
},
"description": "An PowerSync library to manage attachments for TypeScript and React Native apps",
"main": "./lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
"url": "git+https://github.com/powersync-ja/powersync-js.git"
},
"author": "JOURNEYAPPS",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
"url": "https://github.com/powersync-ja/powersync-js/issues"
},
"homepage": "https://docs.powersync.co/resources/api-reference",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-sdk-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
"url": "git+https://github.com/powersync-ja/powersync-js.git"
},
"bugs": {
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
"url": "https://github.com/powersync-ja/powersync-js/issues"
},
"homepage": "https://docs.powersync.co/resources/api-reference",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-sdk-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
"url": "git+https://github.com/powersync-ja/powersync-js.git"
},
"author": "JOURNEYAPPS",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
"url": "https://github.com/powersync-ja/powersync-js/issues"
},
"homepage": "https://docs.powersync.co/",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-sdk-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor Changes

- d20386c: Updated common SDK. Changes <https://github.com/powersync-ja/powersync-react-native-sdk/pull/46>
- d20386c: Updated common SDK. Changes <https://github.com/powersync-ja/powersync-js/pull/46>

## 0.1.3

Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-sdk-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"files": [
"dist"
],
"repository": "https://github.com/powersync-ja/powersync-web-sdk",
"repository": "https://github.com/powersync-ja/powersync-js",
"bugs": {
"url": "https://github.com/powersync-ja/powersync-web-sdk/issues"
"url": "https://github.com/powersync-ja/powersync-js/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 51d6b42

Please sign in to comment.