@temporalio/proto 1.0.0 → 1.0.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/proto",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Temporal.io SDK compiled protobuf definitions",
5
5
  "main": "protos/index.js",
6
6
  "types": "protos/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@types/long": "^4.0.2",
24
24
  "long": "^5.2.0",
25
- "protobufjs": "6.11.2"
25
+ "protobufjs": "^7.0.0"
26
26
  },
27
27
  "bugs": {
28
28
  "url": "https://github.com/temporalio/sdk-typescript/issues"
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "c4fc4dc608bf58701c11b6ae02d1d63b4457718d"
34
+ "gitHead": "a1dae539e72b6b088b400998d7bef482e8ed52f1"
35
35
  }
@@ -8040,33 +8040,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8040
8040
  nested: {
8041
8041
  protobuf: {
8042
8042
  nested: {
8043
- Duration: {
8044
- fields: {
8045
- seconds: {
8046
- type: "int64",
8047
- id: 1
8048
- },
8049
- nanos: {
8050
- type: "int32",
8051
- id: 2
8052
- }
8053
- }
8054
- },
8055
- Empty: {
8056
- fields: {}
8057
- },
8058
- Timestamp: {
8059
- fields: {
8060
- seconds: {
8061
- type: "int64",
8062
- id: 1
8063
- },
8064
- nanos: {
8065
- type: "int32",
8066
- id: 2
8067
- }
8068
- }
8069
- },
8070
8043
  FileDescriptorSet: {
8071
8044
  fields: {
8072
8045
  file: {
@@ -8794,6 +8767,33 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8794
8767
  }
8795
8768
  }
8796
8769
  },
8770
+ Duration: {
8771
+ fields: {
8772
+ seconds: {
8773
+ type: "int64",
8774
+ id: 1
8775
+ },
8776
+ nanos: {
8777
+ type: "int32",
8778
+ id: 2
8779
+ }
8780
+ }
8781
+ },
8782
+ Empty: {
8783
+ fields: {}
8784
+ },
8785
+ Timestamp: {
8786
+ fields: {
8787
+ seconds: {
8788
+ type: "int64",
8789
+ id: 1
8790
+ },
8791
+ nanos: {
8792
+ type: "int32",
8793
+ id: 2
8794
+ }
8795
+ }
8796
+ },
8797
8797
  DoubleValue: {
8798
8798
  fields: {
8799
8799
  value: {