@intrig/plugin-react 0.0.2-3 → 0.0.2-4

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 CHANGED
@@ -4316,7 +4316,8 @@ function createPlugin() {
4316
4316
  return {
4317
4317
  name: 'intrig-binding',
4318
4318
  version: '0.0.1',
4319
- compat: '^0.0.15'
4319
+ compat: '^0.0.15',
4320
+ generator: 'react'
4320
4321
  };
4321
4322
  },
4322
4323
  generate: generateCode,
package/dist/index.js CHANGED
@@ -4292,7 +4292,8 @@ function createPlugin() {
4292
4292
  return {
4293
4293
  name: 'intrig-binding',
4294
4294
  version: '0.0.1',
4295
- compat: '^0.0.15'
4295
+ compat: '^0.0.15',
4296
+ generator: 'react'
4296
4297
  };
4297
4298
  },
4298
4299
  generate: generateCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intrig/plugin-react",
3
- "version": "0.0.2-3",
3
+ "version": "0.0.2-4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  }
16
16
  },
17
17
  "dependencies": {
18
- "@intrig/plugin-sdk": "^0.0.2-3",
18
+ "@intrig/plugin-sdk": "^0.0.2-4",
19
19
  "@swc/helpers": "~0.5.11"
20
20
  },
21
21
  "files": [