@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.
@@ -18,4 +18,4 @@ exports.cloneElement = crank.cloneElement;
18
18
  exports.createElement = crank.createElement;
19
19
  exports.isElement = crank.isElement;
20
20
  exports.xm = xm.xm;
21
- //# sourceMappingURL=index.cjs.map
21
+ //# sourceMappingURL=mod.cjs.map
package/mod.cjs.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
File without changes
@@ -1,4 +1,4 @@
1
- /// <reference types="index.d.ts" />
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=index.js.map
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-beta.1",
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": "./index.js",
18
- "require": "./index.cjs"
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
- "./index": {
45
- "import": "./index.js",
46
- "require": "./index.cjs"
44
+ "./mod": {
45
+ "import": "./mod.js",
46
+ "require": "./mod.cjs"
47
47
  },
48
- "./index.js": {
49
- "import": "./index.js",
50
- "require": "./index.cjs"
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": "index.cjs",
69
- "module": "index.js",
70
- "types": "index.d.ts",
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":";;"}