Skip to content

Commit 51d6b42

Browse files
DominicGBauerDominicGBauer
andauthored
chore: update reference in package.json (#54)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent 6d92258 commit 51d6b42

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

packages/powersync-attachments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
10+
"url": "git+https://github.com/powersync-ja/powersync-js.git"
1111
},
1212
"author": "JOURNEYAPPS",
1313
"license": "Apache-2.0",
1414
"homepage": "https://docs.powersync.co/resources/api-reference",
1515
"bugs": {
16-
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
16+
"url": "https://github.com/powersync-ja/powersync-js/issues"
1717
},
1818
"description": "An PowerSync library to manage attachments for TypeScript and React Native apps",
1919
"main": "./lib/index.js",

packages/powersync-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
21+
"url": "git+https://github.com/powersync-ja/powersync-js.git"
2222
},
2323
"author": "JOURNEYAPPS",
2424
"license": "Apache-2.0",
2525
"bugs": {
26-
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
26+
"url": "https://github.com/powersync-ja/powersync-js/issues"
2727
},
2828
"homepage": "https://docs.powersync.co/resources/api-reference",
2929
"dependencies": {

packages/powersync-sdk-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
18+
"url": "git+https://github.com/powersync-ja/powersync-js.git"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
21+
"url": "https://github.com/powersync-ja/powersync-js/issues"
2222
},
2323
"homepage": "https://docs.powersync.co/resources/api-reference",
2424
"scripts": {

packages/powersync-sdk-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
21+
"url": "git+https://github.com/powersync-ja/powersync-js.git"
2222
},
2323
"author": "JOURNEYAPPS",
2424
"license": "Apache-2.0",
2525
"bugs": {
26-
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
26+
"url": "https://github.com/powersync-ja/powersync-js/issues"
2727
},
2828
"homepage": "https://docs.powersync.co/",
2929
"peerDependencies": {

packages/powersync-sdk-web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Minor Changes
66

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

99
## 0.1.3
1010

packages/powersync-sdk-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"files": [
88
"dist"
99
],
10-
"repository": "https://github.com/powersync-ja/powersync-web-sdk",
10+
"repository": "https://github.com/powersync-ja/powersync-js",
1111
"bugs": {
12-
"url": "https://github.com/powersync-ja/powersync-web-sdk/issues"
12+
"url": "https://github.com/powersync-ja/powersync-js/issues"
1313
},
1414
"publishConfig": {
1515
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)