@ms-cloudpack/bundler-ori 0.2.14 → 0.2.16
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/README.md +1 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
# @ms-cloudpack/bundler-ori
|
|
2
2
|
|
|
3
|
-
Provides a Cloudpack bundler plugin around the `@oribuild/api` package, which
|
|
4
|
-
itself is a wrapper around esbuild+native plugins. This creates a really fast
|
|
5
|
-
bundler inner loop pipeline for serving large enterprise web applications.
|
|
3
|
+
Provides a Cloudpack bundler plugin around the `@oribuild/api` package, which itself is a wrapper around esbuild+native plugins. This creates a really fast bundler inner loop pipeline for serving large enterprise web applications.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/bundler-ori",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"description": "An abstraction to bundle source code using ori.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@ms-cloudpack/bundler-capabilities": "^0.2.
|
|
18
|
-
"@ms-cloudpack/bundler-utilities": "^0.1.
|
|
19
|
-
"@ms-cloudpack/common-types": "^0.24.
|
|
20
|
-
"@ms-cloudpack/package-utilities": "^11.
|
|
17
|
+
"@ms-cloudpack/bundler-capabilities": "^0.2.8",
|
|
18
|
+
"@ms-cloudpack/bundler-utilities": "^0.1.23",
|
|
19
|
+
"@ms-cloudpack/common-types": "^0.24.3",
|
|
20
|
+
"@ms-cloudpack/package-utilities": "^11.3.0",
|
|
21
21
|
"@ms-cloudpack/path-string-parsing": "^1.2.6",
|
|
22
|
-
"@ms-cloudpack/path-utilities": "^
|
|
22
|
+
"@ms-cloudpack/path-utilities": "^3.0.0",
|
|
23
23
|
"@ms-cloudpack/retry": "^0.1.3",
|
|
24
24
|
"oribuild": "0.0.0-pre-alpha.15-2024082214-6bd86a4"
|
|
25
25
|
},
|