@digabi/exam-engine-rendering 22.1.5-alpha.0 → 22.1.6-alpha.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.
@@ -1,5 +1,5 @@
1
1
  declare namespace _default {
2
- let plugins: any[];
2
+ let plugins: import("postcss").PluginCreator<import("postcss-preset-env").pluginOptions>[];
3
3
  }
4
4
  export default _default;
5
5
  //# sourceMappingURL=postcss.config.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-rendering",
3
- "version": "22.1.5-alpha.0",
3
+ "version": "22.1.6-alpha.0",
4
4
  "main": "./dist/index.js",
5
5
  "license": "EUPL-1.1",
6
6
  "files": [
@@ -13,7 +13,7 @@
13
13
  "@babel/polyfill": "^7.8.7",
14
14
  "@babel/preset-env": "^7.8.7",
15
15
  "@babel/runtime": "^7.8.7",
16
- "@digabi/exam-engine-core": "22.1.5-alpha.0",
16
+ "@digabi/exam-engine-core": "22.1.6-alpha.0",
17
17
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
18
18
  "babel-loader": "^9.1.2",
19
19
  "child-process-promise": "^2.2.1",
@@ -42,5 +42,5 @@
42
42
  "webpack-dev-server": "^5.0.0",
43
43
  "webpack-merge": "^6.0.1"
44
44
  },
45
- "gitHead": "01600498398cafb20c740d6153fabe1eca5feb36"
45
+ "gitHead": "fe972aa8afd5d035e380868dd63ecb63938d9c26"
46
46
  }