@citolab/qti-components 7.24.0 → 7.25.0

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.js CHANGED
@@ -31,7 +31,7 @@ import {
31
31
  QtiSliderInteraction,
32
32
  QtiTextEntryInteraction,
33
33
  QtiUploadInteraction
34
- } from "./chunk-2X7747Q4.js";
34
+ } from "./chunk-I4NHZ6D6.js";
35
35
  import {
36
36
  ItemContainer,
37
37
  ItemCorrectResponseMode,
@@ -93,7 +93,7 @@ import {
93
93
  QtiVariable,
94
94
  qtiAndMixin,
95
95
  qtiSubtractMixin
96
- } from "./chunk-53QVHUUQ.js";
96
+ } from "./chunk-RKXUA6D6.js";
97
97
  import {
98
98
  QtiAssessmentItemRef,
99
99
  QtiAssessmentSection,
@@ -31,7 +31,7 @@ import {
31
31
  QtiSliderInteraction,
32
32
  QtiTextEntryInteraction,
33
33
  QtiUploadInteraction
34
- } from "./chunk-2X7747Q4.js";
34
+ } from "./chunk-I4NHZ6D6.js";
35
35
  import "./chunk-VQAG7NSK.js";
36
36
  import "./chunk-BHB6PYJG.js";
37
37
  import "./chunk-QXBXORM3.js";
@@ -327,8 +327,6 @@ declare class QtiStringMatch extends QtiExpression<boolean> {
327
327
  }
328
328
 
329
329
  declare class QtiSum extends QtiExpression<number> {
330
- #private;
331
- constructor();
332
330
  getResult(): number;
333
331
  }
334
332
  declare class QtiSumExpression implements QtiExpressionBase<number> {
@@ -47,7 +47,7 @@ import {
47
47
  QtiVariable,
48
48
  qtiAndMixin,
49
49
  qtiSubtractMixin
50
- } from "./chunk-53QVHUUQ.js";
50
+ } from "./chunk-RKXUA6D6.js";
51
51
  import "./chunk-BHB6PYJG.js";
52
52
  import "./chunk-QXBXORM3.js";
53
53
  export {
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@citolab/qti-components",
3
3
  "description": "QTI component utilities",
4
- "version": "7.24.0",
4
+ "version": "7.25.0",
5
5
  "author": "",
6
- "customElements": "dist/custom-elements.json",
6
+ "customElements": "custom-elements.json",
7
7
  "dependencies": {
8
8
  "@heximal/templates": "^0.1.5",
9
9
  "@lit/context": "^1.1.6",
10
10
  "lit": "^3.3.1"
11
11
  },
12
12
  "devDependencies": {
13
- "@qti-components/base": "^1.2.0",
14
- "@qti-components/interactions": "^1.8.0",
15
- "@qti-components/item": "^1.1.0",
16
- "@qti-components/loader": "^1.1.0",
17
- "@qti-components/processing": "^1.1.0",
18
- "@qti-components/test": "^1.2.0",
19
- "@qti-components/transformers": "^1.4.0",
20
- "@qti-components/theme": "^1.1.0",
21
- "@qti-components/elements": "^1.3.0"
13
+ "@qti-components/base": "workspace:^",
14
+ "@qti-components/elements": "workspace:^",
15
+ "@qti-components/interactions": "workspace:^",
16
+ "@qti-components/item": "workspace:^",
17
+ "@qti-components/loader": "workspace:^",
18
+ "@qti-components/processing": "workspace:^",
19
+ "@qti-components/test": "workspace:^",
20
+ "@qti-components/theme": "workspace:^",
21
+ "@qti-components/transformers": "workspace:^"
22
22
  },
23
23
  "exports": {
24
24
  ".": {
@@ -75,16 +75,13 @@
75
75
  "license": "GPL-3.0-only",
76
76
  "main": "dist/index.js",
77
77
  "publishConfig": {
78
- "access": "public",
79
- "provenance": true
78
+ "access": "public"
80
79
  },
81
80
  "repository": {
82
81
  "type": "git",
83
82
  "url": "git+https://github.com/Citolab/qti-components.git",
84
83
  "directory": "packages/qti-components"
85
84
  },
86
- "sideEffects": true,
87
- "type": "module",
88
85
  "scripts": {
89
86
  "-": "---build---",
90
87
  "attw": "attw --pack --profile esm-only --format table",
@@ -95,6 +92,9 @@
95
92
  "publint": "publint",
96
93
  "tsup": "tsup",
97
94
  "yalc": "yalc publish",
98
- "yalc:push": "yalc push"
99
- }
100
- }
95
+ "yalc:push": "yalc push",
96
+ "publish": "node ../../tools/publish-if-needed.mjs"
97
+ },
98
+ "sideEffects": true,
99
+ "type": "module"
100
+ }