Skip to content

Commit

Permalink
Merge pull request #59 from samkim/cleanup-jsdist
Browse files Browse the repository at this point in the history
Clean up js client
  • Loading branch information
samkim committed Jul 10, 2023
2 parents 80ed6a5 + 2579839 commit 9b3c94d
Show file tree
Hide file tree
Showing 55 changed files with 7 additions and 11,802 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
dist
src/authzedapi/authzed/api/v0
src/authzedapi/authzed/api/v1alpha1
js-dist/src/authzedapi/authzed/api/v0
js-dist/src/authzedapi/authzed/api/v1alpha1
2 changes: 1 addition & 1 deletion js-dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"only-run-tests": "jasmine --config=jasmine.json"
},
"dependencies": {
"@grpc/grpc-js": "^1.2.8",
"@grpc/grpc-js": "^1.8.3",
"google-protobuf": "^3.15.3"
},
"devDependencies": {
Expand Down
14 changes: 0 additions & 14 deletions js-dist/src/__utils__/helpers.js

This file was deleted.

1 change: 0 additions & 1 deletion js-dist/src/__utils__/helpers.js.map

This file was deleted.

560 changes: 0 additions & 560 deletions js-dist/src/authzedapi/authzed/api/v1/core.js

This file was deleted.

1 change: 0 additions & 1 deletion js-dist/src/authzedapi/authzed/api/v1/core.js.map

This file was deleted.

243 changes: 0 additions & 243 deletions js-dist/src/authzedapi/authzed/api/v1/debug.js

This file was deleted.

Loading

0 comments on commit 9b3c94d

Please sign in to comment.