@onivoro/onix 0.0.3 → 3.3.7
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 +11 -0
- package/executors.json +4 -4
- package/package.json +8 -5
- package/src/executors/executor.d.ts +4 -0
- package/src/executors/executor.js +11 -0
- package/src/executors/executor.js.map +1 -0
- package/src/executors/schema.d.ts +1 -0
- package/src/executors/{echo/schema.json → schema.json} +2 -2
- package/src/index.d.ts +0 -1
- package/src/index.js +0 -4
- package/src/index.js.map +1 -1
- package/src/executors/echo/executor.d.ts +0 -4
- package/src/executors/echo/executor.js +0 -10
- package/src/executors/echo/executor.js.map +0 -1
- package/src/lib/onix.d.ts +0 -1
- package/src/lib/onix.js +0 -8
- package/src/lib/onix.js.map +0 -1
package/README.md
ADDED
package/executors.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"executors": {
|
|
3
|
-
"
|
|
4
|
-
"implementation": "./src/executors/
|
|
5
|
-
"schema": "./src/executors/
|
|
6
|
-
"description": "
|
|
3
|
+
"xxxx": {
|
|
4
|
+
"implementation": "./src/executors/executor",
|
|
5
|
+
"schema": "./src/executors/schema.json",
|
|
6
|
+
"description": "xxxx executor"
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onivoro/onix",
|
|
3
|
-
"version": "
|
|
4
|
-
"executors": "./executors.json",
|
|
3
|
+
"version": "3.3.7",
|
|
5
4
|
"dependencies": {
|
|
6
|
-
"@nx/devkit": "
|
|
5
|
+
"@nx/devkit": "20.0.6",
|
|
6
|
+
"tslib": "^2.3.0"
|
|
7
7
|
},
|
|
8
|
+
"type": "commonjs",
|
|
8
9
|
"main": "./src/index.js",
|
|
9
|
-
"
|
|
10
|
-
|
|
10
|
+
"typings": "./src/index.d.ts",
|
|
11
|
+
"executors": "./executors.json",
|
|
12
|
+
"types": "./src/index.d.ts"
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const runExecutor = (options) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
5
|
+
console.log('Executor ran for Xxxx', options);
|
|
6
|
+
return {
|
|
7
|
+
success: true,
|
|
8
|
+
};
|
|
9
|
+
});
|
|
10
|
+
exports.default = runExecutor;
|
|
11
|
+
//# sourceMappingURL=executor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"executor.js","sourceRoot":"","sources":["../../../../onix/src/executors/executor.ts"],"names":[],"mappings":";;;AAGA,MAAM,WAAW,GAAwC,CAAO,OAAO,EAAE,EAAE;IACzE,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;IAC9C,OAAO;QACL,OAAO,EAAE,IAAI;KACd,CAAC;AACJ,CAAC,CAAA,CAAC;AAEF,kBAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export interface XxxxExecutorSchema {} // eslint-disable-line
|
package/src/index.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './lib/onix';
|
package/src/index.js
CHANGED
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../onix/src/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
async function runExecutor(options) {
|
|
4
|
-
console.log('Executor ran for Echo', options);
|
|
5
|
-
return {
|
|
6
|
-
success: true,
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
exports.default = runExecutor;
|
|
10
|
-
//# sourceMappingURL=executor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executor.js","sourceRoot":"","sources":["../../../../../../libs/onix/src/executors/echo/executor.ts"],"names":[],"mappings":";;AAEe,KAAK,UAAU,WAAW,CAAC,OAA2B;IACnE,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;IAC9C,OAAO;QACL,OAAO,EAAE,IAAI;KACd,CAAC;AACJ,CAAC;AALD,8BAKC"}
|
package/src/lib/onix.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function onix(): string;
|
package/src/lib/onix.js
DELETED
package/src/lib/onix.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"onix.js","sourceRoot":"","sources":["../../../../../libs/onix/src/lib/onix.ts"],"names":[],"mappings":";;;AAAA,SAAgB,IAAI;IAClB,OAAO,MAAM,CAAC;AAChB,CAAC;AAFD,oBAEC"}
|