mf-examples 1.4.4 → 1.4.6

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/LICENSE +1 -1
  2. package/package.json +15 -13
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022-2023 by mf-examples
1
+ Copyright (c) 2022-2024 by mf-examples
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "mf-examples",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "publishConfig": {
5
- "access": "public"
5
+ "access": "public",
6
+ "provenance": true
6
7
  },
7
8
  "description": "examples entry page",
8
9
  "keywords": [
@@ -20,26 +21,27 @@
20
21
  "scripts": {
21
22
  "prepare": "vite build",
22
23
  "start": "vite",
24
+ "test": "true",
23
25
  "lint": "npm run lint:css",
24
26
  "lint:css": "stylelint ./src/*.css",
25
27
  "preview": "vite preview"
26
28
  },
27
29
  "devDependencies": {
28
- "@semantic-release/commit-analyzer": "^11.0.0",
30
+ "@semantic-release/commit-analyzer": "^11.1.0",
29
31
  "@semantic-release/exec": "^6.0.3",
30
- "@semantic-release/release-notes-generator": "^12.0.0",
31
- "mf-hosting-frontend": "^2.2.4",
32
- "mf-styling": "^3.0.6",
33
- "npm-pkgbuild": "^12.3.1",
34
- "semantic-release": "^22.0.0",
35
- "stylelint": "^15.10.1",
36
- "stylelint-config-standard": "^34.0.0",
37
- "vite": "^4.4.2",
38
- "vite-plugin-compression2": "^0.10.5"
32
+ "@semantic-release/release-notes-generator": "^12.1.0",
33
+ "mf-hosting-frontend": "^2.2.5",
34
+ "mf-styling": "^3.1.2",
35
+ "npm-pkgbuild": "^13.0.20",
36
+ "semantic-release": "^23.0.2",
37
+ "stylelint": "^16.2.1",
38
+ "stylelint-config-standard": "^36.0.0",
39
+ "vite": "^5.1.1",
40
+ "vite-plugin-compression2": "^0.12.0"
39
41
  },
40
42
  "repository": {
41
43
  "type": "git",
42
- "url": "https://github.com/arlac77/mf-examples"
44
+ "url": "git+https://github.com/arlac77/mf-examples.git"
43
45
  },
44
46
  "bugs": {
45
47
  "url": "https://github.com/arlac77/mf-examples/issues"