@kurrent/kurrentdb-client 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
- {
2
- "name": "@kurrent/kurrentdb-client",
3
- "version": "1.1.0",
4
- "description": "KurrentDB gRPC NodeJS Client SDK",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "scripts": {
8
- "build": "yarn generate && yarn build:ts",
9
- "build:ts": "tsc --build",
10
- "build:watch": "yarn generate && yarn build:ts-watch",
11
- "build:ts-watch": "tsc --build --watch",
12
- "generate": "yarn generate:folder && yarn generate:sed-append && yarn generate:sed-insert && yarn generate:js",
13
- "generate:sed-append": "shx sed -i \"s/int64 ([A-z_]*) = ([0-9]*) \\[deprecated = true\\];/int64 \\$1 = \\$2 [deprecated = true, jstype = JS_STRING];/g\" ./protos/kurrentdb/protocols/**/*.proto",
14
- "generate:sed-insert": "shx sed -i \"s/int64 ([A-z_]*) = ([0-9]*);/int64 \\$1 = \\$2 [jstype = JS_STRING];/g\" ./protos/kurrentdb/protocols/**/*.proto",
15
- "generate:folder": "shx mkdir -p ./generated",
16
- "generate:js": "grpc_tools_node_protoc ./protos/kurrentdb/protocols/**/*.proto --proto_path=./protos --grpc_out=grpc_js:./generated --js_out=import_style=commonjs,binary:./generated --ts_out=generate_package_definition:./generated",
17
- "clean": "yarn clean:generated && yarn clean:dist && yarn clean:buildinfo",
18
- "clean:generated": "shx rm -rf ./generated",
19
- "clean:dist": "shx rm -rf ./dist",
20
- "clean:buildinfo": "shx rm -rf *.tsbuildinfo"
21
- },
22
- "files": [
23
- "dist/",
24
- "generated/"
25
- ],
26
- "repository": {
27
- "type": "git",
28
- "url": "git+https://github.com/kurrent-io/KurrentDB-Client-NodeJS.git"
29
- },
30
- "keywords": [
31
- "Kurrent",
32
- "EventSourcing",
33
- "Client"
34
- ],
35
- "author": "Kurrent, Inc",
36
- "license": "Apache-2.0",
37
- "bugs": {
38
- "url": "https://github.com/kurrent-io/KurrentDB-Client-NodeJS/issues"
39
- },
40
- "homepage": "https://developers.kurrent.io/clients/grpc/getting-started?codeLanguage=NodeJS",
41
- "publishConfig": {
42
- "access": "public"
43
- },
44
- "engines": {
45
- "node": ">=20"
46
- },
47
- "dependencies": {
48
- "@grpc/grpc-js": "^1.12.4",
49
- "@kurrent/bridge": "^0.1.3",
50
- "@types/debug": "^4.1.12",
51
- "@types/google-protobuf": "^3.15.12",
52
- "@types/node": "^22.10.2",
53
- "debug": "^4.4.0",
54
- "google-protobuf": "^3.21.4",
55
- "semver": "^7.7.2",
56
- "uuid": "11.0.3"
57
- },
58
- "devDependencies": {
59
- "@types/semver": "^7.7.0",
60
- "@types/uuid": "^10.0.0",
61
- "grpc-tools": "^1.12.4",
62
- "grpc_tools_node_protoc_ts": "^5.3.3",
63
- "nx": "20.1.3",
64
- "shx": "^0.3.4"
65
- }
66
- }
1
+ {
2
+ "name": "@kurrent/kurrentdb-client",
3
+ "version": "1.1.2",
4
+ "description": "KurrentDB gRPC NodeJS Client SDK",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "yarn generate && yarn build:ts",
9
+ "build:ts": "tsc --build",
10
+ "build:watch": "yarn generate && yarn build:ts-watch",
11
+ "build:ts-watch": "tsc --build --watch",
12
+ "generate": "yarn generate:folder && yarn generate:sed-append && yarn generate:sed-insert && yarn generate:js",
13
+ "generate:sed-append": "shx sed -i \"s/int64 ([A-z_]*) = ([0-9]*) \\[deprecated = true\\];/int64 \\$1 = \\$2 [deprecated = true, jstype = JS_STRING];/g\" ./protos/kurrentdb/protocols/**/*.proto",
14
+ "generate:sed-insert": "shx sed -i \"s/int64 ([A-z_]*) = ([0-9]*);/int64 \\$1 = \\$2 [jstype = JS_STRING];/g\" ./protos/kurrentdb/protocols/**/*.proto",
15
+ "generate:folder": "shx mkdir -p ./generated",
16
+ "generate:js": "grpc_tools_node_protoc ./protos/kurrentdb/protocols/**/*.proto --proto_path=./protos --grpc_out=grpc_js:./generated --js_out=import_style=commonjs,binary:./generated --ts_out=generate_package_definition:./generated",
17
+ "clean": "yarn clean:generated && yarn clean:dist && yarn clean:buildinfo",
18
+ "clean:generated": "shx rm -rf ./generated",
19
+ "clean:dist": "shx rm -rf ./dist",
20
+ "clean:buildinfo": "shx rm -rf *.tsbuildinfo"
21
+ },
22
+ "files": [
23
+ "dist/",
24
+ "generated/"
25
+ ],
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "git+https://github.com/kurrent-io/KurrentDB-Client-NodeJS.git"
29
+ },
30
+ "keywords": [
31
+ "Kurrent",
32
+ "EventSourcing",
33
+ "Client"
34
+ ],
35
+ "author": "Kurrent, Inc",
36
+ "license": "Apache-2.0",
37
+ "bugs": {
38
+ "url": "https://github.com/kurrent-io/KurrentDB-Client-NodeJS/issues"
39
+ },
40
+ "homepage": "https://developers.kurrent.io/clients/grpc/getting-started?codeLanguage=NodeJS",
41
+ "publishConfig": {
42
+ "access": "public"
43
+ },
44
+ "engines": {
45
+ "node": ">=20"
46
+ },
47
+ "dependencies": {
48
+ "@grpc/grpc-js": "^1.14.3",
49
+ "@kurrent/bridge": "^0.1.5",
50
+ "@types/debug": "^4.1.12",
51
+ "@types/google-protobuf": "^3.15.12",
52
+ "@types/node": "^22.10.2",
53
+ "debug": "^4.4.0",
54
+ "google-protobuf": "^3.21.4",
55
+ "semver": "^7.7.2",
56
+ "uuid": "11.0.3"
57
+ },
58
+ "devDependencies": {
59
+ "@types/semver": "^7.7.0",
60
+ "@types/uuid": "^10.0.0",
61
+ "grpc-tools": "^1.13.1",
62
+ "grpc_tools_node_protoc_ts": "^5.3.3",
63
+ "nx": "20.1.3",
64
+ "shx": "^0.3.4"
65
+ }
66
+ }