File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
lib/event_processor/event_dispatcher Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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+
117import { RequestHandler } from '../../utils/http_request_handler/http' ;
218import { DefaultEventDispatcher } from './default_dispatcher' ;
319import { EventDispatcher } from './event_dispatcher' ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments