@transitive-sdk/utils-caps 0.2.6 → 0.2.7

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/esbuild.js +1 -1
  2. package/package.json +1 -1
package/esbuild.js CHANGED
@@ -42,7 +42,7 @@ const config = {
42
42
  loader: {
43
43
  '.svg': 'text',
44
44
  '.wasm': 'file',
45
- // '.css': 'local-css',
45
+ '.module.css': 'local-css',
46
46
  },
47
47
  plugins: [{
48
48
  /* Plugin to run tailwind and @scope the result */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transitive-sdk/utils-caps",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Utilities to build and run Transitive capabilities in dev",
5
5
  "homepage": "https://transitiverobotics.com",
6
6
  "repository": {