@donmahallem/rollup-config 4.1.33 → 4.1.35
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.
|
@@ -7,7 +7,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
8
|
};
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.setupReplacePlugin =
|
|
10
|
+
exports.setupReplacePlugin = setupReplacePlugin;
|
|
11
11
|
const plugin_replace_1 = __importDefault(require("@rollup/plugin-replace"));
|
|
12
12
|
/**
|
|
13
13
|
* @param {IPartialConfig} pkg package.json to use
|
|
@@ -20,5 +20,4 @@ function setupReplacePlugin(pkg) {
|
|
|
20
20
|
preventAssignment: true,
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
|
-
exports.setupReplacePlugin = setupReplacePlugin;
|
|
24
23
|
//# sourceMappingURL=replace-config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace-config.js","sourceRoot":"","sources":["../../src/replace-config.ts"],"names":[],"mappings":";AAAA;;;GAGG
|
|
1
|
+
{"version":3,"file":"replace-config.js","sourceRoot":"","sources":["../../src/replace-config.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;AASH,gDAOC;AAdD,4EAA4D;AAI5D;;GAEG;AACH,SAAgB,kBAAkB,CAAC,GAAoB;IACnD,OAAO,IAAA,wBAAO,EAAC;QACX,cAAc,EAAE,GAAW,EAAE,CAAC,IAAI,IAAI,EAAE,CAAC,QAAQ,EAAE;QACnD,sBAAsB,EAAE,GAAG,CAAC,IAAI;QAChC,iBAAiB,EAAE,GAAG,CAAC,OAAO;QAC9B,iBAAiB,EAAE,IAAI;KAC1B,CAAC,CAAC;AACP,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@donmahallem/rollup-config",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.35",
|
|
4
4
|
"description": "My Rollup config. Use at your own risk!",
|
|
5
5
|
"exports": {
|
|
6
6
|
"import": "./dist/esm/index.js",
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
"@semantic-release/changelog": "6.0.3",
|
|
57
57
|
"@semantic-release/git": "10.0.1",
|
|
58
58
|
"@types/chai": "4.3.16",
|
|
59
|
-
"@types/mocha": "10.0.
|
|
60
|
-
"@types/node": "20.14.
|
|
61
|
-
"c8": "
|
|
59
|
+
"@types/mocha": "10.0.7",
|
|
60
|
+
"@types/node": "20.14.11",
|
|
61
|
+
"c8": "10.1.2",
|
|
62
62
|
"chai": "5.1.1",
|
|
63
63
|
"colors": "1.4.0",
|
|
64
64
|
"eslint": "8.57.0",
|
|
65
|
-
"mocha": "10.
|
|
66
|
-
"nyc": "
|
|
67
|
-
"prettier": "3.3.
|
|
65
|
+
"mocha": "10.6.0",
|
|
66
|
+
"nyc": "17.0.0",
|
|
67
|
+
"prettier": "3.3.3",
|
|
68
68
|
"semantic-release": "24.0.0",
|
|
69
69
|
"ts-node": "10.9.2",
|
|
70
70
|
"tslib": "2.6.3",
|
|
71
|
-
"typedoc": "0.
|
|
72
|
-
"typescript": "5.
|
|
71
|
+
"typedoc": "0.26.4",
|
|
72
|
+
"typescript": "5.5.3"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@rollup/plugin-commonjs": "~26.0.1",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@rollup/plugin-node-resolve": "~15.2.3",
|
|
78
78
|
"@rollup/plugin-replace": "~5.0.7",
|
|
79
79
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
80
|
-
"rollup": "~4.
|
|
80
|
+
"rollup": "~4.19.0",
|
|
81
81
|
"rollup-plugin-dts": "~6.1.1"
|
|
82
82
|
}
|
|
83
83
|
}
|