@browser-storage/core
Advanced tools
Comparing version 0.0.1-alpha.16 to 0.0.1-beta.0
{ | ||
"name": "@browser-storage/core", | ||
"version": "0.0.1-alpha.16", | ||
"version": "0.0.1-beta.0", | ||
"description": "Browser storage core", | ||
"source": "pkg/dist-src/index.js", | ||
"types": "pkg/dist-types/index.d.ts", | ||
"main": "pkg/dist-node/index.js", | ||
"module": "pkg/dist-web/index.js", | ||
"keywords": [ | ||
"browser", | ||
"storage", | ||
"async", | ||
"storage", | ||
"core" | ||
"browser-storeage", | ||
"localstorage", | ||
"sessionstorage", | ||
"websql", | ||
"indexeddb" | ||
], | ||
"author": "Igor Katsuba <ikatsuba@swiftcom.uk>", | ||
"author": "IKatsuba <katsuba.igor@gmail.com>", | ||
"homepage": "https://github.com/browser-storage/browser-storage/tree/master/packages/core#readme", | ||
"license": "MIT", | ||
"main": "dist/bundle.js", | ||
"directories": { | ||
"src": "src" | ||
"src": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"src" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"typings": "./index.d.ts", | ||
"files": [ | ||
"index.d.ts", | ||
"src/**/*.d.ts", | ||
"dist/*" | ||
], | ||
"repository": { | ||
@@ -34,9 +36,28 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"build": "pack build" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/browser-storage/browser-storage/issues" | ||
}, | ||
"gitHead": "3108033d304a419fc197e232667022975c4d3b97", | ||
"dependencies": { | ||
"@browser-storage/typings": "^0.0.1-alpha.16" | ||
} | ||
"@browser-storage/typings": "^0.0.1-beta.0" | ||
}, | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-ts-standard-pkg" | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
] | ||
] | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.3.3333" | ||
}, | ||
"gitHead": "e89a14f4094c6cf3d98fa1998afd83cd6c3f8bc2" | ||
} |
# `@browser-storage/core` | ||
>The tool is in deep alpha and is not intended for use in production. | ||
>[More info](https://github.com/browser-storage/browser-storage) | ||
>[More info](https://github.com/browser-storage/browser-storage) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52530
22
1492
5
1
1