@ms-cloudpack/bundler-ori 0.2.68 → 0.2.69

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 +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @ms-cloudpack/bundler-ori
2
2
 
3
- Provides a Cloudpack bundler plugin around the `oribuild` 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.
3
+ Provides a Cloudpack bundler plugin around the [`oribuild`](https://www.npmjs.com/package/oribuild) 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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler-ori",
3
- "version": "0.2.68",
4
- "description": "An abstraction to bundle source code using ori.",
3
+ "version": "0.2.69",
4
+ "description": "Cloudpack's wrapper for the ori bundler",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
23
23
  "@ms-cloudpack/path-utilities": "^3.1.22",
24
24
  "@ms-cloudpack/retry": "^0.1.3",
25
- "oribuild": "0.0.0-pre-alpha.15-2025081415-7de8a34"
25
+ "oribuild": "0.0.0-pre-alpha.15-2025081916-ab70ca3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@ms-cloudpack/bundler-tests": "^0.1.0",