Skip to content

Commit 2ab74b2

Browse files
authored
chore: Rename npm module for temporary publishing (#3)
1 parent 55ca2e9 commit 2ab74b2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Orchestion-JS
1+
# `@apm-js-collab/code-transformer`
22

3-
Orchestrion is a library for instrumenting Node.js libraries at build or load time.
3+
This is a temporary fork of [`DataDog/orchestrion-js`](https://github.com/DataDog/orchestrion-js/). We intend all changes to be upstreamed to the original repository,
4+
5+
This is a library for instrumenting Node.js libraries at build or load time.
46

57
It provides `VisitMut` implementations for SWC's AST nodes, which can be used to insert tracing code into matching functions.
68
It can be used in SWC plugins, or anything else that mutates JavaScript ASTs using SWC.
79

8-
Orchestrion can also be built as a JavaScript module, which can be used from Node.js.
10+
`@apm-js-collab/code-transformer` is built as a JavaScript module, which can be used from Node.js.
911

1012
To build the JavaScript module:
1113
- Ensure you have [Rust installed](https://www.rust-lang.org/tools/install)

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"name": "orchestrion-js",
3-
"version": "0.1.0",
2+
"name": "@apm-js-collab/code-transformer",
3+
"version": "0.1.1",
44
"license": "Apache-2.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/apm-js-collab/orchestrion-js.git"
8+
},
59
"files": [
610
"./pkg/orchestrion_js_bg.wasm",
711
"./pkg/orchestrion_js.js",

0 commit comments

Comments
 (0)