@modern-js/tailwindcss-generator 0.0.0-nightly-20240228170648 → 0.0.0-nightly-20240301170734
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/index.js +2 -11
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -61748,15 +61748,6 @@ var AppAPI = class {
|
|
|
61748
61748
|
}
|
|
61749
61749
|
};
|
|
61750
61750
|
|
|
61751
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.3/node_modules/@swc/helpers/esm/_define_property.js
|
|
61752
|
-
function _define_property2(obj, key, value) {
|
|
61753
|
-
if (key in obj) {
|
|
61754
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
61755
|
-
} else
|
|
61756
|
-
obj[key] = value;
|
|
61757
|
-
return obj;
|
|
61758
|
-
}
|
|
61759
|
-
|
|
61760
61751
|
// ../../../cli/plugin-i18n/dist/esm-node/index.js
|
|
61761
61752
|
var import_lodash7 = require("@modern-js/utils/lodash");
|
|
61762
61753
|
|
|
@@ -61815,8 +61806,8 @@ var I18n2 = class {
|
|
|
61815
61806
|
};
|
|
61816
61807
|
}
|
|
61817
61808
|
constructor() {
|
|
61818
|
-
|
|
61819
|
-
|
|
61809
|
+
this.language = "en";
|
|
61810
|
+
this.languageMap = {};
|
|
61820
61811
|
}
|
|
61821
61812
|
};
|
|
61822
61813
|
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-nightly-
|
|
18
|
+
"version": "0.0.0-nightly-20240301170734",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "0.0.0-nightly-
|
|
26
|
+
"@modern-js/utils": "0.0.0-nightly-20240301170734"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.5",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/generator
|
|
36
|
-
"@
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@scripts/
|
|
39
|
-
"@
|
|
35
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20240301170734",
|
|
36
|
+
"@modern-js/generator-common": "0.0.0-nightly-20240301170734",
|
|
37
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20240301170734",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-nightly-20240301170734",
|
|
39
|
+
"@scripts/build": "0.0.0-nightly-20240301170734"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"publishConfig": {
|