google-photos-picker-client 0.0.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-photos-picker-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Framework-agnostic client for the google-photos-picker import flow (state machine, popup-safe OAuth, polling) with optional React and Svelte adapters.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Sam Ford",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"bugs": "https://github.com/samrford/google-photos-picker/issues",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/samrford/google-photos-picker",
|
|
20
|
+
"url": "git+https://github.com/samrford/google-photos-picker.git",
|
|
21
21
|
"directory": "client"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|