@mbwilding/tool-early-bound-generator 0.0.13 → 0.0.14

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@mbwilding/tool-early-bound-generator",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@mbwilding/tool-early-bound-generator",
9
- "version": "0.0.13",
9
+ "version": "0.0.14",
10
10
  "license": "GPL-2.0",
11
11
  "dependencies": {
12
12
  "react": "^18.3.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mbwilding/tool-early-bound-generator",
3
3
  "displayName": "Early Bound Generator",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "description": "Generate strongly-typed C# early-bound classes for Dataverse entities, option sets, and messages",
6
6
  "icon": "icons/ebg.svg",
7
7
  "contributors": [
@@ -21,7 +21,8 @@
21
21
  },
22
22
  "type": "module",
23
23
  "scripts": {
24
- "build": "npm run typecheck && vite build",
24
+ "build": "vite build",
25
+ "build:watch": "vite build --watch",
25
26
  "typecheck": "tsc --noEmit -p tsconfig.test.json",
26
27
  "dev": "vite",
27
28
  "test": "vitest run",