@stately-cloud/schema
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -14,3 +14,3 @@ // Copyright 2023 Buf Technologies, Inc. | ||
// limitations under the License. | ||
// @generated by protoc-gen-es v2.0.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated by protoc-gen-es v2.1.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated from file buf/validate/expression.proto (package buf.validate, syntax proto3) | ||
@@ -17,0 +17,0 @@ /* eslint-disable */ |
@@ -14,3 +14,3 @@ // Copyright 2023 Buf Technologies, Inc. | ||
// limitations under the License. | ||
// @generated by protoc-gen-es v2.0.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated by protoc-gen-es v2.1.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated from file buf/validate/priv/private.proto (package buf.validate.priv, syntax proto3) | ||
@@ -17,0 +17,0 @@ /* eslint-disable */ |
@@ -1,2 +0,2 @@ | ||
// @generated by protoc-gen-es v2.0.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated by protoc-gen-es v2.1.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated from file extensions.proto (package stately.schemamodel, syntax proto3) | ||
@@ -3,0 +3,0 @@ /* eslint-disable */ |
@@ -1,2 +0,2 @@ | ||
// @generated by protoc-gen-es v2.0.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated by protoc-gen-es v2.1.0 with parameter "target=js+dts,import_extension=.js" | ||
// @generated from file options.proto (package stately.schemamodel, syntax proto3) | ||
@@ -3,0 +3,0 @@ /* eslint-disable */ |
{ | ||
"name": "@stately-cloud/schema", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": "Stately Cloud <support@stately.cloud> (https://stately.cloud/)", | ||
@@ -33,11 +33,11 @@ "description": "Schema language for StatelyDB", | ||
"@jest/globals": "^29.7.0", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "22.4.1", | ||
"eslint": "9.9.0", | ||
"jest": "29.7.0", | ||
"ts-jest": "29.2.4", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.4.1", | ||
"eslint": "^9.9.0", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.2.4", | ||
"@stately-cloud/eslint": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^2.0.0", | ||
"@bufbuild/protobuf": "^2.1.0", | ||
"fast-equals": "^5.0.1", | ||
@@ -44,0 +44,0 @@ "tsx": "^4.7.1", |
Sorry, the diff of this file is too big to display
228539
Updated@bufbuild/protobuf@^2.1.0