@variousjs/create 0.3.2 → 0.3.3

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.
package/demo/index.html CHANGED
@@ -55,6 +55,6 @@ var VARIOUS_CONFIG = {
55
55
  <body>
56
56
  <div id="root"></div>
57
57
  <script src="https://cdn.jsdelivr.net/npm/requirejs@2.3.6/require.js"></script>
58
- <script src="https://cdn.jsdelivr.net/npm/@variousjs/various@0.4.0/dist/index.js"></script>
58
+ <script src="https://cdn.jsdelivr.net/npm/@variousjs/various@0.4.1/dist/index.js"></script>
59
59
  </body>
60
60
  </html>
@@ -1445,9 +1445,9 @@
1445
1445
  }
1446
1446
  },
1447
1447
  "@variousjs/various": {
1448
- "version": "0.4.0",
1449
- "resolved": "https://registry.npmjs.org/@variousjs/various/-/various-0.4.0.tgz",
1450
- "integrity": "sha512-9tHPqMxUshsAaW90eIda+pFRur+t/ugIQlW/qXCaTVqJqBfeaKbZ/qIGYQTLOJ7EpPNen3IMr65tTlh4ko8+mQ==",
1448
+ "version": "0.4.1",
1449
+ "resolved": "https://registry.npmjs.org/@variousjs/various/-/various-0.4.1.tgz",
1450
+ "integrity": "sha512-ykXLKIe/wicpnSO28YCEewiEM7AQqpVPN3Vz3s+TxnGCIUmu2ewiVU67bYTCSxY1FoCJt0TPKs2NNDP6yYDr1g==",
1451
1451
  "dev": true,
1452
1452
  "requires": {
1453
1453
  "nycticorax": "^2.0.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@variousjs/create",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "VariousJS boilerplate",
5
5
  "bin": "bin/create.js",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  "@types/react-dom": "^17.0.9",
36
36
  "@typescript-eslint/eslint-plugin": "^4.31.2",
37
37
  "@typescript-eslint/parser": "^4.31.2",
38
- "@variousjs/various": "^0.4.0",
38
+ "@variousjs/various": "^0.4.1",
39
39
  "babel-loader": "^8.2.2",
40
40
  "css-loader": "^6.3.0",
41
41
  "eslint": "^7.32.0",
package/package.json.copy CHANGED
@@ -18,7 +18,7 @@
18
18
  "@types/react-dom": "^17.0.9",
19
19
  "@typescript-eslint/eslint-plugin": "^4.31.2",
20
20
  "@typescript-eslint/parser": "^4.31.2",
21
- "@variousjs/various": "^0.4.0",
21
+ "@variousjs/various": "^0.4.1",
22
22
  "babel-loader": "^8.2.2",
23
23
  "css-loader": "^6.3.0",
24
24
  "eslint": "^7.32.0",
package/webpack/base.js CHANGED
@@ -47,7 +47,6 @@ const config = {
47
47
  allowedHosts: 'all',
48
48
  port: 2333,
49
49
  host: '0.0.0.0',
50
- https: true,
51
50
  static: {
52
51
  directory: path.join(__dirname, '../demo'),
53
52
  },