@m2c2kit/addons 0.3.11 → 0.3.12

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1742,7 +1742,7 @@ class Instructions extends Story {
1742
1742
  }
1743
1743
  }
1744
1744
 
1745
- console.log("\u26AA @m2c2kit/addons version 0.3.11 (60325bea)");
1745
+ console.log("\u26AA @m2c2kit/addons version 0.3.12 (38470c49)");
1746
1746
 
1747
1747
  export { Button, Dialog, DialogResult, DrawPad, DrawPadEventType, DrawPadItemEventType, Grid, Instructions, VirtualKeyboard };
1748
1748
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c2kit/addons",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Additions to m2c2kit core functionality, such as button, grid, and instructions",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -35,11 +35,11 @@
35
35
  "devDependencies": {
36
36
  "@rollup/plugin-replace": "5.0.5",
37
37
  "rimraf": "5.0.5",
38
- "rollup": "4.6.1",
38
+ "rollup": "4.8.0",
39
39
  "rollup-plugin-copy": "3.5.0",
40
40
  "rollup-plugin-dts": "6.1.0",
41
41
  "rollup-plugin-esbuild": "6.1.0",
42
- "typescript": "5.3.2"
42
+ "typescript": "5.3.3"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=18"