static-columns 21.0.8 → 21.0.10
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/browser/package.json +7 -4
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/column/index.js +2 -2
- package/lib/columns-gap/index.js +2 -2
- package/package.json +1 -1
- package/websql/package.json +7 -4
package/browser/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns/browser",
|
|
3
|
-
"version": "21.0.
|
|
4
|
-
"module": "
|
|
3
|
+
"version": "21.0.10",
|
|
4
|
+
"module": "types/static-columns-browser.d.ts",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"exports": {
|
|
7
|
+
"./package.json": {
|
|
8
|
+
"default": "./package.json"
|
|
9
|
+
},
|
|
7
10
|
".": {
|
|
8
|
-
"types": "./
|
|
9
|
-
"default": "./fesm2022/static-columns.mjs"
|
|
11
|
+
"types": "./types/static-columns-browser.d.ts",
|
|
12
|
+
"default": "./fesm2022/static-columns-browser.mjs"
|
|
10
13
|
}
|
|
11
14
|
},
|
|
12
15
|
"sideEffects": false
|
|
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'static-columns';
|
|
|
21
21
|
/**
|
|
22
22
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
23
|
*/
|
|
24
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.10';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,mCAAmC,CAAC;AAC1D;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,gBAAgB,CAAC;AACjD;;GAEG;AACU,QAAA,uBAAuB,GAAG,
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,mCAAmC,CAAC;AAC1D;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,gBAAgB,CAAC;AACjD;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
|
package/lib/column/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766531273944 = dummy1766531273944;
|
|
4
|
+
function dummy1766531273944() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/lib/columns-gap/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766531273968 = dummy1766531273968;
|
|
4
|
+
function dummy1766531273968() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/websql/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns/websql",
|
|
3
|
-
"version": "21.0.
|
|
4
|
-
"module": "
|
|
3
|
+
"version": "21.0.10",
|
|
4
|
+
"module": "types/static-columns-websql.d.ts",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"exports": {
|
|
7
|
+
"./package.json": {
|
|
8
|
+
"default": "./package.json"
|
|
9
|
+
},
|
|
7
10
|
".": {
|
|
8
|
-
"types": "./
|
|
9
|
-
"default": "./fesm2022/static-columns.mjs"
|
|
11
|
+
"types": "./types/static-columns-websql.d.ts",
|
|
12
|
+
"default": "./fesm2022/static-columns-websql.mjs"
|
|
10
13
|
}
|
|
11
14
|
},
|
|
12
15
|
"sideEffects": false
|