@armory-sh/tokens 0.2.15 → 0.2.17
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/dist/index.js +0 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
var DEPRECATION_MESSAGE = `
|
|
3
|
-
\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
|
|
4
|
-
\u2551 DEPRECATED: @armory-sh/tokens \u2551
|
|
5
|
-
\u2551 \u2551
|
|
6
|
-
\u2551 This package is deprecated and will be removed in v3.0.0. \u2551
|
|
7
|
-
\u2551 \u2551
|
|
8
|
-
\u2551 Migration: \u2551
|
|
9
|
-
\u2551 import { TOKENS, USDC_BASE } from "@armory-sh/base"; \u2551
|
|
10
|
-
\u2551 \u2551
|
|
11
|
-
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
12
|
-
`;
|
|
13
|
-
console.warn(DEPRECATION_MESSAGE);
|