Skip to content

Commit 5a973a4

Browse files
committed
chore(runtime): add export, remove traverse dependency
1 parent e9c546d commit 5a973a4

File tree

3 files changed

+2
-330
lines changed

3 files changed

+2
-330
lines changed

packages/runtime/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
"safe-json-stringify": "^1.2.0",
108108
"semver": "^7.5.2",
109109
"superjson": "^1.13.0",
110-
"traverse": "^0.6.10",
111110
"ts-pattern": "^4.3.0",
112111
"tslib": "^2.4.1",
113112
"uuid": "^9.0.0",
@@ -127,7 +126,6 @@
127126
"@types/pluralize": "^0.0.29",
128127
"@types/safe-json-stringify": "^1.1.5",
129128
"@types/semver": "^7.3.13",
130-
"@types/traverse": "^0.6.37",
131129
"@types/uuid": "^8.3.4",
132130
"decimal.js-light": "^2.5.1",
133131
"superjson": "^1.13.0",

packages/runtime/src/local-helpers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export * from './simple-traverse';
12
export * from './sleep';
23
export * from './is-plain-object';
34
export * from './lower-case-first';

0 commit comments

Comments
 (0)