@markii/bundle 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @markii/bundle
|
|
2
2
|
|
|
3
|
-
Bundle (`.mkz`) storage and policy handling for [Markii](https://github.com/
|
|
3
|
+
Bundle (`.mkz`) storage and policy handling for [Markii](https://github.com/markii-org/markii): manifest parsing/validation, a bundle-relative path-jail, the zip storage form (via `fflate`), a Node-only directory storage form (`./fs` subpath), and a capability-restricted script view. No React, no markdown parsing.
|
|
4
4
|
|
|
5
5
|
The legacy `.mkbundle` extension is still recognized for one more release; new bundles are always written as `.mkz`.
|
|
6
6
|
|
|
7
|
-
See the [repository](https://github.com/
|
|
7
|
+
See the [repository](https://github.com/markii-org/markii) for the format spec and the reference library as a whole.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markii/bundle",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "Bundle (.mkz, formerly .mkbundle) storage and policy layer for Markii: manifest handling, the bundle-relative path-jail, zip (fflate) and Node directory storage forms, and a capability-restricted script view. No React, no parsing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"author": "sadigaxund",
|
|
15
|
-
"homepage": "https://github.com/
|
|
16
|
-
"bugs": "https://github.com/
|
|
15
|
+
"homepage": "https://github.com/markii-org/markii#readme",
|
|
16
|
+
"bugs": "https://github.com/markii-org/markii/issues",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/markii-org/markii.git",
|
|
20
20
|
"directory": "packages/markii-bundle"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|