Skip to content

Commit

Permalink
Update to latest upstream (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored May 13, 2024
1 parent f19deea commit 15bcaa2
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions buildtools/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"license": "MIT",
"packageManager": "pnpm@8.14.1",
"devDependencies": {
"@bufbuild/protobuf": "1.8.0",
"@bufbuild/protoplugin": "1.8.0",
"@connectrpc/protoc-gen-connect-query": "1.3.1",
"@bufbuild/protobuf": "1.9.0",
"@bufbuild/protoplugin": "1.9.0",
"@connectrpc/protoc-gen-connect-query": "1.4.0",
"@types/quickjs": "github:Gottox/quickjs-dts",
"esbuild": "^0.19.11",
"prettier": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions buildtools/wasm/patch.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
--- dist/protoc-gen-connect-query.js 2024-03-28 14:42:04.169048901 +0900
+++ dist/protoc-gen-connect-query-new.js 2024-03-28 14:43:02.465346636 +0900
--- dist/protoc-gen-connect-query.js 2024-05-13 10:31:45.093114488 +0900
+++ dist/protoc-gen-connect-query-new.js 2024-05-13 10:37:02.929969760 +0900
@@ -1,3 +1,6 @@
+// run-quickjs.ts
+import { exit, err as stderr, in as stdin, out as stdout } from "std";
+
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -172884,9 +172887,6 @@
@@ -172888,9 +172891,6 @@
// protoc-gen-connect-query.ts
var import_protoc_gen_connect_query_plugin = __toESM(require_protoc_gen_connect_query_plugin(), 1);

-// run-quickjs.ts
-import { exit, err as stderr, in as stdin, out as stdout } from "std";
-
// node_modules/.pnpm/@bufbuild+protobuf@1.8.0/node_modules/@bufbuild/protobuf/dist/esm/private/assert.js
// node_modules/.pnpm/@bufbuild+protobuf@1.9.0/node_modules/@bufbuild/protobuf/dist/esm/private/assert.js
function assert(condition, msg) {
if (!condition) {
30 changes: 15 additions & 15 deletions buildtools/wasm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified internal/wasm/protoc-gen-connect-query.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion out/buf/es/helloworld-Greeter_connectquery.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v1.3.1
// @generated by protoc-gen-connect-query v1.4.0
// @generated from file helloworld.proto (package helloworld, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion out/buf/es/helloworld-Greeter_connectquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v1.3.1
// @generated by protoc-gen-connect-query v1.4.0
// @generated from file helloworld.proto (package helloworld, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion out/buf/ts/helloworld-Greeter_connectquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v1.3.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v1.4.0 with parameter "target=ts"
// @generated from file helloworld.proto (package helloworld, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down

0 comments on commit 15bcaa2

Please sign in to comment.