@symbo.ls/scratch 2.11.133 → 2.11.169
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/dist/cjs/factory.js +4 -4
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/set.js +4 -4
- package/dist/cjs/system/color.js +4 -4
- package/dist/cjs/system/document.js +4 -4
- package/dist/cjs/system/font.js +4 -4
- package/dist/cjs/system/index.js +4 -4
- package/dist/cjs/system/reset.js +4 -4
- package/dist/cjs/system/spacing.js +4 -4
- package/dist/cjs/system/svg.js +4 -4
- package/dist/cjs/system/theme.js +4 -4
- package/dist/cjs/system/timing.js +4 -4
- package/dist/cjs/system/typography.js +4 -4
- package/dist/cjs/transforms/index.js +4 -4
- package/dist/cjs/utils/color.js +4 -4
- package/dist/cjs/utils/index.js +4 -4
- package/dist/cjs/utils/sequence.js +4 -4
- package/dist/cjs/utils/sprite.js +4 -4
- package/dist/cjs/utils/var.js +4 -4
- package/package.json +3 -3
package/dist/cjs/factory.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -89,11 +89,11 @@ var require_key = __commonJS({
|
|
|
89
89
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
90
90
|
var key_exports = {};
|
|
91
91
|
__export2(key_exports, {
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
createSnapshotId: () => createSnapshotId,
|
|
93
|
+
generateKey: () => generateKey
|
|
94
94
|
});
|
|
95
95
|
module2.exports = __toCommonJS2(key_exports);
|
|
96
|
-
var
|
|
96
|
+
var generateKey = function() {
|
|
97
97
|
let index = 0;
|
|
98
98
|
function newId() {
|
|
99
99
|
index++;
|
|
@@ -101,7 +101,7 @@ var require_key = __commonJS({
|
|
|
101
101
|
}
|
|
102
102
|
return newId;
|
|
103
103
|
}();
|
|
104
|
-
var createSnapshotId =
|
|
104
|
+
var createSnapshotId = generateKey;
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
107
|
|
package/dist/cjs/set.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/system/color.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/system/font.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/system/index.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/system/reset.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/system/svg.js
CHANGED
|
@@ -89,11 +89,11 @@ var require_key = __commonJS({
|
|
|
89
89
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
90
90
|
var key_exports = {};
|
|
91
91
|
__export2(key_exports, {
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
createSnapshotId: () => createSnapshotId,
|
|
93
|
+
generateKey: () => generateKey
|
|
94
94
|
});
|
|
95
95
|
module2.exports = __toCommonJS2(key_exports);
|
|
96
|
-
var
|
|
96
|
+
var generateKey = function() {
|
|
97
97
|
let index = 0;
|
|
98
98
|
function newId() {
|
|
99
99
|
index++;
|
|
@@ -101,7 +101,7 @@ var require_key = __commonJS({
|
|
|
101
101
|
}
|
|
102
102
|
return newId;
|
|
103
103
|
}();
|
|
104
|
-
var createSnapshotId =
|
|
104
|
+
var createSnapshotId = generateKey;
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
107
|
|
package/dist/cjs/system/theme.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/utils/color.js
CHANGED
|
@@ -89,11 +89,11 @@ var require_key = __commonJS({
|
|
|
89
89
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
90
90
|
var key_exports = {};
|
|
91
91
|
__export2(key_exports, {
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
createSnapshotId: () => createSnapshotId,
|
|
93
|
+
generateKey: () => generateKey
|
|
94
94
|
});
|
|
95
95
|
module2.exports = __toCommonJS2(key_exports);
|
|
96
|
-
var
|
|
96
|
+
var generateKey = function() {
|
|
97
97
|
let index = 0;
|
|
98
98
|
function newId() {
|
|
99
99
|
index++;
|
|
@@ -101,7 +101,7 @@ var require_key = __commonJS({
|
|
|
101
101
|
}
|
|
102
102
|
return newId;
|
|
103
103
|
}();
|
|
104
|
-
var createSnapshotId =
|
|
104
|
+
var createSnapshotId = generateKey;
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
107
|
|
package/dist/cjs/utils/index.js
CHANGED
|
@@ -89,11 +89,11 @@ var require_key = __commonJS({
|
|
|
89
89
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
90
90
|
var key_exports = {};
|
|
91
91
|
__export2(key_exports, {
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
createSnapshotId: () => createSnapshotId,
|
|
93
|
+
generateKey: () => generateKey
|
|
94
94
|
});
|
|
95
95
|
module2.exports = __toCommonJS2(key_exports);
|
|
96
|
-
var
|
|
96
|
+
var generateKey = function() {
|
|
97
97
|
let index = 0;
|
|
98
98
|
function newId() {
|
|
99
99
|
index++;
|
|
@@ -101,7 +101,7 @@ var require_key = __commonJS({
|
|
|
101
101
|
}
|
|
102
102
|
return newId;
|
|
103
103
|
}();
|
|
104
|
-
var createSnapshotId =
|
|
104
|
+
var createSnapshotId = generateKey;
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
107
|
|
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/utils/sprite.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/dist/cjs/utils/var.js
CHANGED
|
@@ -53,11 +53,11 @@ var require_key = __commonJS({
|
|
|
53
53
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
54
54
|
var key_exports = {};
|
|
55
55
|
__export2(key_exports, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
createSnapshotId: () => createSnapshotId,
|
|
57
|
+
generateKey: () => generateKey
|
|
58
58
|
});
|
|
59
59
|
module2.exports = __toCommonJS2(key_exports);
|
|
60
|
-
var
|
|
60
|
+
var generateKey = function() {
|
|
61
61
|
let index = 0;
|
|
62
62
|
function newId() {
|
|
63
63
|
index++;
|
|
@@ -65,7 +65,7 @@ var require_key = __commonJS({
|
|
|
65
65
|
}
|
|
66
66
|
return newId;
|
|
67
67
|
}();
|
|
68
|
-
var createSnapshotId =
|
|
68
|
+
var createSnapshotId = generateKey;
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@symbo.ls/scratch",
|
|
3
3
|
"description": "Φ / CSS framework and methodology.",
|
|
4
4
|
"author": "symbo.ls",
|
|
5
|
-
"version": "2.11.
|
|
5
|
+
"version": "2.11.169",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"build:cjs": "npx esbuild ./src/*.js ./src/**/*.js --target=node16 --format=cjs --outdir=dist/cjs --bundle",
|
|
23
23
|
"build:iife": "npx esbuild ./src/index.js --target=es2020 --format=iife --outdir=dist/iife --bundle --minify",
|
|
24
24
|
"build": "yarn build:cjs",
|
|
25
|
-
"prepublish": "rimraf -I dist && yarn build && yarn copy:package:cjs"
|
|
25
|
+
"prepublish": "npx rimraf -I dist && yarn build && yarn copy:package:cjs"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@domql/utils": "latest",
|
|
29
29
|
"@symbo.ls/utils": "latest",
|
|
30
30
|
"color-contrast-checker": "^1.5.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "65302965d0fc7e3c4342d5d4c4f2b4333af756a5"
|
|
33
33
|
}
|