Skip to content

Commit

Permalink
Merge branch 'release/2021-04-21'
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo Technology Build Agent committed Apr 26, 2021
2 parents ded38e7 + 8a0dbeb commit e77d495
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 21 deletions.
1 change: 1 addition & 0 deletions packages/graphql/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
src/
tests/
scripts/
.npmrc
.npmignore
jest.config.js
Expand Down
5 changes: 1 addition & 4 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
Expand All @@ -15,9 +15,6 @@
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"clean": "cd src/ && tsc --build --clean",
"test": "jest",
Expand Down
3 changes: 2 additions & 1 deletion packages/ogm/.npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
src/
tests/
scripts/
.npmrc
.npmignore
jest.config.js
tsconfig.json
dist/tsconfig.tsbuildinfo
dist/tsconfig.tsbuildinfo
5 changes: 1 addition & 4 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql-ogm",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand All @@ -17,9 +17,6 @@
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc --project src/",
"test": "jest",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2552,11 +2552,11 @@ __metadata:
linkType: hard

"acorn@npm:^8.0.4, acorn@npm:^8.1.0":
version: 8.1.1
resolution: "acorn@npm:8.1.1"
version: 8.2.1
resolution: "acorn@npm:8.2.1"
bin:
acorn: bin/acorn
checksum: 9726714a9b5319f3d4969f8ace546a47086a7ea986f68fae3a2ffaabec219566c87b1ac21139ee3653462639cac357c9b8846725b7e72a741cc2421563a23ac8
checksum: 42211d025f083c4bbf02a0d9484a06b30e8e20f11034a64008a0ef8381617f072e8f6b7983f86feeab017d0ffda3f4d3dc2c46e5b8c5ef93b939c0c8750db3d6
languageName: node
linkType: hard

Expand Down Expand Up @@ -3871,9 +3871,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30001214":
version: 1.0.30001214
resolution: "caniuse-lite@npm:1.0.30001214"
checksum: 96c09af8989fe03e6aa0cc0130be3392c4a871093f0ae7190cb1185862a63b54de14483561578564d034cf993c315d4939727badee39ed76144e94ae4ab2a0f7
version: 1.0.30001216
resolution: "caniuse-lite@npm:1.0.30001216"
checksum: c170cd09b573d25d252f0326f2e1503594c5717bd8cf69f4f686fb0ab510ef44a9d6e001dc41d3af6c27a24f01d58d9c4b9759987e74b5b464b6ffe2d9555032
languageName: node
linkType: hard

Expand Down Expand Up @@ -6220,12 +6220,12 @@ __metadata:
linkType: hard

"follow-redirects@npm:^1.0.0":
version: 1.13.3
resolution: "follow-redirects@npm:1.13.3"
version: 1.14.0
resolution: "follow-redirects@npm:1.14.0"
peerDependenciesMeta:
debug:
optional: true
checksum: 9ad74c3b66ad5c32d8c009a2afb4e5c1b9e5dbe1f631419296c21f8e4f9976ed2c52f9a676c4acdd1d7f41a8f17a03dfaa3704993b25b5965eb11bc9dc9a8ef5
checksum: 70c86697f20d0220a26e3af54e9e2cbf3cc380086d945cc8d67a57c03c09ee222f727b31be1a82adafb897943e103f6b707fb91baaaffe218d758b260a4ac1a5
languageName: node
linkType: hard

Expand Down Expand Up @@ -7488,11 +7488,11 @@ fsevents@^1.2.7:
linkType: hard

"is-core-module@npm:^2.2.0":
version: 2.2.0
resolution: "is-core-module@npm:2.2.0"
version: 2.3.0
resolution: "is-core-module@npm:2.3.0"
dependencies:
has: ^1.0.3
checksum: 2344744de98a3bc22e2bb30895f307d7889f09e963f9bcb1cc321788f508c8b463f75e0a9ca009eeeb8eb9465181b5c15f1ec9299a6bb6921cfbb2423892e0ba
checksum: d2268331320c70c9b42850de7d224c610cf77604771922614e82536668bde99420f387dae092b66ff8d15980710b1dbd8ce67e6a3168f86b93f654f624d70957
languageName: node
linkType: hard

Expand Down

0 comments on commit e77d495

Please sign in to comment.