wenay-common 1.0.12 → 1.0.13

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/lib/index.d.ts CHANGED
@@ -1 +1,3 @@
1
+ export * as color from "./Common/Color";
2
+ export { CListNodeAnd, iListNodeMini } from "./Common/ListNodeAnd";
1
3
  export declare function test(): void;
package/lib/index.js CHANGED
@@ -1,7 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.test = void 0;
3
+ exports.test = exports.CListNodeAnd = exports.color = void 0;
4
4
  const ListNodeAnd_1 = require("./Common/ListNodeAnd");
5
+ exports.color = require("./Common/Color");
6
+ var ListNodeAnd_2 = require("./Common/ListNodeAnd");
7
+ Object.defineProperty(exports, "CListNodeAnd", { enumerable: true, get: function () { return ListNodeAnd_2.CListNodeAnd; } });
5
8
  function test() {
6
9
  const tt = new ListNodeAnd_1.CListNodeAnd();
7
10
  console.log("test");
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AASA,sDAAkD;AAgBlD,SAAgB,IAAI;IAChB,MAAM,EAAE,GAAG,IAAI,0BAAY,EAAE,CAAA;IAC7B,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACpB,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAA;AAC1B,CAAC;AAJD,oBAIC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AASA,sDAAiE;AAejE,0CAAwC;AAExC,oDAAiE;AAAzD,2GAAA,YAAY,OAAA;AAEpB,SAAgB,IAAI;IAChB,MAAM,EAAE,GAAG,IAAI,0BAAY,EAAE,CAAA;IAC7B,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACpB,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAA;AAC1B,CAAC;AAJD,oBAIC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenay-common",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "math math math",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",