@vivse/frontend-library
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,1 +0,2 @@ | ||
export * from './key-fields'; | ||
export * from "./key-fields"; | ||
export * from "./create-connection-link"; |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./key-fields"), exports); | ||
__exportStar(require("./create-connection-link"), exports); |
{ | ||
"name": "@vivse/frontend-library", | ||
"version": "1.1.0", | ||
"description": "Library shared between react project", | ||
"version": "1.2.0", | ||
"description": "Library shared between react projects", | ||
"main": "dist/index.js", | ||
@@ -10,4 +10,9 @@ "author": "Kristián Žuffa <kristian.zuffa@gmail.com>", | ||
"devDependencies": { | ||
"@apollo/client": "^3.6.6", | ||
"@types/node": "17.0.35", | ||
"@types/ramda": "^0.28.11", | ||
"graphql-ws": "^5.8.2", | ||
"husky": "8.0.1", | ||
"lint-staged": "13.0.0", | ||
"prettier": "2.6.2", | ||
"typescript": "^4.6.4" | ||
@@ -19,8 +24,16 @@ }, | ||
"dependencies": { | ||
"@apollo/client": "3.6.6", | ||
"ramda": "^0.28.0" | ||
}, | ||
"peerDependencies": { | ||
"@apollo/client": "^3.6.6", | ||
"graphql-ws": "^5.8.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{ts,js}": [ | ||
"./node_modules/.bin/prettier --write" | ||
] | ||
} | ||
} |
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
7024
11
127
3
8
+ Added@apollo/client@3.11.10(transitive)
+ Added@wry/caches@1.0.1(transitive)
+ Added@wry/trie@0.5.0(transitive)
+ Addedgraphql-ws@5.16.0(transitive)
+ Addedoptimism@0.18.1(transitive)
+ Addedrehackt@0.1.0(transitive)
+ Addedresponse-iterator@0.2.6(transitive)
- Removed@apollo/client@3.6.6
- Removed@apollo/client@3.6.6(transitive)
- Removed@wry/context@0.6.1(transitive)
- Removed@wry/trie@0.3.2(transitive)
- Removedoptimism@0.16.2(transitive)