@itwin/backend-webpack-tools 3.0.0-extension.0 → 3.0.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,93 @@
1
1
  # Change Log - @itwin/backend-webpack-tools
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
4
+
5
+ ## 3.0.1
6
+ Thu, 24 Feb 2022 15:26:55 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.0.0
11
+ Mon, 24 Jan 2022 14:00:52 GMT
12
+
13
+ ### Updates
14
+
15
+ - rename to @itwin/backend-webpack-tools
16
+
17
+ ## 2.19.28
18
+ Wed, 12 Jan 2022 14:52:38 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 2.19.27
23
+ Wed, 05 Jan 2022 20:07:20 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 2.19.26
28
+ Wed, 08 Dec 2021 20:54:52 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 2.19.25
33
+ Fri, 03 Dec 2021 20:05:49 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 2.19.24
38
+ Mon, 29 Nov 2021 18:44:31 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 2.19.23
43
+ Mon, 22 Nov 2021 20:41:39 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 2.19.22
48
+ Wed, 17 Nov 2021 01:23:26 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 2.19.21
53
+ Wed, 10 Nov 2021 10:58:24 GMT
54
+
55
+ _Version update only_
56
+
57
+ ## 2.19.20
58
+ Fri, 29 Oct 2021 16:14:22 GMT
59
+
60
+ _Version update only_
61
+
62
+ ## 2.19.19
63
+ Mon, 25 Oct 2021 16:16:25 GMT
64
+
65
+ _Version update only_
66
+
67
+ ## 2.19.18
68
+ Thu, 21 Oct 2021 20:59:44 GMT
69
+
70
+ _Version update only_
71
+
72
+ ## 2.19.17
73
+ Thu, 14 Oct 2021 21:19:43 GMT
74
+
75
+ _Version update only_
76
+
77
+ ## 2.19.16
78
+ Mon, 11 Oct 2021 17:37:46 GMT
79
+
80
+ _Version update only_
81
+
82
+ ## 2.19.15
83
+ Fri, 08 Oct 2021 16:44:23 GMT
84
+
85
+ _Version update only_
86
+
87
+ ## 2.19.14
88
+ Fri, 01 Oct 2021 13:07:03 GMT
89
+
90
+ _Version update only_
4
91
 
5
92
  ## 2.19.13
6
93
  Tue, 21 Sep 2021 21:06:40 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2021 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itwin/backend-webpack-tools",
3
- "version": "3.0.0-extension.0",
4
- "description": "Configuration and scripts for iModel.js agents and backends.",
3
+ "version": "3.0.1",
4
+ "description": "Configuration and scripts for iTwin.js agents and backends.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/imodeljs/imodeljs/tree/master/tools/backend-webpack"
8
+ "url": "https://github.com/iTwin/itwinjs-core/tree/master/tools/backend-webpack"
9
9
  },
10
10
  "author": {
11
11
  "name": "Bentley Systems, Inc.",
@@ -15,7 +15,7 @@
15
15
  "backend-webpack-tools": "./bin/backend-webpack-tools.js"
16
16
  },
17
17
  "dependencies": {
18
- "@itwin/core-webpack-tools": "3.0.0-extension.0",
18
+ "@itwin/core-webpack-tools": "3.0.1",
19
19
  "case-sensitive-paths-webpack-plugin": "^2.1.2",
20
20
  "chalk": "^3.0.0",
21
21
  "concurrently": "^3.6.1",
@@ -40,5 +40,6 @@
40
40
  "lint": "",
41
41
  "test": "",
42
42
  "cover": ""
43
- }
43
+ },
44
+ "readme": "# backend-webpack-tools\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\nThe __backend-webpack-tools__ package includes configuration and scripts for bundling iTwin.js service backends and agents.\r\n\r\n## Available Scripts\r\n\r\n### __backend-webpack-tools start__\r\n\r\nRuns webpack in watch mode, and optionally starts the backend in either electron or node.\r\n\r\n#### Required options\r\n\r\n| Name | Alias | Description | Example |\r\n| - | - | - | - |\r\n| `--source` | `-s` | The main entry point for webpack | `./lib/main.js` |\r\n| `--outDir` | `-o` | The directory where bundle should be emitted | `./dist/` |\r\n\r\n### __backend-webpack-tools build__\r\n\r\nBuilds an optimized \"production\" bundle.\r\n\r\n#### Required options\r\n\r\n| Name | Alias | Description | Example |\r\n| - | - | - | - |\r\n| `--source` | `-s` | The main entry point for webpack | `./lib/main.js` |\r\n| `--outDir` | `-o` | The directory where bundle should be emitted | `./dist/` |"
44
45
  }