@signalwire/cfb 0.1.0-dev.202304201102.2ed7bc1.0 → 0.1.0-dev.202304201418.d2ebcba.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (function(qr,li){typeof exports=="object"&&typeof module<"u"?li(exports):typeof define=="function"&&define.amd?define(["exports"],li):(qr=typeof globalThis<"u"?globalThis:qr||self,li(qr.CFB={}))})(this,function(qr){"use strict";/**
2
- * Visual Builder v0.0.0 [2ed7bc1] (https://signalwire.com)
2
+ * Visual Builder v0.0.0 [d2ebcba] (https://signalwire.com)
3
3
  * Copyright 2018-2023 SignalWire.
4
4
  */
5
5
  function li(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const i=Object.getOwnPropertyDescriptor(r,o);i&&Object.defineProperty(e,o,i.get?i:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}function Wp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ui={},Ow={get exports(){return ui},set exports(e){ui=e}},qa={},b={},Tw={get exports(){return b},set exports(e){b=e}},te={};/**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalwire/cfb",
3
- "version": "0.1.0-dev.202304201102.2ed7bc1.0",
3
+ "version": "0.1.0-dev.202304201418.d2ebcba.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -8,7 +8,7 @@
8
8
  "build:staging": "npm run lint && tsc && vite build --mode staging",
9
9
  "lint": "eslint . --report-unused-disable-directives",
10
10
  "preview": "vite preview",
11
- "test": "vitest"
11
+ "test": "vitest run"
12
12
  },
13
13
  "files": [
14
14
  "dist"
@@ -18,7 +18,7 @@
18
18
  "@fortawesome/fontawesome-svg-core": "^6.3.0",
19
19
  "@fortawesome/pro-solid-svg-icons": "^6.3.0",
20
20
  "@fortawesome/react-fontawesome": "^0.2.0",
21
- "@sw-cfb/core": "0.1.0-dev.202304201102.2ed7bc1.0",
21
+ "@sw-cfb/core": "0.1.0-dev.202304201418.d2ebcba.0",
22
22
  "i18next": "^22.4.9",
23
23
  "i18next-browser-languagedetector": "^7.0.1",
24
24
  "nanoid": "^4.0.0",