@quilted/events
Advanced tools
Comparing version 1.0.1 to 2.0.0
# @quilted/events | ||
## 2.0.0 | ||
### Major Changes | ||
- [#645](https://github.com/lemonmade/quilt/pull/645) [`302ed847`](https://github.com/lemonmade/quilt/commit/302ed8479f9c035ef39d48137de958dba50690ca) Thanks [@lemonmade](https://github.com/lemonmade)! - Removed CommonJS support | ||
The `require` export condition is no longer provided by any package. Quilt only supports ESModules, so if you need to use the CommonJS version, you will need to pre-process Quilt’s output code on your own. | ||
## 1.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -25,4 +25,3 @@ "engines": { | ||
"quilt:esnext": "./build/esnext/index.esnext", | ||
"import": "./build/esm/index.mjs", | ||
"require": "./build/cjs/index.cjs" | ||
"import": "./build/esm/index.mjs" | ||
} | ||
@@ -36,3 +35,6 @@ }, | ||
] | ||
}, | ||
"scripts": { | ||
"build": "rollup --config configuration/rollup.config.js" | ||
} | ||
} |
@@ -0,3 +1,5 @@ | ||
// @vitest-environment jsdom | ||
import {EventEmitter as NodeEventEmitter} from 'node:events'; | ||
import {expect, it, describe} from '@quilted/testing'; | ||
import {expect, it, describe} from 'vitest'; | ||
@@ -4,0 +6,0 @@ import {EventEmitter} from '../emitter.ts'; |
@@ -8,4 +8,4 @@ { | ||
"include": ["source"], | ||
"exclude": ["quilt.project.ts", "*.test.ts", "*.test.tsx"], | ||
"exclude": ["*.test.ts", "*.test.tsx"], | ||
"references": [] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147228
66
2116