@feasibleone/blong-openapi 1.0.3 → 1.0.4

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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.4](https://github.com/feasibleone/blong/compare/blong-openapi-v1.0.3...blong-openapi-v1.0.4) (2026-02-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update glob to version 13.0.3 and change log level to info ([b2f8197](https://github.com/feasibleone/blong/commit/b2f8197d8557f14eee7826a2b62045d65bbfd94f))
9
+
3
10
  ## [1.0.3](https://github.com/feasibleone/blong/compare/blong-openapi-v1.0.2...blong-openapi-v1.0.3) (2026-02-15)
4
11
 
5
12
 
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@feasibleone/blong-openapi",
3
+ "scripts": {
4
+ "build": "heft build --clean",
5
+ "ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"
6
+ },
7
+ "exports": {
8
+ "./server.js": "./dist/server.js",
9
+ "./server.ts": "./server.ts",
10
+ "./browser.js": "./dist/browser.js",
11
+ "./browser.ts": "./browser.ts",
12
+ "./dist/package.json": "./package.json",
13
+ "./package.json": "./package.json"
14
+ },
15
+ "repository": {
16
+ "url": "git+https://github.com/feasibleone/blong.git"
17
+ },
18
+ "type": "module",
19
+ "version": "1.0.4",
20
+ "dependencies": {
21
+ "@feasibleone/blong": "workspace:^1.0.0"
22
+ },
23
+ "devDependencies": {
24
+ "@rushstack/eslint-config": "^4.0.1",
25
+ "@rushstack/heft": "^1.1.11",
26
+ "@rushstack/heft-lint-plugin": "^1.1.14",
27
+ "@rushstack/heft-typescript-plugin": "^1.1.11",
28
+ "eslint": "~9.39.2",
29
+ "typescript": "^5.9.3"
30
+ }
31
+ }
package/dist/server.js CHANGED
@@ -8,7 +8,7 @@ export default realm(blong => ({
8
8
  config: {
9
9
  default: {
10
10
  openapi: {
11
- logLevel: 'trace',
11
+ logLevel: 'info',
12
12
  },
13
13
  },
14
14
  dev: {},
@@ -1 +1 @@
1
- {"version":3,"file":"server.js","sourceRoot":"","sources":["../server.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,eAAe,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACpB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;QAC1B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;KACjC,CAAC;IACF,QAAQ,EAAE,CAAC,gBAAgB,CAAC;IAC5B,MAAM,EAAE;QACJ,OAAO,EAAE;YACL,OAAO,EAAE;gBACL,QAAQ,EAAE,OAAO;aACpB;SACJ;QACD,GAAG,EAAE,EAAE;QACP,YAAY,EAAE;YACV,YAAY,EAAE,IAAI;YAClB,OAAO,EAAE;gBACL,IAAI,EAAE,IAAI;aACb;SACJ;QACD,WAAW,EAAE,EAAE;KAClB;CACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"server.js","sourceRoot":"","sources":["../server.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,eAAe,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG;IACpB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;QAC1B,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;KACjC,CAAC;IACF,QAAQ,EAAE,CAAC,gBAAgB,CAAC;IAC5B,MAAM,EAAE;QACJ,OAAO,EAAE;YACL,OAAO,EAAE;gBACL,QAAQ,EAAE,MAAM;aACnB;SACJ;QACD,GAAG,EAAE,EAAE;QACP,YAAY,EAAE;YACV,YAAY,EAAE,IAAI;YAClB,OAAO,EAAE;gBACL,IAAI,EAAE,IAAI;aACb;SACJ;QACD,WAAW,EAAE,EAAE;KAClB;CACJ,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "url": "git+https://github.com/feasibleone/blong.git"
13
13
  },
14
14
  "type": "module",
15
- "version": "1.0.3",
15
+ "version": "1.0.4",
16
16
  "dependencies": {
17
17
  "@feasibleone/blong": "^1.0.0"
18
18
  },