@modern-js/create 1.0.0-rc.3 → 1.0.0-rc.4
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/js/node/main.js +15 -1
- package/package.json +6 -6
package/dist/js/node/main.js
CHANGED
|
@@ -215264,6 +215264,9 @@ const INTERNAL_PLUGINS = {
|
|
|
215264
215264
|
},
|
|
215265
215265
|
'@modern-js/plugin-jarvis': {
|
|
215266
215266
|
cli: '@modern-js/plugin-jarvis/cli'
|
|
215267
|
+
},
|
|
215268
|
+
'@modern-js/plugin-tailwind': {
|
|
215269
|
+
cli: '@modern-js/plugin-tailwind/cli'
|
|
215267
215270
|
}
|
|
215268
215271
|
};
|
|
215269
215272
|
/**
|
|
@@ -215325,6 +215328,17 @@ const PLUGIN_SCHEMAS = {
|
|
|
215325
215328
|
typeof: ['object', 'function']
|
|
215326
215329
|
}
|
|
215327
215330
|
}],
|
|
215331
|
+
'@modern-js/plugin-tailwind': [{
|
|
215332
|
+
target: 'tools.tailwind',
|
|
215333
|
+
schema: {
|
|
215334
|
+
typeof: ['object', 'function']
|
|
215335
|
+
}
|
|
215336
|
+
}, {
|
|
215337
|
+
target: 'source.designSystem',
|
|
215338
|
+
schema: {
|
|
215339
|
+
typeof: ['object']
|
|
215340
|
+
}
|
|
215341
|
+
}],
|
|
215328
215342
|
'@modern-js/plugin-proxy': [{
|
|
215329
215343
|
target: 'dev.proxy',
|
|
215330
215344
|
schema: {
|
|
@@ -227013,7 +227027,7 @@ module.exports = __webpack_require__(85429).YAML
|
|
|
227013
227027
|
/***/ ((module) => {
|
|
227014
227028
|
|
|
227015
227029
|
"use strict";
|
|
227016
|
-
module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}');
|
|
227030
|
+
module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}],"publicCnfig":{"registry":"https://registry.npmjs.org/","access":"public"}}');
|
|
227017
227031
|
|
|
227018
227032
|
/***/ }),
|
|
227019
227033
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modern-js/create",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.4",
|
|
4
4
|
"jsnext:source": "./src/index.ts",
|
|
5
5
|
"types": "./dist/types/index.d.ts",
|
|
6
6
|
"main": "./dist/js/node/main.js",
|
|
7
7
|
"module": "./dist/js/treeshaking/index.js",
|
|
8
8
|
"jsnext:modern": "./dist/js/modern/index.js",
|
|
9
9
|
"bin": {
|
|
10
|
-
"create
|
|
10
|
+
"create": "./bin/run"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"/bin",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@modern-js/codesmith-tools": "^1.0.0-rc.14",
|
|
29
29
|
"@modern-js/module-tools": "^1.0.0-rc.3",
|
|
30
30
|
"@modern-js/plugin-testing": "^1.0.0-rc.3",
|
|
31
|
-
"@modern-js/i18n-cli-language-detector": "^1.0.0-rc.
|
|
32
|
-
"@modern-js/plugin-i18n": "^1.0.0-rc.
|
|
33
|
-
"@modern-js/repo-generator": "^1.0.0-rc.
|
|
34
|
-
"@modern-js/utils": "^1.0.0-rc.
|
|
31
|
+
"@modern-js/i18n-cli-language-detector": "^1.0.0-rc.4",
|
|
32
|
+
"@modern-js/plugin-i18n": "^1.0.0-rc.4",
|
|
33
|
+
"@modern-js/repo-generator": "^1.0.0-rc.4",
|
|
34
|
+
"@modern-js/utils": "^1.0.0-rc.4",
|
|
35
35
|
"@types/jest": "^26",
|
|
36
36
|
"@types/node": "^14",
|
|
37
37
|
"@types/react": "^17",
|