@unifold/core 0.1.78 → 0.1.79
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
|
@@ -191,7 +191,7 @@ function generatePrefixedKSUID(prefix) {
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
// src/lib/client-headers.ts
|
|
194
|
-
var SDK_VERSION = true ? "0.1.
|
|
194
|
+
var SDK_VERSION = true ? "0.1.79" : "0.0.0-dev";
|
|
195
195
|
var CLIENT_VERSION_HEADER = "x-unifold-client-version";
|
|
196
196
|
var CLIENT_USER_AGENT_HEADER = "x-unifold-client-user-agent";
|
|
197
197
|
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.79" : "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() {
|