igalshilman commented on a change in pull request #269:
URL: https://github.com/apache/flink-statefun/pull/269#discussion_r710001620
##########
File path: statefun-sdk-js/package.json
##########
@@ -0,0 +1,31 @@
+{
+ "name": "apache-flink-statefun",
+ "version": "3.2-SNAPSHOT",
+ "description": "JavaScript SDK for Apache Flink Stateful functions",
+ "main": "dist/statefun.js",
+ "types": "dist/statefun.d.ts",
+ "scripts": {
+ "build": "tsc --noEmitOnError",
+ "test": "jest"
+ },
+ "files": [
+ "dist"
+ ],
+ "author": "Apache Software Foundation",
+ "license": "Apache-2.0",
+ "email": "[email protected]",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/apache/flink-statefun.git"
+ },
+ "homepage": "https://github.com/apache/flink-statefun",
+ "dependencies": {
+ "google-protobuf": "^3.18.0-rc.2"
Review comment:
ah good one, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]