Skip to content

Commit 1f43271

Browse files
committed
upd
1 parent db17fe9 commit 1f43271

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

lib/event_processor/event_dispatcher/event_dispatcher_factory.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
* Copyright 2025, Optimizely
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
import { RequestHandler } from '../../utils/http_request_handler/http';
218
import { DefaultEventDispatcher } from './default_dispatcher';
319
import { EventDispatcher } from './event_dispatcher';

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
"require": "./dist/index.react_native.min.js"
4444
},
4545
"./universal": {
46-
"types": "./dist/index.lite.d.ts",
47-
"node": "./dist/index.lite.min.js",
48-
"import": "./dist/index.lite.es.js",
49-
"default": "./dist/index.lite.min.js"
46+
"types": "./dist/index.universal.d.ts",
47+
"import": "./dist/index.universal.es.min.js",
48+
"require": "./dist/index.universal.min.js"
5049
}
5150
},
5251
"scripts": {

0 commit comments

Comments
 (0)