Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
Update package-lock.json
Update package.json
Update .npmrc
  • Loading branch information
VirgilClyne committed Jan 2, 2025
1 parent c3cbdec commit ce91018
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
registry=https://registry.npmjs.org/
@nsnanocat:registry=https://npm.pkg.github.com/
//@nsnanocat:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
185 changes: 176 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"node-polyfill-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@nsnanocat/util": "^1.7.6",
"@nsnanocat/grpc": "^1.0.0",
"@nsnanocat/util": "^0.0.0-preview-7be35e5",
"@protobuf-ts/runtime": "^2.9.3",
"pako": "^2.1.0"
}
Expand Down
3 changes: 2 additions & 1 deletion src/request.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { $app, Console, done, gRPC, Lodash as _ } from "@nsnanocat/util";
import { $app, Console, done, Lodash as _ } from "@nsnanocat/util";
import gRPC from "@nsnanocat/grpc";
import { MESSAGE_TYPE, reflectionMergePartial, BinaryReader, WireType, UnknownFieldHandler, isJsonObject, typeofJsonValue, jsonWriteOptions, MessageType } from "@protobuf-ts/runtime";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
Expand Down
3 changes: 2 additions & 1 deletion src/response.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { $app, Console, done, gRPC, Lodash as _ } from "@nsnanocat/util";
import { $app, Console, done, Lodash as _ } from "@nsnanocat/util";
import gRPC from "@nsnanocat/grpc";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
/***************** Processing *****************/
Expand Down

0 comments on commit ce91018

Please sign in to comment.