@modern-js/tailwindcss-generator 3.1.15 → 3.1.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +9 -13
- package/package.json +6 -7
package/dist/index.js
CHANGED
@@ -99160,6 +99160,15 @@ var AppAPI = /* @__PURE__ */ function() {
|
|
99160
99160
|
return AppAPI2;
|
99161
99161
|
}();
|
99162
99162
|
|
99163
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.1/node_modules/@swc/helpers/esm/_define_property.js
|
99164
|
+
function _define_property13(obj, key, value) {
|
99165
|
+
if (key in obj) {
|
99166
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
99167
|
+
} else
|
99168
|
+
obj[key] = value;
|
99169
|
+
return obj;
|
99170
|
+
}
|
99171
|
+
|
99163
99172
|
// ../../../cli/plugin-i18n/dist/esm-node/index.js
|
99164
99173
|
var import_lodash8 = __toESM(require_lodash3());
|
99165
99174
|
|
@@ -99178,19 +99187,6 @@ function getObjKeyMap2(obj, prefix = "") {
|
|
99178
99187
|
}
|
99179
99188
|
|
99180
99189
|
// ../../../cli/plugin-i18n/dist/esm-node/index.js
|
99181
|
-
function _define_property13(obj, key, value) {
|
99182
|
-
if (key in obj) {
|
99183
|
-
Object.defineProperty(obj, key, {
|
99184
|
-
value,
|
99185
|
-
enumerable: true,
|
99186
|
-
configurable: true,
|
99187
|
-
writable: true
|
99188
|
-
});
|
99189
|
-
} else {
|
99190
|
-
obj[key] = value;
|
99191
|
-
}
|
99192
|
-
return obj;
|
99193
|
-
}
|
99194
99190
|
var I18n2 = class {
|
99195
99191
|
format(msg, vars) {
|
99196
99192
|
return msg.replace(/\{(\w+)\}/g, (_match, capture) => Object.prototype.hasOwnProperty.call(vars, capture) ? vars[capture] : capture);
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "3.1.
|
18
|
+
"version": "3.1.17",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"main": "./dist/index.js",
|
21
21
|
"files": [
|
@@ -23,18 +23,17 @@
|
|
23
23
|
"/dist/index.js"
|
24
24
|
],
|
25
25
|
"devDependencies": {
|
26
|
-
"@babel/runtime": "^7.18.0",
|
27
26
|
"@modern-js/codesmith": "2.2.0",
|
28
27
|
"@modern-js/codesmith-api-app": "2.2.0",
|
29
28
|
"@types/jest": "^29",
|
30
29
|
"@types/node": "^14",
|
31
30
|
"jest": "^29",
|
32
31
|
"typescript": "^4",
|
33
|
-
"@modern-js/dependence-generator": "3.1.
|
34
|
-
"@modern-js/generator-common": "3.1.
|
35
|
-
"@modern-js/generator-utils": "3.1.
|
36
|
-
"@scripts/build": "2.
|
37
|
-
"@scripts/jest-config": "2.
|
32
|
+
"@modern-js/dependence-generator": "3.1.17",
|
33
|
+
"@modern-js/generator-common": "3.1.17",
|
34
|
+
"@modern-js/generator-utils": "3.1.17",
|
35
|
+
"@scripts/build": "2.20.0",
|
36
|
+
"@scripts/jest-config": "2.20.0"
|
38
37
|
},
|
39
38
|
"sideEffects": false,
|
40
39
|
"publishConfig": {
|