Comparing version 0.6.7-rc7 to 0.6.7-rc8
{ | ||
"name": "menhera", | ||
"version": "0.6.7-rc7", | ||
"main": "dist/menhera.js", | ||
"version": "0.6.7-rc8", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "files": [ | ||
"scripts": { | ||
"build": "bili --filename [name].js", | ||
"build": "bili --filename index.js", | ||
"prepublishOnly": "npm run build" | ||
@@ -13,0 +13,0 @@ }, |
@@ -28,3 +28,3 @@ # Menhera | ||
const _ = new Menhera({ | ||
Mhr.$use({ | ||
_hooks: { | ||
@@ -55,2 +55,3 @@ foo: { | ||
}); | ||
``` | ||
@@ -61,3 +62,6 @@ | ||
```js | ||
const _ = new Menhera({ | ||
import Menhera from "menehra"; | ||
mhr.$use({ | ||
_hooks: { | ||
@@ -74,3 +78,3 @@ foo: { | ||
_.$set({ | ||
mhr.$set({ | ||
foo: { | ||
@@ -92,4 +96,4 @@ bar: { | ||
_.$use( | ||
_.$get({ | ||
mhr.$use( | ||
mhr.$get({ | ||
foo: { | ||
@@ -107,4 +111,5 @@ bar: { | ||
); | ||
``` | ||
![getset](./assets/getset.png) |
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
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
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
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
110
21679
732