@contractspec/example.analytics-dashboard 1.47.0 → 1.48.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.
@@ -1,8 +1,8 @@
1
- import * as _contractspec_lib_contracts22 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts18 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/query/query.presentation.d.ts
4
- declare const QueriesListPresentation: _contractspec_lib_contracts22.PresentationSpec;
5
- declare const QueryBuilderPresentation: _contractspec_lib_contracts22.PresentationSpec;
4
+ declare const QueriesListPresentation: _contractspec_lib_contracts18.PresentationSpec;
5
+ declare const QueryBuilderPresentation: _contractspec_lib_contracts18.PresentationSpec;
6
6
  //#endregion
7
7
  export { QueriesListPresentation, QueryBuilderPresentation };
8
8
  //# sourceMappingURL=query.presentation.d.ts.map
@@ -1,8 +1,8 @@
1
- import * as _contractspec_lib_contracts18 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts22 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/query/query.test-spec.d.ts
4
- declare const CreateQueryTest: _contractspec_lib_contracts18.TestSpec;
5
- declare const ExecuteQueryTest: _contractspec_lib_contracts18.TestSpec;
4
+ declare const CreateQueryTest: _contractspec_lib_contracts22.TestSpec;
5
+ declare const ExecuteQueryTest: _contractspec_lib_contracts22.TestSpec;
6
6
  //#endregion
7
7
  export { CreateQueryTest, ExecuteQueryTest };
8
8
  //# sourceMappingURL=query.test-spec.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.analytics-dashboard",
3
- "version": "1.47.0",
3
+ "version": "1.48.1",
4
4
  "description": "Analytics Dashboard example with widgets and query engine for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -17,17 +17,17 @@
17
17
  "lint:check": "eslint src"
18
18
  },
19
19
  "dependencies": {
20
- "@contractspec/lib.schema": "1.47.0",
21
- "@contractspec/lib.contracts": "1.47.0",
22
- "@contractspec/lib.example-shared-ui": "1.1.0",
23
- "@contractspec/lib.design-system": "1.47.0",
24
- "@contractspec/lib.runtime-sandbox": "0.2.0",
20
+ "@contractspec/lib.schema": "1.48.0",
21
+ "@contractspec/lib.contracts": "1.48.1",
22
+ "@contractspec/lib.example-shared-ui": "1.2.1",
23
+ "@contractspec/lib.design-system": "1.48.1",
24
+ "@contractspec/lib.runtime-sandbox": "0.3.0",
25
25
  "react": "19.2.3",
26
26
  "react-dom": "19.2.3"
27
27
  },
28
28
  "devDependencies": {
29
- "@contractspec/tool.typescript": "1.47.0",
30
- "@contractspec/tool.tsdown": "1.47.0",
29
+ "@contractspec/tool.typescript": "1.48.0",
30
+ "@contractspec/tool.tsdown": "1.48.0",
31
31
  "typescript": "^5.9.3",
32
32
  "@types/react": "^19.2.8",
33
33
  "@types/react-dom": "^19.2.2"