temporal-spec
Advanced tools
Comparing version 0.0.3 to 0.1.0
{ | ||
"name": "temporal-spec", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"title": "TypeScript types for Temporal", | ||
@@ -17,7 +17,8 @@ "author": { | ||
"type": "module", | ||
"types": "./index.d.ts", | ||
"main": "./index.cjs", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"require": "./index.cjs", | ||
@@ -27,2 +28,3 @@ "import": "./index.mjs" | ||
"./global": { | ||
"types": "./global.d.ts", | ||
"require": "./global.cjs", | ||
@@ -29,0 +31,0 @@ "import": "./global.mjs" |
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
134246