@arkitektum/altinn-studio-custom-components 16.6.0 → 16.7.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +12 -4
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "@arkitektum/altinn-studio-custom-components",
3
- "version": "16.6.0",
3
+ "version": "16.7.0",
4
4
  "description": "Custom components for Altinn Studio",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
7
+ "exports": {
8
+ ".": "./dist/main.js",
9
+ "./styles.css": "./dist/main.css",
10
+ "./resources.json": "./dist/resources.json",
11
+ "./resources/nb.json": "./dist/resource.nb.json",
12
+ "./package.json": "./package.json",
13
+ "./dist/*": "./dist/*"
14
+ },
7
15
  "files": [
8
16
  "dist",
9
17
  "README.md"
@@ -14,7 +22,7 @@
14
22
  "test": "jest",
15
23
  "build": "yarn symlinks && NODE_ENV=production webpack && yarn copy-dist-resources",
16
24
  "start": "yarn symlinks && webpack serve --config webpack.config.dev.js",
17
- "lint": "eslint src --ext .js"
25
+ "lint": "eslint ."
18
26
  },
19
27
  "repository": {
20
28
  "type": "git",
@@ -35,7 +43,7 @@
35
43
  "date-fns-tz": "^3.2.0",
36
44
  "dotenv": "^17.4.2",
37
45
  "dotenv-webpack": "^9.0.0",
38
- "eslint": "^10.6.0",
46
+ "eslint": "^10.7.0",
39
47
  "globals": "^17.7.0",
40
48
  "html-webpack-plugin": "^5.6.7",
41
49
  "jest": "^30.4.2",
@@ -50,7 +58,7 @@
50
58
  },
51
59
  "packageManager": "yarn@4.10.3",
52
60
  "dependencies": {
53
- "@arkitektum/altinn-studio-custom-components-utils": "^1.5.0",
61
+ "@arkitektum/altinn-studio-custom-components-utils": "^1.5.1",
54
62
  "@arkitektum/client-logger": "^1.2.1"
55
63
  }
56
64
  }