@nx-ddd/openapi 0.0.0-PLACEHOLDER

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 ADDED
@@ -0,0 +1,11 @@
1
+ # openapi
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build openapi` to build the library.
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test openapi` to execute the unit tests via [Jest](https://jestjs.io).
package/index.d.ts ADDED
File without changes
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // export * from './lib';
2
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/@nx-ddd/openapi/src/index.ts"],"names":[],"mappings":"AAAA,yBAAyB"}
package/lib/index.d.ts ADDED
File without changes
package/lib/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // export * from './openapi.decorator';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/@nx-ddd/openapi/src/lib/index.ts"],"names":[],"mappings":"AAAA,uCAAuC"}
File without changes
@@ -0,0 +1,12 @@
1
+ // export function OpenApiProperty(options?: Parameters<typeof import('@nestjs/swagger').ApiProperty>[0]): PropertyDecorator {
2
+ // return (target, propertyKey) => {
3
+ // if (typeof process !== 'undefined' && process.versions?.node) {
4
+ // const { ApiProperty } = require('@nestjs/swagger');
5
+ // ApiProperty(options)(target, propertyKey);
6
+ // }
7
+ // };
8
+ // }
9
+ // export const OpenAPI = {
10
+ // Property: OpenApiProperty,
11
+ // };
12
+ //# sourceMappingURL=openapi.decorator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"openapi.decorator.js","sourceRoot":"","sources":["../../../../../packages/@nx-ddd/openapi/src/lib/openapi.decorator.ts"],"names":[],"mappings":"AAAA,8HAA8H;AAC9H,sCAAsC;AACtC,sEAAsE;AACtE,4DAA4D;AAC5D,mDAAmD;AACnD,QAAQ;AACR,OAAO;AACP,IAAI;AAEJ,2BAA2B;AAC3B,+BAA+B;AAC/B,KAAK"}
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@nx-ddd/openapi",
3
+ "version": "0.0.0-PLACEHOLDER",
4
+ "main": "./index.js",
5
+ "types": "./index.d.ts",
6
+ "homepage": "https://github.com/xx-machina/plaform/tree/main/packages/@nx-ddd/openapi",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/xx-machina/plaform.git"
10
+ },
11
+ "peerDependencies": {},
12
+ "dependencies": {},
13
+ "type": "commonjs"
14
+ }
File without changes
package/test-setup.js ADDED
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=test-setup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-setup.js","sourceRoot":"","sources":["../../../../packages/@nx-ddd/openapi/src/test-setup.ts"],"names":[],"mappings":""}