RubyGems
npm
Organizations
Log in
Sign up
npm
@jetshop/core
Versions diffs
6.1.0-alpha.ae06a609 → 6.1.0
@jetshop/core 6.1.0-alpha.ae06a609 → 6.1.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/data/mutations/signup.gql
+1
-0
package/package.json
+1
-1
package/data/mutations/signup.gql
CHANGED
Viewed
@@ -3,5 +3,6 @@ mutation SignUp($input: SignUpInput!) {
3
3
token {
4
4
value
5
5
}
6
+
customerId
6
7
}
7
8
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@jetshop/core",
3
-
"version": "6.1.0
-alpha.ae06a609
",
3
+
"version": "6.1.0",
4
4
"license": "MIT",
5
5
"files": [
6
6
"**/*.js",