File tree 18 files changed +44
-43
lines changed
18 files changed +44
-43
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " build-utils" ,
2
+ "name" : " @waku/ build-utils" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Build utilities for js-waku" ,
5
5
"main" : " index.js" ,
Original file line number Diff line number Diff line change 110
110
"@types/uuid" : " ^9.0.0" ,
111
111
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
112
112
"@typescript-eslint/parser" : " ^5.51.0" ,
113
- "build-utils" : " *" ,
113
+ "@waku/ build-utils" : " *" ,
114
114
"chai" : " ^4.3.7" ,
115
115
"cspell" : " ^6.26.3" ,
116
116
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 78
78
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
79
79
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
80
80
"@typescript-eslint/parser" : " ^5.51.0" ,
81
+ "@waku/build-utils" : " *" ,
81
82
"@waku/interfaces" : " *" ,
82
- "build-utils" : " *" ,
83
83
"cspell" : " ^6.26.3" ,
84
84
"eslint" : " ^8.35.0" ,
85
85
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 80
80
"@types/chai" : " ^4.3.4" ,
81
81
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
82
82
"@typescript-eslint/parser" : " ^5.51.0" ,
83
+ "@waku/build-utils" : " *" ,
83
84
"@waku/interfaces" : " *" ,
84
- "build-utils" : " *" ,
85
85
"chai" : " ^4.3.7" ,
86
86
"cspell" : " ^6.26.3" ,
87
87
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 72
72
"@types/mocha" : " ^10.0.1" ,
73
73
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
74
74
"@typescript-eslint/parser" : " ^5.51.0" ,
75
+ "@waku/build-utils" : " *" ,
75
76
"@waku/interfaces" : " *" ,
76
- "build-utils" : " *" ,
77
77
"chai" : " ^4.3.7" ,
78
78
"cspell" : " ^6.26.3" ,
79
79
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 95
95
"@types/mocha" : " ^10.0.1" ,
96
96
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
97
97
"@typescript-eslint/parser" : " ^5.51.0" ,
98
- "build-utils" : " *" ,
98
+ "@waku/ build-utils" : " *" ,
99
99
"chai" : " ^4.3.7" ,
100
100
"cspell" : " ^6.26.3" ,
101
101
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 70
70
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
71
71
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
72
72
"@typescript-eslint/parser" : " ^5.51.0" ,
73
+ "@waku/build-utils" : " *" ,
73
74
"@waku/interfaces" : " *" ,
74
- "build-utils" : " *" ,
75
75
"chai" : " ^4.3.7" ,
76
76
"cspell" : " ^6.26.3" ,
77
77
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 54
54
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
55
55
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
56
56
"@typescript-eslint/parser" : " ^5.51.0" ,
57
- "build-utils" : " *" ,
57
+ "@waku/ build-utils" : " *" ,
58
58
"cspell" : " ^6.26.3" ,
59
59
"eslint" : " ^8.35.0" ,
60
60
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
Original file line number Diff line number Diff line change 65
65
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
66
66
"@typescript-eslint/eslint-plugin" : " ^5.54.1" ,
67
67
"@typescript-eslint/parser" : " ^5.51.0" ,
68
- "build-utils" : " *" ,
68
+ "@waku/ build-utils" : " *" ,
69
69
"cspell" : " ^6.26.3" ,
70
70
"eslint" : " ^8.35.0" ,
71
71
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change 1
1
import commonjs from "@rollup/plugin-commonjs" ;
2
2
import json from "@rollup/plugin-json" ;
3
3
import { nodeResolve } from "@rollup/plugin-node-resolve" ;
4
- import { extractExports } from "build-utils" ;
4
+ import { extractExports } from "@waku/ build-utils" ;
5
5
6
6
import * as packageJson from "./package.json" assert { type : "json " } ;
7
7
You can’t perform that action at this time.
0 commit comments