@flareapp/node 0.9.0 → 0.10.0
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -389,7 +389,7 @@ function isLocalFileUrl(url) {
|
|
|
389
389
|
//#endregion
|
|
390
390
|
//#region src/Flare.ts
|
|
391
391
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
392
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.
|
|
392
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.10.0" : "?";
|
|
393
393
|
/** `g`/`y` make `.test()` keep `lastIndex` state, so reusing the regex across keys skips every other
|
|
394
394
|
* match. All other flags are preserved. */
|
|
395
395
|
function sanitizeRegex(re) {
|
package/dist/index.mjs
CHANGED
|
@@ -360,7 +360,7 @@ function isLocalFileUrl(url) {
|
|
|
360
360
|
//#endregion
|
|
361
361
|
//#region src/Flare.ts
|
|
362
362
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
363
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.
|
|
363
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.10.0" : "?";
|
|
364
364
|
/** `g`/`y` make `.test()` keep `lastIndex` state, so reusing the regex across keys skips every other
|
|
365
365
|
* match. All other flags are preserved. */
|
|
366
366
|
function sanitizeRegex(re) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flareapp/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Node.js SDK for flareapp.io",
|
|
5
5
|
"homepage": "https://flareapp.io",
|
|
6
6
|
"bugs": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"release": "release-it"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@flareapp/core": "2.
|
|
47
|
+
"@flareapp/core": "2.10.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@flareapp/test-helpers": "*",
|