pilet-webpack-plugin 1.1.0 → 1.2.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2025 smapiot
3
+ Copyright (c) 2019 - 2026 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -72,7 +72,7 @@ module.exports = {
72
72
 
73
73
  Contributions in any form are appreciated and much welcome!
74
74
 
75
- Just make sure to post an issue or reach out to me on [Gitter](https://gitter.im/piral-io/community) before starting actual work on anything. It really helps to avoid problems.
75
+ Just make sure to post an issue or reach out to us on the [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t) before starting actual work on anything. It really helps to avoid problems.
76
76
 
77
77
  ## License
78
78
 
@@ -83,6 +83,6 @@ This plugin is released using the MIT license.
83
83
  [node]: https://img.shields.io/node/v/pilet-webpack-plugin.svg
84
84
  [node-url]: https://nodejs.org
85
85
  [chat]: https://img.shields.io/badge/gitter-piral.io%2Fcommunity-brightgreen.svg
86
- [chat-url]: https://gitter.im/piral-io/community
86
+ [chat-url]: https://discord.gg/kKJ2FZmK8t
87
87
  [size]: https://packagephobia.now.sh/badge?p=pilet-webpack-plugin
88
88
  [size-url]: https://packagephobia.now.sh/result?p=pilet-webpack-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pilet-webpack-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Webpack plugin for generating a valid pilet bundle.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/smapiot/piral-cli-webpack.git"
26
+ "url": "https://github.com/smapiot/piral-cli-webpack.git"
27
27
  },
28
28
  "bugs": {
29
29
  "url": "https://github.com/smapiot/piral-cli-webpack/issues"
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "webpack": "^4.42.0"
43
43
  },
44
- "gitHead": "26ac0d8587d0f9ea20473a44eca149c1b6738678"
44
+ "gitHead": "583263263c0849533dfb2c5a532fd3176e8c8781"
45
45
  }