@b9g/crank 0.5.0-beta.1 → 0.5.0-debug.0
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/{index.cjs → mod.cjs} +1 -1
- package/mod.cjs.map +1 -0
- package/{index.d.ts → mod.d.ts} +0 -0
- package/{index.js → mod.js} +2 -2
- package/mod.js.map +1 -0
- package/package.json +13 -13
- package/index.cjs.map +0 -1
- package/index.js.map +0 -1
package/{index.cjs → mod.cjs}
RENAMED
package/mod.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|
package/{index.d.ts → mod.d.ts}
RENAMED
|
File without changes
|
package/{index.js → mod.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="
|
|
1
|
+
/// <reference types="mod.d.ts" />
|
|
2
2
|
export { Context, Copy, Element, Fragment, Portal, Raw, Renderer, cloneElement, createElement, isElement } from './crank.js';
|
|
3
3
|
export { xm } from './xm.js';
|
|
4
|
-
//# sourceMappingURL=
|
|
4
|
+
//# sourceMappingURL=mod.js.map
|
package/mod.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@b9g/crank",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-debug.0",
|
|
4
4
|
"description": "Write JSX-driven components with functions, promises and generators.",
|
|
5
5
|
"homepage": "https://crank.js.org",
|
|
6
6
|
"bugs": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
|
-
"import": "./
|
|
18
|
-
"require": "./
|
|
17
|
+
"import": "./mod.js",
|
|
18
|
+
"require": "./mod.cjs"
|
|
19
19
|
},
|
|
20
20
|
"./crank": {
|
|
21
21
|
"import": "./crank.js",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"import": "./html.js",
|
|
42
42
|
"require": "./html.cjs"
|
|
43
43
|
},
|
|
44
|
-
"./
|
|
45
|
-
"import": "./
|
|
46
|
-
"require": "./
|
|
44
|
+
"./mod": {
|
|
45
|
+
"import": "./mod.js",
|
|
46
|
+
"require": "./mod.cjs"
|
|
47
47
|
},
|
|
48
|
-
"./
|
|
49
|
-
"import": "./
|
|
50
|
-
"require": "./
|
|
48
|
+
"./mod.js": {
|
|
49
|
+
"import": "./mod.js",
|
|
50
|
+
"require": "./mod.cjs"
|
|
51
51
|
},
|
|
52
52
|
"./package.json": "./package.json",
|
|
53
53
|
"./xm": {
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"require": "./umd.js"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"main": "
|
|
69
|
-
"module": "
|
|
70
|
-
"types": "
|
|
68
|
+
"main": "mod.cjs",
|
|
69
|
+
"module": "mod.js",
|
|
70
|
+
"types": "mod.d.ts",
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@arkweid/lefthook": "^0.7.7",
|
|
73
73
|
"@types/sinon": "^10.0.12",
|
|
@@ -91,4 +91,4 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
}
|
|
94
|
-
}
|
|
94
|
+
}
|
package/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|