Comparing version 1.0.13-test.0 to 1.0.13-test.1
"use strict"; | ||
exports.__esModule = true; | ||
var rawArgs = Symbol("@hotscript/rawArgs"); | ||
var unset = Symbol("@hotscript/unset"); | ||
var _ = Symbol("@hotscript/_"); |
{ | ||
"name": "hotscript", | ||
"version": "1.0.13-test.0", | ||
"version": "1.0.13-test.1", | ||
"description": "A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
@@ -37,2 +37,2 @@ "scripts": { | ||
} | ||
} | ||
} |
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
169121
4475