@opendesign/octopus-common
Advanced tools
Comparing version 3.0.0-experimental-npmjs-ci-f9230559 to 3.0.0-experimental-publish-npm-28c6e390
@@ -1,2 +0,2 @@ | ||
import type { GetPromiseValue } from './utility-types'; | ||
import type { GetPromiseValue } from '../utility-types'; | ||
export declare function JSONFromTypedArray(typedArray: Uint8Array): unknown; | ||
@@ -3,0 +3,0 @@ export declare function deepInspect(value: unknown): string; |
{ | ||
"name": "@opendesign/octopus-common", | ||
"version": "3.0.0-experimental-npmjs-ci-f9230559", | ||
"version": "3.0.0-experimental-publish-npm-28c6e390", | ||
"description": "General utility functions for Octopus 3 common cases.", | ||
"license": "Apache-2.0", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -14,3 +13,4 @@ "build": "tsc --build ./tsconfig.json", | ||
"test": "yarn jest", | ||
"types:check": "tsc --noEmit" | ||
"types:check": "tsc --noEmit", | ||
"release:experimental": "yarn publish --tag experimental" | ||
}, | ||
@@ -32,3 +32,3 @@ "dependencies": { | ||
"ts-node": "10.4.0", | ||
"typescript": "4.6.4" | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "files": [ |
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
45681
41
909