@onflow/config
Advanced tools
Comparing version 1.1.1 to 1.2.0-alpha.0
# @onflow/config | ||
## 1.2.0-alpha.0 | ||
### Minor Changes | ||
- TS build | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @onflow/util-actor@1.3.0-alpha.0 | ||
## 1.1.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@onflow/config", | ||
"version": "1.1.1", | ||
"version": "1.2.0-alpha.0", | ||
"description": "Config for FCL-JS", | ||
@@ -16,3 +16,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.3.1", | ||
"@onflow/fcl-bundle": "^1.4.0-alpha.0", | ||
"@types/estree": "^1.0.1", | ||
@@ -30,4 +30,3 @@ "jest": "^29.5.0", | ||
"test": "jest", | ||
"build": "npm run lint && fcl-bundle", | ||
"build:types": "tsc", | ||
"build": "tsc && npm run lint && fcl-bundle", | ||
"test:watch": "jest --watch", | ||
@@ -39,3 +38,3 @@ "start": "fcl-bundle --watch", | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-actor": "^1.2.0", | ||
"@onflow/util-actor": "^1.3.0-alpha.0", | ||
"eslint": "^8.34.0", | ||
@@ -42,0 +41,0 @@ "eslint-plugin-jsdoc": "^40.0.0" |
{ | ||
"extends": "../../tsconfig", | ||
// Change this to match your project | ||
"include": ["src/**/*"], | ||
"exclude": [ | ||
"src/**/*.test.js", | ||
], | ||
"compilerOptions": { | ||
// Tells TypeScript to read JS files, as | ||
// normally they are ignored as source files | ||
"allowJs": true, | ||
// Generate d.ts files | ||
"declaration": true, | ||
// This compiler run should | ||
// only output d.ts files | ||
"emitDeclarationOnly": true, | ||
// Types should go into this directory. | ||
@@ -20,6 +10,3 @@ // Removing this would place the .d.ts files | ||
"outDir": "types", | ||
// go to js file when using IDE functions like | ||
// "Go to Definition" in VSCode | ||
"declarationMap": false, | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
160086
1835
1
1