Skip to content

Commit c0d4e72

Browse files
committed
Merge branch '0.0.4' of github.com:adgorithmics-inc/cinnamon-javascript-sdk into update_for_mutagen
2 parents a6a943a + 607b148 commit c0d4e72

File tree

10 files changed

+10321
-8897
lines changed

10 files changed

+10321
-8897
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ workflows:
7272
- test
7373
filters:
7474
tags:
75-
only: /^v[0-9]+(\.[0-9]+)*(-rc[0-9]*)*/
75+
only: /^v[0-9]+(\.[0-9]+)*(-rc\.[0-9]*)*/
7676
branches:
7777
ignore: /.*/
7878
- publish-hot:

codegen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ schema:
66
documents: null
77
config:
88
skipTypename: true
9+
scalars:
10+
ObjectId: string
11+
NonEmptyString: string
912
hooks:
1013
afterAllFileWrite:
1114
- prettier --write

graphql.schema.json

Lines changed: 7886 additions & 6557 deletions
Large diffs are not rendered by default.

index.node.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)