piral-instance-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
@@ -132,7 +132,7 @@ module.exports = {
132
132
 
133
133
  Contributions in any form are appreciated and much welcome!
134
134
 
135
- 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.
135
+ 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.
136
136
 
137
137
  ## License
138
138
 
@@ -143,6 +143,6 @@ This plugin is released using the MIT license.
143
143
  [node]: https://img.shields.io/node/v/piral-instance-webpack-plugin.svg
144
144
  [node-url]: https://nodejs.org
145
145
  [chat]: https://img.shields.io/badge/gitter-piral.io%2Fcommunity-brightgreen.svg
146
- [chat-url]: https://gitter.im/piral-io/community
146
+ [chat-url]: https://discord.gg/kKJ2FZmK8t
147
147
  [size]: https://packagephobia.now.sh/badge?p=piral-instance-webpack-plugin
148
148
  [size-url]: https://packagephobia.now.sh/result?p=piral-instance-webpack-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-instance-webpack-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Webpack plugin for generating a valid Piral instance 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
  }