@unifold/core 0.1.72 → 0.1.73
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -180,7 +180,7 @@ function generatePrefixedKSUID(prefix) {
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
// src/lib/client-headers.ts
|
|
183
|
-
var SDK_VERSION = true ? "0.1.
|
|
183
|
+
var SDK_VERSION = true ? "0.1.73" : "0.0.0-dev";
|
|
184
184
|
var CLIENT_VERSION_HEADER = "x-unifold-client-version";
|
|
185
185
|
var CLIENT_USER_AGENT_HEADER = "x-unifold-client-user-agent";
|
|
186
186
|
function detectRuntime() {
|
package/dist/index.mjs
CHANGED
|
@@ -41,7 +41,7 @@ function generatePrefixedKSUID(prefix) {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
// src/lib/client-headers.ts
|
|
44
|
-
var SDK_VERSION = true ? "0.1.
|
|
44
|
+
var SDK_VERSION = true ? "0.1.73" : "0.0.0-dev";
|
|
45
45
|
var CLIENT_VERSION_HEADER = "x-unifold-client-version";
|
|
46
46
|
var CLIENT_USER_AGENT_HEADER = "x-unifold-client-user-agent";
|
|
47
47
|
function detectRuntime() {
|