@elaraai/east-node-cli 0.0.1-beta.8 → 1.0.0
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/CLA.md +1 -1
- package/CONTRIBUTING.md +3 -3
- package/LICENSE.md +15 -666
- package/README.md +50 -14
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +49 -18
- package/dist/cli.js.map +1 -1
- package/dist/loader.d.ts +14 -1
- package/dist/loader.d.ts.map +1 -1
- package/dist/loader.js +35 -1
- package/dist/loader.js.map +1 -1
- package/dist/runner.d.ts +1 -8
- package/dist/runner.d.ts.map +1 -1
- package/dist/runner.js +98 -63
- package/dist/runner.js.map +1 -1
- package/dist/snapshot.d.ts +19 -0
- package/dist/snapshot.d.ts.map +1 -0
- package/dist/snapshot.js +116 -0
- package/dist/snapshot.js.map +1 -0
- package/package.json +17 -20
- package/dist/tsconfig.tsbuildinfo +0 -1
package/CLA.md
CHANGED
|
@@ -23,4 +23,4 @@ You represent that:
|
|
|
23
23
|
|
|
24
24
|
## Agreement
|
|
25
25
|
|
|
26
|
-
By signing this Agreement through CLA Assistant or by submitting a Contribution, you accept and agree to the terms of this Agreement.
|
|
26
|
+
By signing this Agreement through CLA Assistant or by submitting a Contribution, you accept and agree to the terms of this Agreement.
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Contributing to
|
|
1
|
+
# Contributing to east-node-cli
|
|
2
2
|
|
|
3
3
|
Thank you for your interest in contributing! We welcome contributions from the community.
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ When you submit your first pull request, the CLA Assistant bot will automaticall
|
|
|
15
15
|
|
|
16
16
|
## Contributing Process
|
|
17
17
|
|
|
18
|
-
1. Fork the
|
|
18
|
+
1. Fork the [east-workspace monorepo](https://github.com/elaraai/east-workspace)
|
|
19
19
|
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
|
20
20
|
3. Make your changes
|
|
21
21
|
4. Commit your changes (`git commit -m 'Add amazing feature'`)
|
|
@@ -25,4 +25,4 @@ When you submit your first pull request, the CLA Assistant bot will automaticall
|
|
|
25
25
|
|
|
26
26
|
## Questions?
|
|
27
27
|
|
|
28
|
-
Contact us at support@elara.ai
|
|
28
|
+
Contact us at support@elara.ai
|