Added LICENSE
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "Elastic-2.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@rythazhur/mizan",
|
||||
"version": "0.1.1",
|
||||
"license": "Elastic-2.0",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "mizan-rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Mizan client kernel — Rust port of @mizan/base. Context registry, fetch/call, merge, invalidation, error envelope parsing. Same wire as the TS / Vue / Svelte clients."
|
||||
license = "MIT"
|
||||
license = "Elastic-2.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"svelte": ">=4",
|
||||
"@mizan/base": ">=0.1.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "Elastic-2.0"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"@mizan/base": "*",
|
||||
"@tauri-apps/api": "^2"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "Elastic-2.0"
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"vue": ">=3",
|
||||
"@mizan/base": ">=0.1.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "Elastic-2.0"
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "Elastic-2.0"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"peerDependencies": {
|
||||
"@mizan/base": "*"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "Elastic-2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user