@db-ux/core-migration 1.0.0-test-13b991d → 1.0.0
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/build/index.js +80 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -372,6 +372,86 @@ var v007_v100 = [
|
|
|
372
372
|
files: "",
|
|
373
373
|
from: /variant="basic"/g,
|
|
374
374
|
to: 'showArrow="false"'
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
files: "",
|
|
378
|
+
from: /"@db-ui\/migration": "0.7.4"/g,
|
|
379
|
+
to: '"@db-ux/core-migration": "1.0.0"'
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
files: "",
|
|
383
|
+
from: /@db-ui\/migration/g,
|
|
384
|
+
to: "@db-ux/core-migration"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
files: "",
|
|
388
|
+
from: /"@db-ui\/stylelint": "0.7.4"/g,
|
|
389
|
+
to: '"@db-ux/core-stylelint": "1.0.0"'
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
files: "",
|
|
393
|
+
from: /@db-ui\/stylelint/g,
|
|
394
|
+
to: "@db-ux/core-stylelint"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
files: "",
|
|
398
|
+
from: /"@db-ui\/foundations": "0.7.4"/g,
|
|
399
|
+
to: '"@db-ux/core-foundations": "1.0.0"'
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
files: "",
|
|
403
|
+
from: /@db-ui\/foundations/g,
|
|
404
|
+
to: "@db-ux/core-foundations"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
files: "",
|
|
408
|
+
from: /"@db-ui\/components": "0.7.4"/g,
|
|
409
|
+
to: '"@db-ux/core-components": "1.0.0"'
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
files: "",
|
|
413
|
+
from: /@db-ui\/components/g,
|
|
414
|
+
to: "@db-ux/core-components"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
files: "",
|
|
418
|
+
from: /"@db-ui\/ngx-components": "0.7.4"/g,
|
|
419
|
+
to: '"@db-ux/ngx-core-components": "1.0.0"'
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
files: "",
|
|
423
|
+
from: /@db-ui\/ngx-components/g,
|
|
424
|
+
to: "@db-ux/ngx-core-components"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
files: "",
|
|
428
|
+
from: /"@db-ui\/react-components": "0.7.4"/g,
|
|
429
|
+
to: '"@db-ux/react-core-components": "1.0.0"'
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
files: "",
|
|
433
|
+
from: /@db-ui\/react-components/g,
|
|
434
|
+
to: "@db-ux/react-core-components"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
files: "",
|
|
438
|
+
from: /"@db-ui\/v-components": "0.7.4"/g,
|
|
439
|
+
to: '"@db-ux/v-core-components": "1.0.0"'
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
files: "",
|
|
443
|
+
from: /@db-ui\/v-components/g,
|
|
444
|
+
to: "@db-ux/v-core-components"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
files: "",
|
|
448
|
+
from: /"@db-ui\/web-components": "0.7.4"/g,
|
|
449
|
+
to: '"@db-ux/wc-core-components": "1.0.0"'
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
files: "",
|
|
453
|
+
from: /@db-ui\/web-components/g,
|
|
454
|
+
to: "@db-ux/wc-core-components"
|
|
375
455
|
}
|
|
376
456
|
];
|
|
377
457
|
|
package/package.json
CHANGED