static-columns 19.0.47 → 19.0.48
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 +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/column/index.js +2 -2
- package/lib/columns-gap/index.js +2 -2
- package/package.json +1 -1
- package/tmp-environment.json +11 -7
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
|
@@ -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 = '19.0.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.48';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
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.dummy1755815220531 = dummy1755815220531;
|
|
4
|
+
function dummy1755815220531() { }
|
|
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.dummy1755815220547 = dummy1755815220547;
|
|
4
|
+
function dummy1755815220547() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
},
|
|
6
6
|
"paths": {},
|
|
7
7
|
"config": {},
|
|
8
|
-
"container": {
|
|
9
|
-
"only": []
|
|
10
|
-
},
|
|
8
|
+
"container": {},
|
|
11
9
|
"ports": {},
|
|
12
10
|
"init": {},
|
|
13
11
|
"build": {
|
|
14
|
-
"pwa": {}
|
|
12
|
+
"pwa": {},
|
|
13
|
+
"watch": false
|
|
15
14
|
},
|
|
16
15
|
"loading": {
|
|
17
16
|
"preAngularBootstrap": {},
|
|
@@ -20,12 +19,17 @@
|
|
|
20
19
|
"release": {
|
|
21
20
|
"cli": {},
|
|
22
21
|
"lib": {},
|
|
23
|
-
"
|
|
22
|
+
"autoReleaseUsingConfig": true,
|
|
23
|
+
"releaseVersionBumpType": "patch",
|
|
24
|
+
"releaseType": "manual",
|
|
25
|
+
"targetArtifact": "npm-lib-and-cli-tool",
|
|
26
|
+
"envName": "__",
|
|
27
|
+
"resolvedNewVersion": "19.0.10"
|
|
24
28
|
},
|
|
25
29
|
"copyToManager": {},
|
|
26
30
|
"buildInfo": {
|
|
27
|
-
"date": "2025-05-
|
|
28
|
-
"hash": "
|
|
31
|
+
"date": "2025-05-15T11:00:20.000Z",
|
|
32
|
+
"hash": "5db4a3bd42d806a8b615171a6f8bcd1d7aadb8a3"
|
|
29
33
|
},
|
|
30
34
|
"currentProjectName": "static-columns",
|
|
31
35
|
"currentProjectType": "isomorphic-lib",
|