@decaf-ts/for-nano 0.2.14 → 0.2.15
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/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/esm/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export * from "./adapter";
|
|
|
13
13
|
* @const VERSION
|
|
14
14
|
* @memberOf module:for-nano
|
|
15
15
|
*/
|
|
16
|
-
export declare const VERSION = "0.2.
|
|
16
|
+
export declare const VERSION = "0.2.14";
|
|
17
17
|
/**
|
|
18
18
|
* @description Package version identifier
|
|
19
19
|
* @summary Stores the current package version string for the for-nano module
|
package/lib/esm/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export * from "./adapter.js";
|
|
|
18
18
|
* @const VERSION
|
|
19
19
|
* @memberOf module:for-nano
|
|
20
20
|
*/
|
|
21
|
-
export const VERSION = "0.2.
|
|
21
|
+
export const VERSION = "0.2.14";
|
|
22
22
|
/**
|
|
23
23
|
* @description Package version identifier
|
|
24
24
|
* @summary Stores the current package version string for the for-nano module
|
package/lib/index.cjs
CHANGED
|
@@ -35,7 +35,7 @@ __exportStar(require("./adapter.cjs"), exports);
|
|
|
35
35
|
* @const VERSION
|
|
36
36
|
* @memberOf module:for-nano
|
|
37
37
|
*/
|
|
38
|
-
exports.VERSION = "0.2.
|
|
38
|
+
exports.VERSION = "0.2.14";
|
|
39
39
|
/**
|
|
40
40
|
* @description Package version identifier
|
|
41
41
|
* @summary Stores the current package version string for the for-nano module
|
package/lib/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export * from "./adapter";
|
|
|
13
13
|
* @const VERSION
|
|
14
14
|
* @memberOf module:for-nano
|
|
15
15
|
*/
|
|
16
|
-
export declare const VERSION = "0.2.
|
|
16
|
+
export declare const VERSION = "0.2.14";
|
|
17
17
|
/**
|
|
18
18
|
* @description Package version identifier
|
|
19
19
|
* @summary Stores the current package version string for the for-nano module
|