Skip to content

Commit

Permalink
fix Moss change by removing load_moss_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 31, 2024
1 parent 0c746f3 commit 6af4ecb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-bottles-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/gro': patch
---

fix Moss change by removing `load_moss_plugin`
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@
"types": "./dist/modules.d.ts",
"default": "./dist/modules.js"
},
"./moss_helpers.js": {
"types": "./dist/moss_helpers.d.ts",
"default": "./dist/moss_helpers.js"
},
"./package_json.js": {
"types": "./dist/package_json.d.ts",
"default": "./dist/package_json.js"
Expand Down
44 changes: 0 additions & 44 deletions src/lib/moss_helpers.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/lib/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export const package_json = {
'./loader.js': {types: './dist/loader.d.ts', default: './dist/loader.js'},
'./module.js': {types: './dist/module.d.ts', default: './dist/module.js'},
'./modules.js': {types: './dist/modules.d.ts', default: './dist/modules.js'},
'./moss_helpers.js': {types: './dist/moss_helpers.d.ts', default: './dist/moss_helpers.js'},
'./package_json.js': {types: './dist/package_json.d.ts', default: './dist/package_json.js'},
'./package_meta.js': {types: './dist/package_meta.d.ts', default: './dist/package_meta.js'},
'./package.gen.js': {types: './dist/package.gen.d.ts', default: './dist/package.gen.js'},
Expand Down Expand Up @@ -703,13 +702,6 @@ export const src_json = {
{name: 'load_modules', kind: 'function'},
],
},
'./moss_helpers.js': {
path: 'moss_helpers.ts',
declarations: [
{name: 'MOSS_PACKAGE_DEP_NAME', kind: 'variable'},
{name: 'load_moss_plugin', kind: 'function'},
],
},
'./package_json.js': {
path: 'package_json.ts',
declarations: [
Expand Down

0 comments on commit 6af4ecb

Please sign in to comment.