@dapr/dapr-dev
Advanced tools
Comparing version 3.3.1-20240424070127-7350742 to 3.3.1-20240731151357-e5a763b
@@ -93,3 +93,3 @@ import { Temporal } from "@js-temporal/polyfill"; | ||
* Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call | ||
* to the actor state provider associated with teh actor | ||
* to the actor state provider associated with the actor | ||
*/ | ||
@@ -96,0 +96,0 @@ saveStateInternal(): Promise<void>; |
@@ -147,3 +147,3 @@ "use strict"; | ||
* Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call | ||
* to the actor state provider associated with teh actor | ||
* to the actor state provider associated with the actor | ||
*/ | ||
@@ -150,0 +150,0 @@ async saveStateInternal() { |
{ | ||
"name": "@dapr/dapr-dev", | ||
"version": "3.3.1-20240424070127-7350742", | ||
"version": "3.3.1-20240731151357-e5a763b", | ||
"description": "The official Dapr (https://dapr.io) SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "types": "./build/index.d.ts", |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "3.3.1-20240424070127-7350742"; | ||
export declare const SDK_VERSION = "3.3.1-20240731151357-e5a763b"; | ||
export declare const SDK_PACKAGE_NAME = "@dapr/dapr-dev"; |
@@ -18,3 +18,3 @@ "use strict"; | ||
// It is not checked in to the git repository. | ||
exports.SDK_VERSION = "3.3.1-20240424070127-7350742"; | ||
exports.SDK_VERSION = "3.3.1-20240731151357-e5a763b"; | ||
exports.SDK_PACKAGE_NAME = "@dapr/dapr-dev"; |