@travi/babel-preset 3.0.135 → 3.0.136

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs.js","sources":["../src/index.js"],"sourcesContent":["import extendForm8ionPreset from '../thirdparty-wrappers/form8ion-babel-preset.js';\n\nexport default function (context, options) {\n return extendForm8ionPreset(context, options);\n}\n"],"names":["extendForm8ionPreset"],"mappings":";;;;AAEe,cAAQ,EAAE,OAAO,EAAE,OAAO,EAAE;AAC3C,EAAE,OAAOA,cAAoB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;AAChD;;;;"}
1
+ {"version":3,"file":"index.cjs.js","sources":["../src/index.js"],"sourcesContent":["import extendForm8ionPreset from '../thirdparty-wrappers/form8ion-babel-preset.js';\n\nexport default function (context, options) {\n return extendForm8ionPreset(context, options);\n}\n"],"names":["extendForm8ionPreset"],"mappings":";;;;AAEe,cAAQ,EAAE,OAAO,EAAE,OAAO,EAAE;AAC3C,EAAE,OAAOA,cAAoB,CAAC,OAAO,EAAE,OAAO,CAAC;AAC/C;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":["../src/index.js"],"sourcesContent":["import extendForm8ionPreset from '../thirdparty-wrappers/form8ion-babel-preset.js';\n\nexport default function (context, options) {\n return extendForm8ionPreset(context, options);\n}\n"],"names":["extendForm8ionPreset"],"mappings":";;AAEe,cAAQ,EAAE,OAAO,EAAE,OAAO,EAAE;AAC3C,EAAE,OAAOA,cAAoB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;AAChD;;;;"}
1
+ {"version":3,"file":"index.es.js","sources":["../src/index.js"],"sourcesContent":["import extendForm8ionPreset from '../thirdparty-wrappers/form8ion-babel-preset.js';\n\nexport default function (context, options) {\n return extendForm8ionPreset(context, options);\n}\n"],"names":["extendForm8ionPreset"],"mappings":";;AAEe,cAAQ,EAAE,OAAO,EAAE,OAAO,EAAE;AAC3C,EAAE,OAAOA,cAAoB,CAAC,OAAO,EAAE,OAAO,CAAC;AAC/C;;;;"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@travi/babel-preset",
3
3
  "description": "My shareable babel preset",
4
4
  "license": "MIT",
5
- "version": "3.0.135",
5
+ "version": "3.0.136",
6
6
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
7
7
  "repository": "travi/babel-preset-travi",
8
8
  "bugs": "https://github.com/travi/babel-preset-travi/issues",
@@ -33,26 +33,26 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@form8ion/babel-preset": "1.6.139"
36
+ "@form8ion/babel-preset": "1.6.140"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@travi/any": "3.1.2",
40
40
  "@travi/eslint-config": "5.0.11",
41
41
  "@travi/eslint-config-mocha": "1.0.25",
42
42
  "chai": "5.1.2",
43
- "commitlint-config-travi": "1.4.51",
43
+ "commitlint-config-travi": "1.4.53",
44
44
  "cz-conventional-changelog": "3.3.0",
45
- "husky": "9.1.6",
45
+ "husky": "9.1.7",
46
46
  "npm-run-all2": "7.0.1",
47
47
  "publint": "0.2.12",
48
48
  "remark-cli": "12.0.1",
49
- "remark-preset-lint-travi": "6.0.5",
49
+ "remark-preset-lint-travi": "6.0.6",
50
50
  "remark-toc": "9.0.0",
51
51
  "remark-usage": "11.0.1",
52
52
  "rimraf": "6.0.1",
53
- "rollup": "4.24.0",
53
+ "rollup": "4.28.0",
54
54
  "rollup-plugin-auto-external": "2.0.0",
55
55
  "sinon": "19.0.2"
56
56
  },
57
- "packageManager": "npm@10.9.0+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
57
+ "packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
58
58
  }