@m2c2kit/addons 0.3.13 → 0.3.15

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/package.json CHANGED
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "@m2c2kit/addons",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
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",
7
+ "type": "module",
7
8
  "exports": {
8
9
  ".": {
9
10
  "import": "./dist/index.js"
10
11
  }
11
12
  },
12
13
  "files": [
13
- "dist/index.js",
14
- "dist/index.d.ts"
14
+ "dist",
15
+ "metadata.json"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "npm run clean && tsc --build && rollup -c",
18
- "clean": "rimraf build build-nobundler dist .rollup.cache tsconfig.tsbuildinfo",
19
+ "clean": "rimraf build dist .rollup.cache tsconfig.tsbuildinfo",
19
20
  "test": "echo \"Error: no test specified\" && exit 1"
20
21
  },
21
22
  "license": "MIT",
@@ -30,16 +31,17 @@
30
31
  },
31
32
  "homepage": "https://m2c2-project.github.io/m2c2kit",
32
33
  "dependencies": {
33
- "@m2c2kit/core": "^0.3.14"
34
+ "@m2c2kit/core": "^0.3.18"
34
35
  },
35
36
  "devDependencies": {
36
- "@rollup/plugin-replace": "5.0.5",
37
- "rimraf": "5.0.5",
38
- "rollup": "4.9.2",
37
+ "@m2c2kit/build-helpers": "^0.3.13",
38
+ "@rollup/plugin-replace": "5.0.7",
39
+ "rimraf": "5.0.7",
40
+ "rollup": "4.18.0",
39
41
  "rollup-plugin-copy": "3.5.0",
40
- "rollup-plugin-dts": "6.1.0",
41
- "rollup-plugin-esbuild": "6.1.0",
42
- "typescript": "5.3.3"
42
+ "rollup-plugin-dts": "6.1.1",
43
+ "rollup-plugin-esbuild": "6.1.1",
44
+ "typescript": "5.4.5"
43
45
  },
44
46
  "engines": {
45
47
  "node": ">=18"