@daocloud-proto/kpanda 0.25.0-dev-0db95d5a → 0.25.0-dev-2e7ffe76

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.
@@ -36,6 +36,7 @@ export type Event = {
36
36
  source?: EventSource
37
37
  lastTimestamp?: string
38
38
  type?: EventType
39
+ firstTimestamp?: string
39
40
  }
40
41
 
41
42
  export type ObjectReference = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.25.0-dev-0db95d5a",
3
+ "version":"v0.25.0-dev-2e7ffe76",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {