@squaredr/fieldcraft-pro 1.9.0 → 1.9.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/index.js CHANGED
@@ -37,7 +37,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
37
37
  var SelectPrimitive__namespace = /*#__PURE__*/_interopNamespace(SelectPrimitive);
38
38
 
39
39
  // package.json
40
- var version = "1.9.0";
40
+ var version = "1.9.1";
41
41
  var PRODUCT_IDS = {
42
42
  FIELDCRAFT_PRO: 1
43
43
  };
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import { formatAmount } from '@squaredr/paykit';
12
12
  import { jsx, jsxs } from 'react/jsx-runtime';
13
13
 
14
14
  // package.json
15
- var version = "1.9.0";
15
+ var version = "1.9.1";
16
16
  function formatBytes(bytes, decimals = 1) {
17
17
  if (bytes === 0) return "0 B";
18
18
  const k = 1024;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squaredr/fieldcraft-pro",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Pro components for FieldCraft — visual drag-and-drop Form Builder, Response Viewer, and Theme Editor for React",
5
5
  "keywords": [
6
6
  "fieldcraft",
@@ -103,8 +103,8 @@
103
103
  "tsup": "^8.5.1",
104
104
  "typescript": "^5.9.3",
105
105
  "vitest": "^2.1.9",
106
- "@squaredr/fieldcraft-pro-license": "1.4.0",
107
- "@squaredr/fieldcraft-pro-tsconfig": "0.0.1"
106
+ "@squaredr/fieldcraft-pro-tsconfig": "0.0.1",
107
+ "@squaredr/fieldcraft-pro-license": "1.4.1"
108
108
  },
109
109
  "license": "SEE LICENSE IN LICENSE.txt",
110
110
  "author": "SquaredR",