maishu-chitu-react
Advanced tools
Comparing version 1.2.4 to 1.2.6
/* | ||
* CHITU v1.2.4 | ||
* maishu-chitu-react v1.2.6 | ||
* https://github.com/ansiboy/chitu-react | ||
@@ -10,3 +10,3 @@ * | ||
*/ | ||
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.chitu_react = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.maishuChituReact = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
"use strict"; | ||
@@ -13,0 +13,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { |
@@ -11,3 +11,3 @@ let node_modules = 'node_modules' | ||
/* | ||
* CHITU v${pkg.version} | ||
* ${pkg.name} v${pkg.version} | ||
* https://github.com/ansiboy/chitu-react | ||
@@ -30,3 +30,3 @@ * | ||
browserifyOptions: { | ||
standalone: 'chitu_react', | ||
standalone: pkg.name, | ||
}, | ||
@@ -37,10 +37,2 @@ external: ['react', 'react-dom', 'maishu-chitu'], | ||
}, | ||
// copy: { | ||
// dist: { | ||
// files: [ | ||
// // includes files within path | ||
// { expand: true, cwd: 'out', src: ['**/*.d.ts'], dest: 'dist/', filter: 'isFile' }, | ||
// ] | ||
// } | ||
// }, | ||
shell: { | ||
@@ -47,0 +39,0 @@ src: { |
{ | ||
"name": "maishu-chitu-react", | ||
"version": "1.2.4", | ||
"version": "1.2.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
322078
1271