@cloudraker/milliseconds 0.1.0 → 0.1.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/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -114,7 +114,7 @@ function checkSchema(schema) {
|
|
|
114
114
|
}
|
|
115
115
|
//#endregion
|
|
116
116
|
//#region src/client.ts
|
|
117
|
-
const USER_AGENT = `cloudraker-milliseconds-js/0.1.
|
|
117
|
+
const USER_AGENT = `cloudraker-milliseconds-js/0.1.1`;
|
|
118
118
|
const DEFAULT_BASE_URL = "https://api.milliseconds.ai";
|
|
119
119
|
const RETRY = /* @__PURE__ */ new Set([
|
|
120
120
|
"rate_limit_exceeded",
|
package/dist/index.cjs
CHANGED
|
@@ -111,7 +111,7 @@ function checkSchema(schema) {
|
|
|
111
111
|
}
|
|
112
112
|
//#endregion
|
|
113
113
|
//#region src/client.ts
|
|
114
|
-
const USER_AGENT = `cloudraker-milliseconds-js/0.1.
|
|
114
|
+
const USER_AGENT = `cloudraker-milliseconds-js/0.1.1`;
|
|
115
115
|
const DEFAULT_BASE_URL = "https://api.milliseconds.ai";
|
|
116
116
|
const RETRY = /* @__PURE__ */ new Set([
|
|
117
117
|
"rate_limit_exceeded",
|
package/dist/index.js
CHANGED
|
@@ -110,7 +110,7 @@ function checkSchema(schema) {
|
|
|
110
110
|
}
|
|
111
111
|
//#endregion
|
|
112
112
|
//#region src/client.ts
|
|
113
|
-
const USER_AGENT = `cloudraker-milliseconds-js/0.1.
|
|
113
|
+
const USER_AGENT = `cloudraker-milliseconds-js/0.1.1`;
|
|
114
114
|
const DEFAULT_BASE_URL = "https://api.milliseconds.ai";
|
|
115
115
|
const RETRY = /* @__PURE__ */ new Set([
|
|
116
116
|
"rate_limit_exceeded",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudraker/milliseconds",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Typed decisions over text. The SDK for decision-machine-1 at milliseconds.ai.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "CloudRaker",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"bin": {
|
|
28
|
-
"dm1": "
|
|
28
|
+
"dm1": "dist/cli.js"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist",
|