@ms-cloudpack/bundler 0.16.0 → 0.16.2

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -56,7 +56,7 @@ This library has only 2 output modes:
56
56
 
57
57
  - library mode - produces a bundle of source which externalizes dependencies and is consumable by the target (browser or node) which
58
58
  can resolve the dependencies through an import maps in the browser or through module resolution in node. The source is unminified.
59
- - production mode - produces a bundle of source which includes dependencies and is also similarly consum
59
+ - production mode - produces a bundle of source which includes dependencies and is also similarly consumed.
60
60
 
61
61
  ### Package requirements
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "description": "An abstraction to bundle source code.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,13 +14,13 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/json-utilities": "^0.1.0",
18
- "@ms-cloudpack/bundler-plugin-ori": "^0.13.0",
19
- "@ms-cloudpack/bundler-plugin-rollup": "^0.7.34",
20
- "@ms-cloudpack/bundler-types": "^1.0.0",
21
- "@ms-cloudpack/config": "^0.16.0",
17
+ "@ms-cloudpack/json-utilities": "^0.1.2",
18
+ "@ms-cloudpack/bundler-plugin-ori": "^0.13.1",
19
+ "@ms-cloudpack/bundler-plugin-rollup": "^0.7.36",
20
+ "@ms-cloudpack/bundler-types": "^0.22.0",
21
+ "@ms-cloudpack/config": "^0.17.1",
22
22
  "@ms-cloudpack/config-types": "^0.1.0",
23
- "@ms-cloudpack/package-utilities": "^5.5.0",
23
+ "@ms-cloudpack/package-utilities": "^5.5.2",
24
24
  "@ms-cloudpack/path-string-parsing": "^1.1.1",
25
25
  "@ms-cloudpack/path-utilities": "^2.3.5"
26
26
  },